Yes, development on the trunk is happening at a very steady rate (just check the timeline here: http://svn.nuxeo.org/trac/nuxeo/ timeline ).

And sometimes, tests break.

Rest assured, however, that there is an infrastructure in place to detect these test failures and alert people so that they focus on fixing the tests before moving over: we're using TeamCity for continuous unit testing, and some deployment and minimal web testing too:

http://teamcity.nuxeo.org/overview.html

(To loging: click on "Login as guest").

By checking the tests status on TeamCity, you can check wether your test failures are specific to your build environment, or are common (and public) issues.

  S.

On Mar 30, 2007, at 9:23 PM, Steve Tynor wrote:

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


--
Stefane Fermigier, CEO, Nuxeo SAS
Open Source Enterprise Content Management (ECM)
Nuxeo 5 EP is out! - Now Java EE based, standards compliant
Web: http://www.nuxeo.com/ - Tel: +33 1 40 33 79 87


_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to