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

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

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

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

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

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