Re: Launch Ant build from Java

2009-09-25 Thread David Byrden
Here are the classes. The entry point is main() in com.byrden.ant.launch.DavesAntLauncher This is just a launcher, like the existing ANT launcher, and you must specify the "main" class you want it to use, via a command line option: -maincom.byrden.ant.launch.DavesMain Also feed it

Re: Launch Ant build from Java

2009-09-25 Thread David Byrden
David Byrden - IT-Dienstleister Wien 1030 (0699) 108 24 354 http://Byrden.com - - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: How to build apache ant?

2009-09-17 Thread David Byrden
Peng: [1] Go to here; http://www.junit.org/ [2] Download junit-4.7.jar and junit-dep-4.7.jar [3] Place them in your Ant builder tree at .../lib/optional [4] ??? [5] Profit! David - To unsubscribe, e-mail: user-unsub

Re: NPE in RuntimeConfigurable.maybeConfigure() via UnknownElement after upgrade to Ant 1.7

2009-09-15 Thread David Byrden
ome of our custom tasks... - BYRDEN.COM David Byrden - IT-Dienstleister Wien 1030 (0699) 108 24 354 - - To unsubscribe, e-mail: user-unsubscr...@ant.apache.o

Does the Ant launcher really want the whole VM to itself?

2009-09-12 Thread David Byrden
y in all situations. So I'm asking if I really need to replace the Launcher class to make these changes, or has somebody found a better way? David Byrden ----- BYRDEN.