hmm, thanks. im still trying to get accustomed to the source code. Usually when I
look i have no idea where to start.
-Original Message-
From: peter reilly [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 20, 2003 10:44 AM
To: Ant Users List
Subject: Re: antcall task problems when
Looking at:
src/testcases/org/apache/tools/ant/BuildTestFile.java
one needs to init the project and set the user property ant.file as well:
project.init();
project.setUserProperty( "ant.file" , new File(filename).getAbsolutePath());
Peter
On Thursday 20 November 2003 15:35, Bender, Christopher wr
PS. When I call the same file using the command line ant tool (as opposed through
java) the build works fine.
-Original Message-
From: Bender, Christopher
Sent: Thursday, November 20, 2003 10:26 AM
To: Ant Users List
Subject: antcall task problems when calling ant from java
Hey,
I hav