-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Leon,
download the m2-repo.zip from the RC2 url and unzip it into your local machine. alternative edit modules/parent/pom.xml and add the http://people.apache.org/~dims/axis2-1.4/RC2/m2-repo/ as one of the repos. thanks, dims Leon Searl wrote: | Hi, | | I'm guessing that this is a m2-repo issue instead of an axis2 issue so | I was reluctant to make a Jira. | | When building from the source and using the m2-repo I got | and error when maven was looking for artifact | org.apache.ws.commons.schema:XmlSchema:jar:640087: | | bash-3.2$ mvn clean install | [INFO] Scanning for projects... | [INFO] Reactor build order: | [INFO] Apache Axis2 - Parent | [INFO] Apache Axis2 - Kernel | [INFO] Apache Axis2 - Data Binding | [INFO] Apache Axis2 - Code Generation | [INFO] Apache Axis2 - ADB Codegen | [INFO] Apache Axis2 - tool - MAR Maven Plugin | [INFO] Apache Axis2 - Addressing | [INFO] Apache Axis2 - Java2WSDL | [INFO] Apache Axis2 - Fast Infoset | [INFO] Apache Axis2 - JiBX Data Binding | [INFO] Apache Axis2 - SAAJ API | [INFO] Apache Axis2 - JAXWS API | [INFO] Apache Axis2 - SAAJ | [INFO] Apache Axis2 - JWS API | [INFO] Apache Axis2 - Metadata | [INFO] Apache Axis2 - JAXWS | [INFO] Apache Axis2 - OSGi | [INFO] Apache Axis2 - JAXWS Integration Tests | [INFO] Apache Axis2 - Clustering | [INFO] Apache Axis2 - MTOM Policy | [INFO] Apache Axis2 - JSON | [INFO] Apache Axis2 - XMLBeans Data Binding | [INFO] Apache Axis2 - Scripting | [INFO] Apache Axis2 - JAXB-RI Data Binding | [INFO] Apache Axis2 - spring | [INFO] Apache Axis2 - Integration | [INFO] Apache Axis2 - MEX | [INFO] Apache Axis2 - Ping | [INFO] Apache Axis2 - tool - AAR Maven Plugin | [INFO] Apache Axis2 - Version Service | [INFO] Apache Axis2 - SOAP Monitor | [INFO] Apache Axis2 - tool - Ant Plugin | [INFO] Apache Axis2 - Root | [INFO] Apache Axis2 - tool - Eclipse Codegen Plugin | [INFO] Apache Axis2 - tool - Eclipse service Plugin | [INFO] Apache Axis2 - tool - Intellij IDEA Plugin | [INFO] Apache Axis2 - tool - Java2WSDL Maven Plugin | [INFO] Apache Axis2 - tool - WSDL2Code Maven Plugin | [INFO] Apache Axis2 - CORBA | [INFO] Apache Axis2 - Web Application module | [INFO] Apache Axis2 - Samples | [INFO] Apache Axis2 - Remote Method Invocation | [INFO] | ------------------------------------------------------------------------ | [INFO] Building Apache Axis2 - Parent | [INFO] task-segment: [clean, install] | [INFO] | ------------------------------------------------------------------------ | [INFO] [clean:clean] | [INFO] [site:attach-descriptor] | [INFO] [install:install] | [INFO] Installing | /users/searl/sensorNet/eclipse/workspace/ACE_SOA/third_party/axis2/axis2-640261/modules/parent/pom.xml | to | /users/searl/.m2/repository/org/apache/axis2/axis2-parent/640261/axis2-parent-640261.pom | | [INFO] | ------------------------------------------------------------------------ | [INFO] Building Apache Axis2 - Kernel | [INFO] task-segment: [clean, install] | [INFO] | ------------------------------------------------------------------------ | [INFO] [clean:clean] | [INFO] Deleting directory | /users/searl/sensorNet/eclipse/workspace/ACE_SOA/third_party/axis2/axis2-640261/modules/kernel/target | | [INFO] [resources:resources] | [INFO] Using default encoding to copy filtered resources. | Downloading: | http://ws.zones.apache.org/repository2/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.pom | | Downloading: | http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.pom | | Downloading: | http://repo1.maven.org/eclipse/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.pom | | Downloading: | https://maven-repository.dev.java.net/nonav/repository//org.apache.ws.commons.schema/poms/XmlSchema-640087.pom | | Downloading: | http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.pom | | Downloading: | http://ws.zones.apache.org/repository2/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.jar | | Downloading: | http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.jar | | Downloading: | http://repo1.maven.org/eclipse/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.jar | | Downloading: | https://maven-repository.dev.java.net/nonav/repository//org.apache.ws.commons.schema/jars/XmlSchema-640087.jar | | Downloading: | http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/640087/XmlSchema-640087.jar | | [INFO] | ------------------------------------------------------------------------ | [ERROR] BUILD ERROR | [INFO] | ------------------------------------------------------------------------ | [INFO] Failed to resolve artifact. | | Missing: | ---------- | 1) org.apache.ws.commons.schema:XmlSchema:jar:640087 | | Try downloading the file manually from the project website. | | Then, install it using the command: | mvn install:install-file -DgroupId=org.apache.ws.commons.schema | -DartifactId=XmlSchema -Dversion=640087 -Dpackaging=jar | -Dfile=/path/to/file | | Alternatively, if you host your own repository you can deploy the file | there: | mvn deploy:deploy-file -DgroupId=org.apache.ws.commons.schema | -DartifactId=XmlSchema -Dversion=640087 -Dpackaging=jar | -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] | | Path to dependency: | 1) org.apache.axis2:axis2-kernel:jar:640261 | 2) org.apache.ws.commons.schema:XmlSchema:jar:640087 | | ---------- | 1 required artifact is missing. | | for artifact: | org.apache.axis2:axis2-kernel:jar:640261 | | from the specified remote repositories: | central (http://repo1.maven.org/maven2), | apache-ws-snapshots2 (http://ws.zones.apache.org/repository2), | java.net (https://maven-repository.dev.java.net/nonav/repository/), | apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository), | eclipse-repo (http://repo1.maven.org/eclipse), | tomcat-repository (http://tomcat.apache.org/dev/dist/m2-repository) | | | [INFO] | ------------------------------------------------------------------------ | [INFO] For more information, run Maven with the -e switch | [INFO] | ------------------------------------------------------------------------ | [INFO] Total time: 18 seconds | [INFO] Finished at: Mon Mar 24 17:10:07 CDT 2008 | [INFO] Final Memory: 18M/33M | [INFO] | ------------------------------------------------------------------------ | bash-3.2$ | | Davanum Srinivas wrote: | Hi all, | | I've posted the RC2 here: | http://people.apache.org/~dims/axis2-1.4/RC2/ | | Notes: | - There's a text file with revision numbers that i used for all the | SNAPSHOTS | - There's a m2-repo.zip with all the m2 artifacts | - There's an online repo as well | http://people.apache.org/~dims/axis2-1.4/RC2/m2-repo/ | - 2 New JAXWS samples in the distribution. | | Please kick the tires and raise JIRA's. | | Thanks, | dims |> - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) iD8DBQFH6CnCgNg6eWEDv1kRAsY1AJ4sMZajq50Pt51NfCfH+Nu4R+xDNwCgqrCu Kr+64SPvrc0tI21yqHwCPK8= =t8CI -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
