RE: antcall task problems when calling ant from java

2003-11-20 Thread Bender, Christopher
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

Re: antcall task problems when calling ant from java

2003-11-20 Thread peter reilly
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

RE: antcall task problems when calling ant from java

2003-11-20 Thread Bender, Christopher
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

antcall task problems when calling ant from java

2003-11-20 Thread Bender, Christopher
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