You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2010/01/30 11:36:03 UTC

DO NOT REPLY [Bug 48641] "ant -u url" should enable ant to launch with a build.xml located on a remote server, currently ant requires build.xml to be a local file

https://issues.apache.org/bugzilla/show_bug.cgi?id=48641

--- Comment #1 from Thorbjørn Ravn Andersen <th...@gmail.com> 2010-01-30 02:36:03 UTC ---
Created an attachment (id=24909)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24909)
patch providing naive -u, -url, -buildurl functionality

-u method downloads remote URL to a temporary file and sets buildFile variable
to this.  Naive implementation, hence basedir is undefined and must be set
explicitly by user.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.