In my quest for faster builds I now have adapted DIon Gillards
NetRexxC ant task to work with my NetRexx compiler server. This
because we now can use ant's <depend> and other magic to avoid having
to build support for our circularities ("codependecies") into the
makefiles. Ant's philosophy is to drop all changed source into the
compiler in one go, which is not bad.
The only snag I now face is when there is curcularity between the
NetRexx source files and the Java-only files. (NetBeans generated GUI
source). I think there are two ways of solving this: having support
for .java source in my compiler server (by doing a -nocompile x.nrx,
javac x.java double take), or trying to get the NetRexx compiler to
also compile java files, because we know that it knows how to call
the compiler.
Anyone knows of a scenario to mix *.nrx and *.java source files?
Thank you in advance - it's quiet overhere, by the way, so everything
is just working?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>