task result?

2003-11-20 Thread Christopher Schultz
All, I have searched the archives and found a possible course of action, but I wanted to run it by everyone and see if there was a better way to do it. I am re-vamping the nightly build for my project. The project itself uses ant, and I will be using ant for the nightly build as well. What I'd

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
ask 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 Bender, Christopher
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

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

RE: Question about the ant "get" task

2003-11-20 Thread Jan . Materne
> > Duy, Does any body has experience with ant "get" task? I try to > > download a ZIP or JAR file from a remote server through HTTP > > protocol, > > Check your URL, maybe you get an error page instead of the the archive > you expect, because > > > http://jakarta.apache.org/builds/tomcat/nightl

Re: Question about the ant "get" task

2003-11-20 Thread Stefan Bodewig
On Thu, 20 Nov 2003, Anqin Zou <[EMAIL PROTECTED]> wrote: > Duy, Does any body has experience with ant "get" task? I try to > download a ZIP or JAR file from a remote server through HTTP > protocol, Check your URL, maybe you get an error page instead of the the archive you expect, because > htt

RE: Question about the ant "get" task

2003-11-20 Thread Jan . Materne
I have no problems with . But I can“t see anything on that URL. Maybe you can check the MD5 value. Jan > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 3:18 PM > To: ant_user group > Subject: Question about the ant "get" task

Question about the ant "get" task

2003-11-20 Thread Anqin Zou
Duy, Does any body has experience with ant "get" task? I try to download a ZIP or JAR file from a remote server through HTTP protocol, but the file that I got can not be unzipped with the ant "unzip" task either other ZIP tools. Any body know what is wrong with it? Even I try the example l