Re: [appfuse-user] test fail in mvn integration-test

2007-08-23 Thread Espen Tjonneland
There is a broken binary release in the mirror listed in the POM, I had the exact same problem and changed the url. Look at the section: http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.20/bin/apache-tomcat-5.5.23.zip And change it to your own preferred mirror. Mike Horwitz wrote: > > It loo

Re: [appfuse-user] test fail in mvn integration-test

2007-08-22 Thread Michael Horwitz
It looks like something strange is happening when the cargo plugin tries to download and install Apache Tomcat. The zip that comes down seems to be corrupted - it may be worth checking if you can download it on your Linux box manually and if you can unzip it without error (using a utility like unzi

Re: [appfuse-user] test fail in mvn integration-test

2007-08-22 Thread Kanchana
Hi Mike Thanks for the reply..btw I'm on linux and I checked on windows the same spring basic build. it doesn't have to change the pom.xml manually. is that I'm on linux is the fact that I have to edit this manually?While the build running it creates a folder /tmp/core/installs/apache-5.5.23.zip

Re: [appfuse-user] test fail in mvn integration-test

2007-08-22 Thread Michael Horwitz
If you look in your top level pom.xml there should be a property called cargo.container.url (look for the properties relating to tomcat5x). If you download the zip using the url, can you open it? If so you may want to drop the zip somewhere on your file system and change the URL to point to that lo

[appfuse-user] test fail in mvn integration-test

2007-08-22 Thread Kanchana
Hi All I was working on the Sample tutorials (spring base)of appfuse and when I do the mvn integration-test it gave the following error.I removed the complianed stuff from the repository and did a on line build and tested in many other ways.But still it's throw the same error.can any one please h