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 2003/02/13 02:36:05 UTC

DO NOT REPLY [Bug 17032] - Network Jar Servers for the build process.

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=17032>.
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=17032

Network Jar Servers for the build process.





------- Additional Comments From stevel@apache.org  2003-02-13 01:36 -------
We have a protocol for acquiring jars from a network server, we call it HTTP. 

And we have a task to download stuff using this protocol, we call it <get>. To
deploy to these servers we have many, many tasks, depending on whether servers
are local or remote.

What more do you need?