gt; Subject: antcall task problems when calling ant from java
>
>
> Hey,
>
> I have a buildfile that is named something other than build.xml, for
> example, build.20031120.xml. I then do the following to setup the project:
>
> File buildFile = new File(getTempBuildFile
hristopher wrote:
> 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 t
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
Hey,
I have a buildfile that is named something other than build.xml, for example,
build.20031120.xml. I then do the following to setup the project:
File buildFile = new File(getTempBuildFileLoc());
project.setBaseDir(new File(getResourceDir());
ProjectH