You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2002/05/13 07:29:34 UTC

DO NOT REPLY [Bug 8965] - Use of File instead of URL

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8965>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8965

Use of File instead of URL

steve_l@iseran.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From steve_l@iseran.com  2002-05-13 05:29 -------
This is a wontfix. It's too complex. When I run ant -f 
http://someserver/build.xml are you expecting the build file to run in the 
directory on the remote system; or in your local dir (which is at odds with 
the normal ant -f ../build.xml semantics. 

you should be using some form of SCM to share stuff, or have a preloader ant 
file which uses <get> to pull down your core build file.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>