attempting to compile a test program via eclipse. after the first successful execution, the compiler started complaining that the ***.java file already existed. after some quality time with the NetRexx docs I discovered the 'replace' option, which I set in the eclipse NetRexx preference dialogue. When I attempted to compile, the error now reads:
NetRexx portable processor, version NetRexx 3.01RC2, build 1-20110925-2337 Copyright (c) RexxLA, 2011. All rights reserved. Parts Copyright (c) IBM Corporation, 1995,2008. +++ Error: Cannot find file '/home/funktapuss/workspace/lab/src/netRexxTest.nrx-replace' I'm guessing this would work if there was a space between the filename and the "-replace" - so is this a bug or am I doing something wrong? thx! |
If, instead of setting the option in the preferences you were to place the
below at the top of your source options replace Then it should work as you expect. Dave. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of David Holiday Sent: 22 June 2014 07:12 To: [hidden email] Subject: [Ibm-netrexx] NetRexx Eclipse plugin settings bug? attempting to compile a test program via eclipse. after the first successful execution, the compiler started complaining that the ***.java file already existed. after some quality time with the NetRexx docs I discovered the 'replace' option, which I set in the eclipse NetRexx preference dialogue. When I attempted to compile, the error now reads: *NetRexx portable processor, version NetRexx 3.01RC2, build 1-20110925-2337 Copyright (c) RexxLA, 2011. All rights reserved. Parts Copyright (c) IBM Corporation, 1995,2008. +++ Error: Cannot find file '/home/funktapuss/workspace/lab/src/netRexxTest.nrx-replace'* I'm guessing this would work if there was a space between the filename and the "-replace" - so is this a bug or am I doing something wrong? thx! -- View this message in context: http://ibm-netrexx.215625.n3.nabble.com/NetRexx-Eclipse-plugin-settings-bug- tp4027188.html Sent from the ibm-netrexx mailing list archive at Nabble.com. _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com _______________________________________________ Ibm-netrexx mailing list [hidden email] Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ |
got it - looks like I can also pass options via the arguments field of the run configuration dialogue. if this is a bug, though, it should at least be noted. may i consider it reported or is there a more formal process for reporting these things?
thx! |
In reply to this post by David Holiday
May I *please propose* that, with the next release, two things shall
be changed:
- current option -keepasjava shall become option -keep - option -replace shall become the default Whatever the historical reasons might have been, everything else is really annoying ... ... at least *I personally think so* ... Greetings, Thomas. ==================================================================== Am 22.06.2014 08:12, schrieb David
Holiday:
attempting to compile a test program via eclipse. after the first successful execution, the compiler started complaining that the ***.java file already existed. after some quality time with the NetRexx docs I discovered the 'replace' option, which I set in the eclipse NetRexx preference dialogue. When I attempted to compile, the error now reads: *NetRexx portable processor, version NetRexx 3.01RC2, build 1-20110925-2337 Copyright (c) RexxLA, 2011. All rights reserved. Parts Copyright (c) IBM Corporation, 1995,2008. +++ Error: Cannot find file '/home/funktapuss/workspace/lab/src/netRexxTest.nrx-replace'* I'm guessing this would work if there was a space between the filename and the "-replace" - so is this a bug or am I doing something wrong? thx! -- View this message in context: http://ibm-netrexx.215625.n3.nabble.com/NetRexx-Eclipse-plugin-settings-bug-tp4027188.html Sent from the ibm-netrexx mailing list archive at 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/
Thomas Schneider, Vienna, Austria (Europe) :-)
www.thsitc.com www.db-123.com |
In reply to this post by Dave Woodman
As already said so *numerous times* since now more then 5 Years:
Option -replace *should be the DEFAULT* (please). I (personally) know and think that Mike did *not* make it the default in his original implementation to be able to track any&all versionsd of the just generated java output while *developing and testing* NetRexxC vs. oo.oo.oo.ooo.ooooo.ooooooooo ... Right, Mr. M.F. Cowlishaw (maybe) ??? Thomas. ======================================================== Am 22.06.2014 10:10, schrieb Dave Woodman: > If, instead of setting the option in the preferences you were to place the > below at the top of your source > > options replace > > Then it should work as you expect. > > Dave. > > -----Original Message----- > From: [hidden email] > [mailto:[hidden email]] On Behalf Of David Holiday > Sent: 22 June 2014 07:12 > To: [hidden email] > Subject: [Ibm-netrexx] NetRexx Eclipse plugin settings bug? > > attempting to compile a test program via eclipse. after the first successful > execution, the compiler started complaining that the ***.java file already > existed. after some quality time with the NetRexx docs I discovered the > 'replace' option, which I set in the eclipse NetRexx preference dialogue. > When I attempted to compile, the error now reads: > > *NetRexx portable processor, version NetRexx 3.01RC2, build 1-20110925-2337 > Copyright (c) RexxLA, 2011. All rights reserved. > Parts Copyright (c) IBM Corporation, 1995,2008. > +++ Error: Cannot find file > '/home/funktapuss/workspace/lab/src/netRexxTest.nrx-replace'* > > I'm guessing this would work if there was a space between the filename and > the "-replace" - so is this a bug or am I doing something wrong? > > thx! > > > > -- > View this message in context: > http://ibm-netrexx.215625.n3.nabble.com/NetRexx-Eclipse-plugin-settings-bug- > tp4027188.html > Sent from the ibm-netrexx mailing list archive at Nabble.com. > > _______________________________________________ > Ibm-netrexx mailing list > [hidden email] > Online Archive : http://ibm-netrexx.215625.n3.nabble.com/ > > > --- > This email is free from viruses and malware because avast! Antivirus protection is active. > http://www.avast.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/
Thomas Schneider, Vienna, Austria (Europe) :-)
www.thsitc.com www.db-123.com |
Free forum by Nabble | Edit this page |