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
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