Some of the test cases currently may fail: we are currently
investigating these issues.
To build from sources, go in the servicemix/base directory and run maven.
If you want to skip test, run the following command line:
maven -Dmaven.test.skip=true
The jaxp-1.3.jar can be downloaded from
http://dist.codehaus.org/servicemix/jars/
and actually contains the javax.xml.xpath package.
Cheers,
Guillaume Nodet
Vijay wrote:
Vijay <[EMAIL PROTECTED]> writes:
Hi
I downloaded the sources and tried to build
with maven but it fails in unit tests.
Any idea how to fix it?
Thanks.
- Vijay
I did some more research and found couple of issues -
1. agila test cases fail, I removed to proceed further,
that built agila
2. the base gives compilation errors for javax.xml.xpath
package not found, maven has jaxp dependencies commented
out to use servicemix's own jaxp-1.3.jar which on
inspection has none of the javax.xml.xpath classes!
Please let me know which jaxp jar needs to be used and
from where.
Thanks.
- Vijay