Re: ANT.jar calling Targets not properly

2009-10-08 Thread David Nemer
I just tested it again, and the arguments to ${javalanche.arg.line} is passed all right, so I don't know why it wont run the test-javalanche properly. -- David Nemer Sent from Frankfurt Am Main, HE, Germany On Thu, Oct 8, 2009 at 11:13 AM, David Nemer wrote: > Hi Guys, > > I'm invoking ANT progr

ANT.jar calling Targets not properly

2009-10-08 Thread David Nemer
Hi Guys, I'm invoking ANT programmatically in Java, and I'm having a hard time with running some targets. The code is that classical one: p.fireBuildStarted(); p.init(); ProjectHelper helper = ProjectHelper.getProjectHelper(); ProjectHelper.configureProject( p, buildFile); p.addReference("ant.pro