Am Dienstag, 7. November 2006 08:03 schrieb Nigel Charman: > It builds OK for me out of the box with Maven 1.0.2. > > What Maven command are you using? You could try just 'maven' or 'maven > release' to see if they work for you.
I removed all the repository entries I added myself to project.properties and with maven 1.1beta3 and 'maven' or 'maven release' I get: $ maven [release] [...] +---------------------------------------- | Executing multiproject:install-callback Apache Axis 2.0 - spring | Memory: 25M/27M +---------------------------------------- DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml DEPRECATED: the default goal should be specified in the <build> section of project.xml instead of maven.xml build:end: Trying to get missing/snapshot dependencies required by Apache Axis 2.0 - spring: Attempting to download spring-core-1.2.8.jar. WARNING: Failed to download spring-core-1.2.8.jar. Attempting to download spring-beans-1.2.8.jar. WARNING: Failed to download spring-beans-1.2.8.jar. Attempting to download spring-context-1.2.8.jar. WARNING: Failed to download spring-context-1.2.8.jar. Attempting to download spring-web-1.2.8.jar. WARNING: Failed to download spring-web-1.2.8.jar. BUILD FAILED File...... file:/home/clemens/.maven/cache/maven-multiproject-plugin-1.5-SNAPSHOT/plugin.jelly Element... maven:reactor Line...... 227 Column.... 64 The build cannot continue because of the following unsatisfied dependencies: spring-core-1.2.8.jar spring-beans-1.2.8.jar spring-context-1.2.8.jar spring-web-1.2.8.jar Total time : 6 minutes 29 seconds Finished at : Dienstag, 07. November 2006 09:56:49 CET Could it be useful to delete the entire maven cache/repository? I will re-checkout the axis2 sources and restart from scratch... Regards Clemens -- Clemens Orthacker IAIK, Graz University of Technology Inffeldgasse 16a, 8010 Graz, Austria Tel: +43 316 873 5512 Web: http://iaik.tugraz.at/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
