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


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.

Reply via email to