I'm taking a first look at Nuxeo and trying to get the trunk to compile.
I've had no trouble getting it to compile, but I can't get the surefire
tests to pass. If I run
mvn -Dmaven.test.failure.ignore=true test
I see the following tests have failures:
org.nuxeo.ecm.core.facade/target/surefire-reports/org.nuxeo.ecm.core.api.TestAPI.txt
org.nuxeo.ecm.core.facade/target/surefire-reports/org.nuxeo.ecm.core.api.TestApiHeavyLoad.txt
org.nuxeo.ecm.core.facade/target/surefire-reports/org.nuxeo.ecm.core.api.TestConnection.txt
org.nuxeo.theme.core/target/surefire-reports/org.nuxeo.theme.test.events.TestEvents.txt
org.nuxeo.theme.core/target/surefire-reports/org.nuxeo.theme.test.themes.TestThemeSerializer.txt
(BTW: I'm also new to Maven -- is there a nicer way to find test
failures -- I had to resort to
grep -l FAIL */target/surefire-reports/*
I suspect this is a problem with my build environment since I don't see
any recent svn commits, for example, for the theme serializer. That
failure appears to be a missing <?xml ... encoding="UTF-8"?> header in
the generated XML:
junit.framework.ComparisonFailure: expected:<..." encoding="UTF-8"?>[
<theme name="default">
<layout>
...
I'm trying to build on Windows XP, with mvn 2.0.5, ant 1.6.5, jdk 1.5.0
Help? ideas? guidance?
Thanks!
Steve
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm