On OpenIndiana, I am limited to Eclipse 4.6.3.
Solaris Eclipse builds were dropped with 4.7
With newer Eclipse versions, the plugin does not add a space
between filename and options when you change them.
Maybe because of a Eclipse API change.
Try update site:
https://sourceforge.net/projects/eclipsenetrexx/files/update/-or-
Download and place in Eclipse plugin directory
eclipsenetrexx_2.0.7.v20111026.jar
Create your first NetRexx file.
Use each option from the NetRexx menu once.
Open Eclipse Run menu; then Run Configurations...
Right click on NetRexxCompile and Duplicate it.
Using the duplicate and in the Arguments tab.
Replace the string in Program Agruments with your arguments.
Use ${resource_loc} to replace filename and
it will work with all your nrx files.
Example:
${resource_loc} -replace -format -nocrossref -java -compile -keepasjava -sourcedir
You can now compile using Run>>Run Configuration...>> Your Duplicate
_______________________________________________
Ibm-netrexx mailing list
[hidden email]
Online Archive :
http://ibm-netrexx.215625.n3.nabble.com/