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

[jira] Work started: (SMX4KNL-95) kernel build failed in testing/itests

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

Work on SMX4KNL-95 started by Freeman Fang.

> kernel build failed in testing/itests
> -------------------------------------
>
>                 Key: SMX4KNL-95
>                 URL: https://issues.apache.org/activemq/browse/SMX4KNL-95
>             Project: ServiceMix Kernel
>          Issue Type: Bug
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>
> which is caused by 
> Missing:
> ----------
> 1) xerces:xercesImpl:jar:2.9.0
>   Try downloading the file manually from the project website.
>   Then, install it using the command:
>       mvn install:install-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.0 -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there:
>       mvn deploy:deploy-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=2.9.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency:
>         1) org.apache.servicemix.kernel.testing:org.apache.servicemix.kernel.testing.itests:bundle:1.1.0-SNAPSHOT
>         2) xerces:xercesImpl:jar:2.9.0
> since xercesimpl 2.9.0 is not in the central repo yet, we need add jboss xerces repository url in the pom to get it around

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