I do notice, that the NetRexx3.01RC2 compiler does complain with an
error message, when option -keepasjava is used, but the .java file does already exist from the previous compilation. My personal opinion is that this existing output file should be overwritten. Thomas Schneider. -- Thomas Schneider (Founder of www.thsitc.com) 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 |
That is what the -replace option is for.
If you want the file to be overwritten if it exists, you should specify both options. On 10/26/2011 6:16 PM, Thomas Schneider wrote: > I do notice, that the NetRexx3.01RC2 compiler does complain with an > error message, when option -keepasjava is used, but the .java file > does already exist from the previous compilation. > > My personal opinion is that this existing output file should be > overwritten. > > Thomas Schneider. > _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
On 26 October 2011 15:28, Bill Fenlason <[hidden email]> wrote: That is what the -replace option is for. And this is just as true if you use the -keep option too; nothing's changed.
A. Can't tweet, won't tweet! _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/
Alan
-- Needs more cowbell. |
In reply to this post by billfen
Hello Bill, and all,
for some unknown reason I did never recognize the existance of the replace option at all. I'm sorry. thanks for the clarification. I will go ahead and change my nrc.bat. Issue closed. Thanks again, Thomas. ====================================================== Am 27.10.2011 00:28, schrieb Bill Fenlason: > That is what the -replace option is for. > If you want the file to be overwritten if it exists, you should > specify both options. > > On 10/26/2011 6:16 PM, Thomas Schneider wrote: >> I do notice, that the NetRexx3.01RC2 compiler does complain with an >> error message, when option -keepasjava is used, but the .java file >> does already exist from the previous compilation. >> >> My personal opinion is that this existing output file should be >> overwritten. >> >> Thomas Schneider. >> > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > > -- Thomas Schneider (Founder of www.thsitc.com) 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 |
Free forum by Nabble | Edit this page |