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
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
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
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
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
> > 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
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
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
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