Re: Downloading Maven to brutus

2004-03-30 Thread Michael Davey
You've got the URL for the redirect-to-mirror script. It would be useful if someone updated the script to detect browser type and do an auto-redirect for tools like wget, but never mind. try this: wget -C=off http://www.apache.org/dist/maven/binaries/maven-1.0-rc2.tar.gz -C=off turns off the

Downloading Maven to brutus

2004-03-29 Thread Adam R. B. Jack
Ok, I give. I'm used to using 'lynx' on Linux for a text based http, but that doesn't appear to be available on brutus. Does anybody know an alternative? I need to download this: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz or copy it between apache machines

Re: Downloading Maven to brutus

2004-03-29 Thread Adam R. B. Jack
use wget :) Thanks, I tried it. Did I do something wrong? [EMAIL PROTECTED]:/usr/local/gump$ wget http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz --07:04:32-- http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz =

Re: Downloading Maven to brutus

2004-03-29 Thread Nick Chalko
curl ? Adam R. B. Jack wrote: Ok, I give. I'm used to using 'lynx' on Linux for a text based http, but that doesn't appear to be available on brutus. Does anybody know an alternative? I need to download this: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz or copy it

Re: Downloading Maven to brutus

2004-03-29 Thread Sam Ruby
Adam R. B. Jack wrote: use wget :) FYI: I've now installed both lynx and curl. Thanks, I tried it. Did I do something wrong? [EMAIL PROTECTED]:/usr/local/gump$ wget http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz Take a close look at that page. It is an HTML page

Re: Downloading Maven to brutus

2004-03-29 Thread Adam R. B. Jack
Sam responded: use wget :) FYI: I've now installed both lynx and curl. Thank you. I'll update the README and post it to the Gump Wiki for a clear record. I'll cut-n-paste your package install command line, please update it with these if needed. BTW: We've done moof (although it isn't

Re: Downloading Maven to brutus

2004-03-29 Thread Sam Ruby
Adam R. B. Jack wrote: Thank you. I'll update the README and post it to the Gump Wiki for a clear record. I'll cut-n-paste your package install command line, please update it with these if needed. Hehe... I actually spent some time to update the Gump Wiki with a greatly expanded README (with

Re: Downloading Maven to brutus

2004-03-29 Thread Stefano Mazzocchi
Adam R. B. Jack wrote: Ok, I give. I'm used to using 'lynx' on Linux for a text based http, but that doesn't appear to be available on brutus. Does anybody know an alternative? I need to download this: http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-1.0-rc2.tar.gz or copy it