[ http://issues.apache.org/jira/browse/XMLRPC-123?page=comments#action_12449167 ] Jochen Wiedmann commented on XMLRPC-123: ----------------------------------------
Use mvn, aka Maven 2, not Maven 1. > Could not compile SVN version of 3.0.x branch > --------------------------------------------- > > Key: XMLRPC-123 > URL: http://issues.apache.org/jira/browse/XMLRPC-123 > Project: XML-RPC > Issue Type: Bug > Components: Source > Affects Versions: 3.0rc1 > Environment: Win2000, Eclipse, Maven 2.0 integration 0.0.9 plugin > Reporter: Anatoly Techtonik > Priority: Blocker > > 11.11.06 12:23:09 GMT+02:00: Reading /ws-xmlrpc/pom.xml > 11.11.06 12:23:10 GMT+02:00: Reading /ws-xmlrpc/common/pom.xml > 11.11.06 12:23:12 GMT+02:00: Reading /ws-xmlrpc/client/pom.xml > 11.11.06 12:23:13 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:13 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:13 GMT+02:00: Missing: > ---------- > 1) org.apache.xmlrpc:xmlrpc-common:jar:3.0.1-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xmlrpc > -DartifactId=xmlrpc-common \ > -Dversion=3.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Path to dependency: > 1) org.apache.xmlrpc:xmlrpc-client:jar:3.0.1-SNAPSHOT > 2) org.apache.xmlrpc:xmlrpc-common:jar:3.0.1-SNAPSHOT > ---------- > 1 required artifact is missing. > for artifact: org.apache.xmlrpc:xmlrpc-client-3.0.1-SNAPSHOT.jar > 11.11.06 12:23:13 GMT+02:00: Reading /ws-xmlrpc/server/pom.xml > 11.11.06 12:23:14 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:14 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:14 GMT+02:00: Missing: > ---------- > 1) org.apache.xmlrpc:xmlrpc-common:jar:3.0.1-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xmlrpc > -DartifactId=xmlrpc-common \ > -Dversion=3.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Path to dependency: > 1) org.apache.xmlrpc:xmlrpc-server:jar:3.0.1-SNAPSHOT > 2) org.apache.xmlrpc:xmlrpc-common:jar:3.0.1-SNAPSHOT > ---------- > 1 required artifact is missing. > for artifact: org.apache.xmlrpc:xmlrpc-server-3.0.1-SNAPSHOT.jar > 11.11.06 12:23:14 GMT+02:00: Reading /ws-xmlrpc/tests/pom.xml > 11.11.06 12:23:15 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:15 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:15 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:16 GMT+02:00: [WARN] Unable to get resource from repository > apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository) > 11.11.06 12:23:16 GMT+02:00: Missing: > ---------- > 1) org.apache.xmlrpc:xmlrpc-client:jar:3.0.1-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xmlrpc > -DartifactId=xmlrpc-client \ > -Dversion=3.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Path to dependency: > 1) org.apache.xmlrpc:xmlrpc-tests:jar:3.0.1-SNAPSHOT > 2) org.apache.xmlrpc:xmlrpc-client:jar:3.0.1-SNAPSHOT > 2) org.apache.xmlrpc:xmlrpc-server:jar:3.0.1-SNAPSHOT > Try downloading the file manually from the project website. > Then, install it using the command: > mvn install:install-file -DgroupId=org.apache.xmlrpc > -DartifactId=xmlrpc-server \ > -Dversion=3.0.1-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file > Path to dependency: > 1) org.apache.xmlrpc:xmlrpc-tests:jar:3.0.1-SNAPSHOT > 2) org.apache.xmlrpc:xmlrpc-server:jar:3.0.1-SNAPSHOT > ---------- > 2 required artifacts are missing. > for artifact: org.apache.xmlrpc:xmlrpc-tests-3.0.1-SNAPSHOT.jar -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
