>> We have a need for ant to be easily able to use a build.xml file
>> available on a remote server, which means that I would really like to
>> be able to provide an URL instead of a filename to ant.
>the import task in 1.8.x supports importing resources which can be
URLs.
>So maybe the main bu
Hello Thorbjørn,
Thorbjørn Ravn Andersen wrote:
Hi.
We have a need for ant to be easily able to use a build.xml file
available on a remote server, which means that I would really like to
be able to provide an URL instead of a filename to ant.
the import task in 1.8.x supports importing resou
Stefan Bodewig wrote:
On 2010-01-26, wrote:
-set ANT_CMD_LINE_ARGS=%1
-if ""%1""== goto doneStart
-shift
The code was there to ensure ANT_CMD_LINE_ARGS was not empty before
running
set ANT_CMD_LINE_ARGS=%ANT_CMD_LINE_ARGS% %1
(at least that's my interpretation). Given that it
Hi.
We have a need for ant to be easily able to use a build.xml file
available on a remote server, which means that I would really like to be
able to provide an URL instead of a filename to ant.
I just found that 1.8rc0 has been released, so to check if ant already
can do this I downloaded t