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/ |
Has anyone tried using the JavaMail package from NetRexx? Got an example?
Earl Hodil _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Hi Earl,
yes I have. I might even have an example but certainly not on this machine. Will have a look. best regards, René. On 2012-08-15 16:52, Earl Hodil wrote: > Has anyone tried using the JavaMail package from NetRexx? Got an > example? > > Earl Hodil > > _______________________________________________ > 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/ |
Thanks René, I've already written my own SMTP implementation in REXX (for the 3rd or 4th time), but I'm trying to get into the spirit of this whole development by prefab component, object-oriented thing.
Earl On Aug 15, 2012, at 10:57 AM, rvjansen <[hidden email]> wrote: Hi Earl, yes I have. I might even have an example but certainly not on this machine. Will have a look. best regards, René. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Earl Hodil
On Wed, Aug 15, 2012 at 11:52 AM, Earl Hodil
<[hidden email]> wrote: > Has anyone tried using the JavaMail package from NetRexx? Got an example? > > Earl Hodil It´s on the list archives. I once asked for one and someone on this list -probably RVJ or Kermit - kindly provided one. FC -- During times of Universal Deceit, telling the truth becomes a revolutionary act - George Orwell _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by rvjansen
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Sir, pardon my direct contact to you. However, I'm most interested i obtaining a copy of nrxdoc. Would you be so kind as to send me a copy, if you have it? -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iJwEAQECAAYFAlAtqLYACgkQGLw7GwEirIbBHgP/QuXNWg2DFfnWNnfWERw9iuu4 J+AKoFNwa5lZ3ZJ4KDaeVvLwAgtsR4oSMIyZXGPURrrcl2QedpKQ2nMaNRXvKnn7 FNlDXfZqftYgNsuAlyYEYk2ZZxr/CxP2LSz7Dflq4xS/rsdKBp+hY48fSpuZtSCZ lNBq20UPkNkWG1cOVS0= =geUd -----END PGP SIGNATURE----- _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
On 08/16/2012 09:13 PM, Jerry McBride
wrote:
pardon my direct contact to you. However, I'm most interested i obtaining a copy of nrxdoc. I certainly don't have any issue with "direct contact" ... but sending to the list is hardly the best way to accomplish it! A simple Google with "nrxdoc" found the following announcement, dated 03-Dec-1997: nrxdoc is a documentation generator for NetRexx like javadoc for Java. It generates API documentation in HTML format, for an individual NetRexx source file, or for all NetRexx files in a directory tree. nrxdoc is parsing source files and analysing the code. Special documentation comments are linked to class, method, or property definitions. The HTML documentation includes references to the Java syntax, so the cooperation with Java programmers is supported. You can find nrxdoc on http://servicepac.mainz.ibm.de/nrxdoc Any comments or requests are welcome. Peter Heuchert pheuch at de.ibm.com HTH, Tom. _______________________________________________ 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/16/2012 09:13 PM, Jerry McBride
wrote:
I'm most interested i obtaining a copy of nrxdoc. I guess I could have included a link to the original nrxdoc announcement (where I find the snip I sent earlier: nrxdoc. But, now that your desire is public I'm sure others will chime in with more valuable assistance. Tom. _______________________________________________ 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/16/2012 09:13 PM, Jerry McBride
wrote:
Would you be so kind as to send me a copy, if you have it? Even better (and my last sally, I promise!): let me Google that for you.... t++ _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Tom Maynard
Jerry, Tom,
I *have* googled, some time ago, and I consider it lost until further notice. What works, however, is using -keepasjava and -comments and then run javadoc on the java source. It is what I do. best regards, René. On 2012-08-17 04:53, Tom Maynard wrote: > On 08/16/2012 09:13 PM, Jerry McBride wrote: > >> pardon my direct contact to you. However, I'm most interested i >> obtaining a copy of nrxdoc. > > I certainly don't have any issue with "direct contact" ... but > sending to the list is hardly the best way to accomplish it! > > A simple Google with "nrxdoc" found the following announcement, > dated > 03-Dec-1997: > > nrxdoc is a documentation generator for NetRexx like javadoc for > Java. > It generates API documentation in HTML format, for an individual > NetRexx > source file, or for all NetRexx files in a directory tree. > > nrxdoc is parsing source files and analysing the code. Special > documentation > comments are linked to class, method, or property definitions. The > HTML > documentation > includes references to the Java syntax, so the cooperation with Java > programmers is > supported. > > You can find nrxdoc on http://servicepac.mainz.ibm.de/nrxdoc [1] > > Any comments or requests are welcome. > > Peter Heuchert pheuch at de.ibm.com > > HTH, > Tom. > > > > Links: > ------ > [1] http://servicepac.mainz.ibm.de/nrxdoc _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by Tom Maynard
so I made a mistake... forgive me.
However if you took the time to look at that URL, you would have seen it was broken... Oh, but then you were more interested in breaking my balls than helping me. Thanks anyway, I don't need your kind of help. On 08/16/12 22:53, Tom Maynard wrote: > On 08/16/2012 09:13 PM, Jerry McBride wrote: >> pardon my direct contact to you. However, I'm most interested i >> obtaining a copy of nrxdoc. > > I certainly don't have any issue with "direct contact" ... but > sending to the list is hardly the best way to accomplish it! > > A simple Google with "nrxdoc" found the following announcement, > dated 03-Dec-1997: > > nrxdoc is a documentation generator for NetRexx like javadoc for > Java. It generates API documentation in HTML format, for an > individual NetRexx source file, or for all NetRexx files in a > directory tree. > > nrxdoc is parsing source files and analysing the code. Special > documentation comments are linked to class, method, or property > definitions. The HTML documentation includes references to the Java > syntax, so the cooperation with Java programmers is supported. > > You can find nrxdoc onhttp://servicepac.mainz.ibm.de/nrxdoc > > Any comments or requests are welcome. > > Peter Heuchert pheuch at > de.ibm.com > > HTH, Tom. > > > > > _______________________________________________ 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/ |
Jerry,
I think Tom's answer sounded more harsh than he intended -- we all dash these things off so quickly that it's easy to get the tone seriously wrong. On Fri, Aug 17, 2012 at 9:03 PM, Jerry McBride <[hidden email]> wrote: so I made a mistake... forgive me. -- "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/ |
Attention German speakers,
Re nrxdoc: googling 'Peter Heuchert IBM' turns up some links, one as recent as March of this year. Can someone investigate? On Fri, Aug 17, 2012 at 11:53 PM, George Hovey <[hidden email]> wrote: Jerry, -- "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/ |
_______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
Am 18.08.2012 08:32, schrieb Mike Cowlishaw:
> > > > 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] I've mailed Peter last year and unfortunately the sources has been lost sometime ago while upgrading to new soft/hardware. Since nrxdoc doesn't work any more, I followed Rene's hint "using -keepasjava and -comments and then run javadoc on the java source". This approach works pretty good in combination with ant build rules, including moving the java files afterwards out of the way. kp _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
In reply to this post by George Hovey-2
Hello Peter Heuchert,
I just tried the link provided by you (below, service....), but got: Page not found ... :-( What did I do wrong ? Thomas. ======================================================================== Am 18.08.2012 05:53, schrieb George Hovey: Jerry, --
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
Hello George,
I'll follow this up start of next week. Currently busy wih my SVN releases to www.kenai.com/netrexx/thsitc/....... Thomas. ======================================================================== Am 18.08.2012 05:56, schrieb George Hovey: Attention German speakers, --
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 ThSITC
Is there any chance of locating an executable (class or jar) for disassembly? Of course, this would only be of use if the program had features not found in the Javadoc approach.
On Sat, Aug 18, 2012 at 9:39 AM, Thomas Schneider <[hidden email]> wrote:
-- "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/ |
Am 18.08.2012 17:16, schrieb George Hovey:
> Is there any chance of locating an executable (class or jar) for > disassembly? Of course, this would only be of use if the program had > features not found in the Javadoc approach. Given that nrxdoc development stopped years ago, while javadoc can be expected to be improved, I doubt it's worth to invest time to disassemble. Anyway I do have an old zip file, and tried to send off-list, however your mail hoster is clever enough to forbid attachements containing DOS batch files. Is there an anonymous ftp upload or something else around for NetRexx related packages? kp _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
KP,
I think it will work to just rename it .txt On Sat, Aug 18, 2012 at 1:30 PM, KP Kirchdörfer <[hidden email]> wrote: Am 18.08.2012 17:16, schrieb George Hovey: -- "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/ |
Free forum by Nabble | Edit this page |