You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xmlrpc-auto@ws.apache.org by "Anatoly Techtonik (JIRA)" <xm...@ws.apache.org> on 2006/11/11 11:34:38 UTC

[jira] Created: (XMLRPC-123) Could not compile SVN version of 3.0.x branch

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

        

[jira] Commented: (XMLRPC-123) Could not compile SVN version of 3.0.x branch

Posted by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org>.
    [ 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

        

[jira] Commented: (XMLRPC-123) Could not compile SVN version of 3.0.x branch

Posted by "Anatoly Techtonik (JIRA)" <xm...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/XMLRPC-123?page=comments#action_12449144 ] 
            
Anatoly Techtonik commented on XMLRPC-123:
------------------------------------------

Does not work. I'm running "maven install" from the root of project checkout (where .project and pom.xml are located).

E:\ws-xmlrpc>maven install
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

BUILD FAILED
Goal "install" does not exist in this project.
Total time: 1 seconds
Finished at: Sun Nov 12 17:28:52 GMT+02:00 2006

> 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

        

[jira] Resolved: (XMLRPC-123) Could not compile SVN version of 3.0.x branch

Posted by "Jochen Wiedmann (JIRA)" <xm...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/XMLRPC-123?page=all ]

Jochen Wiedmann resolved XMLRPC-123.
------------------------------------

    Resolution: Fixed

The m2eclipse plugin has several known bugs related to multiprojects. Try building from the command line initially by running "mvn install" and do a refresh in the project.


> 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