[VFS] - Download link broken?

2003-02-25 Thread Steve McKay
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

Re: [VFS] - Download link broken?

2003-02-25 Thread Adam Murdoch
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

Re: [VFS] - Download link broken?

2003-02-25 Thread Hanasaki JiJi
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

Re: [VFS] - Download link broken?

2003-02-25 Thread Craig R. McClanahan
On Tue, 25 Feb 2003, Steve McKay wrote: Date: Tue, 25 Feb 2003 16:01:57 -0800 From: Steve McKay [EMAIL PROTECTED] Reply-To: Jakarta Commons Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [VFS] - Download link broken? I'm attempting to download the commons sandbox

Re: [VFS] - Download link broken?

2003-02-25 Thread Adam Murdoch
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

Re: [VFS] - Download link broken?

2003-02-25 Thread Steve McKay
Adam Murdoch wrote: I have fixed the link on the download page. Try it again. Thanks. And thanks for the dependancy list--always nice. -- Steve McKay [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional