Hello all: I was able to solve this problem by manually downloading the wars, renaming them, and then restarting quickStart.
Here is what I did: mkdir -p /root/.maven/repository/wars wget http://apache.mirrors.tds.net/portals/bridges/applications/jsf-demo.war mv jsf-demo.war /root/.maven/repository/wars/jsf-demo-1.0.war wget http://apache.gr-linux.com/portals/bridges/applications/php.war mv php.war /root/.maven/repository/wars/php-1.0.war wget http://apache.mirrors.redwire.net/portals/bridges/applications/perl.war mv perl.war /root/.maven/repository/wars/perl-1.0.war wget http://apache.mirror99.com/portals/bridges/applications/jpetstore.war mv jpetstore.war /root/.maven/repository/wars/jpetstore-1.0.war maven j2:quickStart I hope this helps someone, Neil -- Neil Aggarwal, JAMM Consulting, (214) 986-3533, www.JAMMConsulting.com FREE! Valuable info on how your business can reduce operating costs by 17% or more in 6 months or less! http://newsletter.JAMMConsulting.com -----Original Message----- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 17, 2006 1:27 AM To: 'Jetspeed Users List' Subject: maven can't find jsf-demo-1.0.war Hello: I am trying to follow the Jetspeed 2 instructions for using a binary release, but when I run maven j2:quickStart, I get this problem: j2:pam.jsfdeploy: j2:deploybridgewar: j2:warDeploy: j2:_check.dep: [echo] fullName is /wars/jsf-demo-1.0.war [echo] repo is 'http://www.bluesunrise.com/maven/' [echo] trying to download http://www.bluesunrise.com/maven///wars/jsf-demo-1.0.war [echo] repo is ' http://www.ibiblio.org/maven/' [echo] trying to download http://www.ibiblio.org/maven///wars/jsf-demo-1.0.war [echo] repo is ' http://dist.codehaus.org/' [echo] trying to download http://dist.codehaus.org///wars/jsf-demo-1.0.war [echo] repo is ' http://cvs.apache.org/repository' [echo] trying to download http://cvs.apache.org/repository//wars/jsf-demo-1.0.war BUILD FAILED File...... /root/.maven/cache/maven-jetspeed2-plugin-2.0/plugin.jelly Element... ant:fail Line...... 944 Column.... 63 Unable to download /wars/jsf-demo-1.0.war Total time: 31 seconds Finished at: Tue Jan 17 01:21:04 CST 2006 Any ideas? Thanks, Neil -- Neil Aggarwal, JAMM Consulting, (214) 986-3533, www.JAMMConsulting.com FREE! Valuable info on how your business can reduce operating costs by 17% or more in 6 months or less! http://newsletter.JAMMConsulting.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
