Hi Mike,
As mentioned elsewhere, Peter is not developing the code anymore and has said to me that he doesn't even have the sources available. Same too, I remember using this a while back and it worked quite well. Unfortunately, I stupidly delete the package when I was done with it. I'll never learn. If anyone has a copy of the classes, I'll be happy to disassemble them and post the results. On 08/18/12 02:32, Mike Cowlishaw wrote: > > > > Attention German speakers, > > Re nrxdoc: googling 'Peter Heuchert IBM' turns up some links, one as recent as > March of this year. Can someone investigate? > > I'd try sending him an e-mail. He is > > > Peter Heuchert > > > Email: > > [hidden email] > > > Telephone: > > 49-6131-84-2342 > > > Location: > > Germany > > > according to the IBM Employee Directory (under 'About IBM' at ibm.com). > > Mike > > > > > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Am 18.08.2012 20:25, schrieb Jerry McBride:
> Hi Mike, > > As mentioned elsewhere, Peter is not developing the code anymore and has > said to me that he doesn't even have the sources available. Same too, I > remember using this a while back and it worked quite well. > Unfortunately, I stupidly delete the package when I was done with it. > I'll never learn. > > If anyone has a copy of the classes, I'll be happy to disassemble them > and post the results. Pls note: I've already emailed a zip file with renamed bat and cmd files to George and Jerry. I hope it arrived in their mailboxes now. kp _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
Hi Rene
Am 15.08.2012 11:36, schrieb rvjansen: > Please test RC3 well, without bug reports it is going to be 3.01 in a > week's time. I did not see any reports, but did not get a lot of 'tested > my project and it works' reports either. > > So if you can spare the time, please use it as if it were production > (while keeping a copy of the old jar close by for safety) and let us > know that it can be released. "Keeping copies" is so old-school :) I haven't tested any new features of 3.01, but recompiled (from within jedit/NetRexxDE) and also ran a few of my latest projects without any errors. The projects makes usage of RXFile, remote connections, self-build GUI stuff, various external java libraries... shortly representing the usual mix of a private user and it worked flawlessly, as usual in the Rexx family, thanks a lot! kp _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Jerry McBride
On 08/17/2012 08:03 PM, Jerry McBride wrote:
> you were more interested in breaking my balls than > helping me. I'm sorry you feel that way. I am totally unfamiliar with nrxdoc (never having heard of it until your note), and I responded with the results of my own searching. I hope you find what you're looking for, and that it does everything you expect. 73, Tom. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by KP Kirchdörfer
I decompiled NrxDoc with JD-GUI. Unfortunately, the classes had symbols stripped, so decoding it will be a brain teaser. I'll be glad to email the result to anyone inclined to have at it.
On Sat, Aug 18, 2012 at 3:15 PM, KP Kirchdörfer <[hidden email]> wrote: Am 18.08.2012 20:25, schrieb Jerry McBride: -- "One can live magnificently in this world if one knows how to work and how to love." -- Leo Tolstoy _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by KP Kirchdörfer
My email experiments with JavaMail went well. So though I'm a newbie, it gets my seal of approval.
Earl Hodil On Aug 18, 2012, at 3:38 PM, KP Kirchdörfer <[hidden email]> wrote: > Hi Rene > > Am 15.08.2012 11:36, schrieb rvjansen: >> Please test RC3 well, without bug reports it is going to be 3.01 in a >> week's time. I did not see any reports, but did not get a lot of 'tested >> my project and it works' reports either. >> >> So if you can spare the time, please use it as if it were production >> (while keeping a copy of the old jar close by for safety) and let us >> know that it can be released. > > "Keeping copies" is so old-school :) > > I haven't tested any new features of 3.01, but recompiled (from within > jedit/NetRexxDE) and also ran a few of my latest projects without any > errors. > > The projects makes usage of RXFile, remote connections, self-build GUI > stuff, various external java libraries... shortly representing the > usual mix of a private user and it worked flawlessly, as usual in the > Rexx family, thanks a lot! > > > kp > > > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hardly show stoppers but I noticed a couple of anomalies in the NetRexx 3 PDF dated Sept 5, 2011.
On Sun, Aug 19, 2012 at 7:42 AM, Earl Hodil <[hidden email]> wrote: My email experiments with JavaMail went well. So though I'm a newbie, it gets my seal of approval. -- "One can live magnificently in this world if one knows how to work and how to love." -- Leo Tolstoy _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
Hi René -
Sorry to be so late to the party - I have been busy for the last month moving off continent (I am in Hawaii now.) and have not had much computer access. I now have some limited computer time and have been testing RC3. I have used it with NetRexxDE and NetRexxScript under jEdit. I have not yet run all of my test cases but have concentrated on those involving the new compiler/interpreter interfaces and the "loopover" cases. So far I have not encountered any problems running my test programs. However, the section from the old user guide describing the new api to interpret programs from memory strings is missing in the new programmers guide. I hope to get time to work on integrating the latest changes in 3.01 with the after3.01 branch changes soon. -- Kermit On 8/14/2012 11:36 PM, rvjansen wrote: > Please test RC3 well, without bug reports it is going to be 3.01 in a > week's time. I did not see any reports, but did not get a lot of > 'tested my project and it works' reports either. > > So if you can spare the time, please use it as if it were production > (while keeping a copy of the old jar close by for safety) and let us > know that it can be released. > > best regards, > > René Jansen. > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hi Kermit!
So good to hear from you! And isn't HAWAI a perfect place to LIVE ??? It's one of the places on thism *OUR EARTH* I would like to live when I'm relocating from Austria.... I am sooo interested in VULCANES! Dear Devil, Massa Thomas ;-) ================================================================================ Am 19.08.2012 21:29, schrieb Kermit Kiser: > Hi René - > > Sorry to be so late to the party - I have been busy for the last month > moving off continent (I am in Hawaii now.) and have not had much > computer access. > > I now have some limited computer time and have been testing RC3. I > have used it with NetRexxDE and NetRexxScript under jEdit. I have not > yet run all of my test cases but have concentrated on those involving > the new compiler/interpreter interfaces and the "loopover" cases. So > far I have not encountered any problems running my test programs. > However, the section from the old user guide describing the new api to > interpret programs from memory strings is missing in the new > programmers guide. > > I hope to get time to work on integrating the latest changes in 3.01 > with the after3.01 branch changes soon. > > -- Kermit > > On 8/14/2012 11:36 PM, rvjansen wrote: >> Please test RC3 well, without bug reports it is going to be 3.01 in a >> week's time. I did not see any reports, but did not get a lot of >> 'tested my project and it works' reports either. >> >> So if you can spare the time, please use it as if it were production >> (while keeping a copy of the old jar close by for safety) and let us >> know that it can be released. >> >> best regards, >> >> René Jansen. >> >> _______________________________________________ >> Ibm-netrexx mailing list >> [hidden email] >> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ >> > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > -- Thomas Schneider CEO ThSITC IT Consulting KG Erdbergstr. 52-60/1/13 1030 Wien Austria, Europe Skype ID: Thomas.Schneider.Wien Member of the Rexx Languge Asscociation (www.rexxla.org) Member of the NetRexx Developer's Team (www.netrexx.org) _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
Thomas Schneider, Vienna, Austria (Europe) :-)
www.thsitc.com www.db-123.com |
In reply to this post by George Hovey-2
Hi George,
thanks for your remarks. This is going to be fixed some time in the future when we move away from [open,libre]office. For the other books, we have switch off the gutters (unless we are producing books for printing). We might have to do away with the Roman numerals for the introduction (and other preface material) to get them matching with what PDF thinks. best regards, René. On 2012-08-19 16:34, George Hovey wrote: > Hardly show stoppers but I noticed a couple of anomalies in the > NetRexx 3 PDF dated Sept 5, 2011. > > * The document is formatted with gutter margins suitable for a book, > i.e. left- and right-hand pages. > > * More seriously, the page numbers in the index are off by a > constant > 5 pages when the Acrobat 'go to page' command (ctl+shift+n) is used. > [There is some wonky page numbering around the ICU license.] Ideally, > these would be links, but at least should reference the right page. > > On Sun, Aug 19, 2012 at 7:42 AM, Earl Hodil > <[hidden email] [6]> wrote: > >> My email experiments with JavaMail went well. So though I'm a >> newbie, it gets my seal of approval. >> >> Earl Hodil >> >> On Aug 18, 2012, at 3:38 PM, KP Kirchdörfer >> <[hidden email] [1]> wrote: >> >> > Hi Rene >> > >> > Am 15.08.2012 11:36, schrieb rvjansen: >> >> Please test RC3 well, without bug reports it is going to be 3.01 >> in a >> >> week's time. I did not see any reports, but did not get a lot of >> 'tested >> >> my project and it works' reports either. >> >> >> >> So if you can spare the time, please use it as if it were >> production >> >> (while keeping a copy of the old jar close by for safety) and >> let us >> >> know that it can be released. >> > >> > "Keeping copies" is so old-school :) >> > >> > I haven't tested any new features of 3.01, but recompiled (from >> within >> > jedit/NetRexxDE) and also ran a few of my latest projects without >> any >> > errors. >> > >> > The projects makes usage of RXFile, remote connections, >> self-build GUI >> > stuff, various external java libraries... shortly representing >> the >> > usual mix of a private user and it worked flawlessly, as usual in >> the >> > Rexx family, thanks a lot! >> > >> > >> > kp >> > >> > >> > >> > _______________________________________________ >> > Ibm-netrexx mailing list >> > [hidden email] [2] >> > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ [3] >> > >> >> _______________________________________________ >> Ibm-netrexx mailing list >> [hidden email] [4] >> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ [5] _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
I just rebuilt some of my Android Apps. So far, so good. The method for adding external jars to a project changed in the latest eclipse ADT but after fixing that it seems to run well. Note: I used eclipse netrexx plugin in Eclipse Juno but did set plugin option to compile with RC3 release.
On Wed, Aug 15, 2012 at 5:36 AM, rvjansen <[hidden email]> wrote: Please test RC3 well, without bug reports it is going to be 3.01 in a week's time. I did not see any reports, but did not get a lot of 'tested my project and it works' reports either. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Jason, thanks for verifying that this works. I'll update the plugin
when I can.
Bill On 8/20/2012 4:02 PM, Jason Martin
wrote:
I just rebuilt some of my Android Apps. So far, so good. The method for adding external jars to a project changed in the latest eclipse ADT but after fixing that it seems to run well. Note: I used eclipse netrexx plugin in Eclipse Juno but did set plugin option to compile with RC3 release. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Tom Maynard
I'm loving NetRexx! But without "The NetRexx Language" you can get a little lost. There really isn't any free public source of information quite like it.
MFC: Can you get Amazon to put TNL on Kindle? You'll make more money; I guarantee you. Earl _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hi Earl,
everything in the book should be available in the set manuals that accompany the NetRexx distribution, and more when they are finished. When there is sufficient interest, we can make e-books out of these, but pdf as it is covers quite a range of devices. The pdf's are already optimized for smaller devices, as we have left out all the blank pages and the gutters that are needed for the paper book. best regards, René. On 2012-08-21 10:45, Earl Hodil wrote: > I'm loving NetRexx! But without "The NetRexx Language" you can get a > little lost. There really isn't any free public source of information > quite like it. > > MFC: Can you get Amazon to put TNL on Kindle? You'll make more money; > I guarantee you. > > Earl > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
René,
The PDFs I got with the distribution were not complete. Is this because I downloaded the release candidate and not the GA release? Earl On Aug 21, 2012, at 5:15 AM, rvjansen <[hidden email]> wrote: > Hi Earl, > > everything in the book should be available in the set manuals that accompany the NetRexx distribution, and more when they are finished. When there is sufficient interest, we can make e-books out of these, but pdf as it is covers quite a range of devices. The pdf's are already optimized for smaller devices, as we have left out all the blank pages and the gutters that are needed for the paper book. > > best regards, > > René. > > On 2012-08-21 10:45, Earl Hodil wrote: >> I'm loving NetRexx! But without "The NetRexx Language" you can get a >> little lost. There really isn't any free public source of information >> quite like it. >> >> MFC: Can you get Amazon to put TNL on Kindle? You'll make more money; >> I guarantee you. >> >> Earl >> >> _______________________________________________ >> Ibm-netrexx mailing list >> [hidden email] >> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Earl,
In the GA release the NetRexx QuickStart Guide and the Netrexx Language Reference are complete. The reference always was, while the QuickStart guide is new and based on the User's Guide but with some material added, and some left out (Visual J++ left out, and NetRexxA api moved mostly to the Programmer's Guide). The NetRexx Programmer's Guide needs some work still, and will probably nearing completion for release 3.02. When you have suggestions to add topics, they are always welcome. To reiterate, nearly everything in the paper book should be in the PDF series. best regards, René. On 2012-08-21 11:47, Earl Hodil wrote: > René, > > The PDFs I got with the distribution were not complete. Is this > because I downloaded the release candidate and not the GA release? > > Earl > > On Aug 21, 2012, at 5:15 AM, rvjansen <[hidden email]> wrote: > >> Hi Earl, >> >> everything in the book should be available in the set manuals that >> accompany the NetRexx distribution, and more when they are finished. >> When there is sufficient interest, we can make e-books out of these, >> but pdf as it is covers quite a range of devices. The pdf's are >> already optimized for smaller devices, as we have left out all the >> blank pages and the gutters that are needed for the paper book. >> >> best regards, >> >> René. >> >> On 2012-08-21 10:45, Earl Hodil wrote: >>> I'm loving NetRexx! But without "The NetRexx Language" you can get >>> a >>> little lost. There really isn't any free public source of >>> information >>> quite like it. >>> >>> MFC: Can you get Amazon to put TNL on Kindle? You'll make more >>> money; >>> I guarantee you. >>> >>> Earl >>> >>> _______________________________________________ >>> Ibm-netrexx mailing list >>> [hidden email] >>> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ >> >> _______________________________________________ >> Ibm-netrexx mailing list >> [hidden email] >> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ >> > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Kermit Kiser
Hi Kermit,
good to hear from you and congratulations on the move. Thanks for testing. With things as they are, 3.01 will be final next Thursday and we can start work on the new features. I hope David has time to branch for release, otherwise I will do that. I am under the impression that the parts on the compiler API and compiling from memory string are in the Programmer's Guide- but I will double check and I re-inserted a small example of compiling from memory strings back into the QuickStart Guide, with a reference to the Programmer's Guide. When we convert the nrl, the nightmare that version management with odt is will end, so the chance of losing edits going forward is slight. best regards, René. On 2012-08-19 21:29, Kermit Kiser wrote: > Hi René - > > Sorry to be so late to the party - I have been busy for the last > month moving off continent (I am in Hawaii now.) and have not had > much > computer access. > > I now have some limited computer time and have been testing RC3. I > have used it with NetRexxDE and NetRexxScript under jEdit. I have not > yet run all of my test cases but have concentrated on those involving > the new compiler/interpreter interfaces and the "loopover" cases. So > far I have not encountered any problems running my test programs. > However, the section from the old user guide describing the new api > to > interpret programs from memory strings is missing in the new > programmers guide. > > I hope to get time to work on integrating the latest changes in 3.01 > with the after3.01 branch changes soon. > > -- Kermit > > On 8/14/2012 11:36 PM, rvjansen wrote: >> Please test RC3 well, without bug reports it is going to be 3.01 in >> a week's time. I did not see any reports, but did not get a lot of >> 'tested my project and it works' reports either. >> >> So if you can spare the time, please use it as if it were production >> (while keeping a copy of the old jar close by for safety) and let us >> know that it can be released. >> >> best regards, >> >> René Jansen. >> >> _______________________________________________ >> Ibm-netrexx mailing list >> [hidden email] >> Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ >> > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
Is there or could there be a small example how to use UTF8 ?
Newbies like me might appreciate that Walter _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
OK, I've tried and I'm not getting anywhere fast (translating Java examples to NetRexx that is). Does anybody have an example of using JRIO from a NetRexx program?
Earl _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Earl Hodil
> MFC: Can you get Amazon to put TNL on Kindle? You'll make > more money; I guarantee you. TNL is out of print so could not be on Amazon. You'll find my NetRexx2 document at http://speleotrove.com/#computing. It has everything in the book (it uses the same source files) + the later supplement (and it's free). You can read it on your Kindle, of course. I believe the RexxLA PDF is a superset of that .. René will be able to confirm/deny. Mike _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Free forum by Nabble | Edit this page |