You can use maven to build. It can download dependencies via a proxy (if you
configure it to).
Alternatively, you can tell ant where the proxy is by setting some properties
when running it:
ant -Dhttp.proxyHost=<host> ...
The properties you may need to set:
http.proxyHost
http.proxyPort
http.proxyUser
http.proxyPassword
On Wed, 26 Feb 2003 01:38 am, Hanasaki JiJi wrote:
> hmm looks like the ant script uses jjar to download what is needed...
> any way to build from behind a firewall? http proxy is supported only.
>
> Adam Murdoch wrote:
> > I have fixed the link on the download page. Try it again.
> >
> > On Wed, 26 Feb 2003 12:01 am, Steve McKay wrote:
> >>I'm attempting to download the commons sandbox package VFS. The link
> >>provided (http://gump.covalent.net/jars/latest/commons-vfs/) on the
> >>project download page
> >>(http://jakarta.apache.org/commons/sandbox/vfs/download.html) does not
> >>point to a live server. This is the second time in as many days as I've
> >>tried to download to no avail.
> >>
> >>Is the project still active? Can someone notify the authors of the
> >>server problem, and/or point me to a recent copy of the source?
> >>
> >>Thanks,
--
Adam
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|