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

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