AW: ant -u http://somewhere/build.xml

2010-01-27 Thread Jan.Materne
>> 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

Re: ant -u http://somewhere/build.xml

2010-01-27 Thread Antoine Levy Lambert
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

Re: svn commit: r903337 - in /ant/core/trunk: WHATSNEW src/script/ant.bat

2010-01-27 Thread Antoine Levy Lambert
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

ant -u http://somewhere/build.xml

2010-01-27 Thread Thorbjørn Ravn Andersen
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