jan.mate...@rzf.fin-nrw.de skrev:
A shorter way would
$ant -u url -basedir .
which autoloads that buildfile sets the url and basedir and all should
work?
That would be fine for me, certainly.
--
Thorbjørn Ravn Andersen "...plus... Tubular Bells!"
--
Antoine Levy Lambert skrev:
the import task in 1.8.x supports importing resources which can be
URLs. So maybe the main build file cannot be http based, but the meat
of the build file can. So maybe you can have a stub of a build file on
the file system ?
The scenario for this is that we frequent
>> 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
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