You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Gary Tully (JIRA)" <ji...@apache.org> on 2008/09/04 12:37:52 UTC

[jira] Assigned: (AMQ-1921) Trunk build is broken due to dependence on XBean 3.3

     [ https://issues.apache.org/activemq/browse/AMQ-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gary Tully reassigned AMQ-1921:
-------------------------------

    Assignee: Gary Tully

> Trunk build is broken due to dependence on XBean 3.3
> ----------------------------------------------------
>
>                 Key: AMQ-1921
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1921
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.2.0
>            Reporter: Bruce Snyder
>            Assignee: Gary Tully
>             Fix For: 5.2.0
>
>         Attachments: pom.xml.diff.txt
>
>
> The trunk build is failing because the xbean-spring-3.3.jar cannot be located: 
> {code}
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -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.xbean -DartifactId=xbean-spring -Dversion=3.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>         1) org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3
>         2) org.apache.xbean:xbean-spring:jar:3.3-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.xbean:maven-xbean-plugin:maven-plugin:3.3
> from the specified remote repositories:
>   nexus (http://localhost:8081/nexus/content/groups/public)
> {code}
> The attached patch updates the XBean version to 3.4 and the build succeeds. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.