RE: antcall task problems when calling ant from java

2003-11-20 Thread Bender, Christopher
2003 15:35, Bender, Christopher 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 &

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

Nested Tasks

2003-10-14 Thread Bender, Christopher
Hey, i am developing some of my own tasks and I am running into the following problem. I have the two task defs below Now, if I invoke each of these tasks in

RE: Using ant script task

2003-10-08 Thread Bender, Christopher
thanks!! that did it... stupid javascript. hah -Original Message- From: Dominique Devienne [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 08, 2003 2:16 PM To: 'Ant Users List' Subject: RE: Using ant script task > -Original Message- > From: Bender, Christophe

Using ant script task

2003-10-08 Thread Bender, Christopher
When I try to run the following task i get 'null' returned from the getProperty even though the variale has been set. Is there something I am missing? " + dmt.ge