On 21/02/2010 21:52, Chuck Irvine wrote:
I'm trying to build Drools from the trunk. I updated from svn about 10 minutes ago.

My build command was:

>mvn -Declipse -Ddocumentation clean install -DlocalEclipseDrop=C:\tmp\drools\eclipse

The result of my build is given below.

I have two questions:

1. I'm a little confused about "-DlocalEclipseDrop=C:\tmp\drools\eclipse". Is C:\tmp\drools\eclipse supposed to point to where I have eclipse installed. 2. Does the fact that 2 tests errored out mean that my build produced nothing useful?

    Tests run: 184, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
    1.203 sec
    Running org.drools.integrationtests.ProcessEventTest
    Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
    0.211 sec

    Results :

    Tests in error:
testUnmarshallingPerformance(org.drools.integrationtests.LargeRuleBaseSerializationTest) testUnmarshallWithCompressionPerformance(org.drools.integrationtests.LargeRuleBaseSerializationTest)

Those two are intermittent failures, we aren't sure why. You can get the last src build from here, saving the need to build trunk yourself:
https://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/

Mark


    Tests run: 1306, Failures: 0, Errors: 2, Skipped: 1

    [INFO]
    ------------------------------------------------------------------------
    [ERROR] BUILD FAILURE
    [INFO]
    ------------------------------------------------------------------------
    [INFO] There are test failures.

    Please refer to
    
C:\Users\Chuck\workspace\drools-trunk\drools-compiler\target\surefire-reports
    for the individual test results.
    [INFO]
    ------------------------------------------------------------------------
    [INFO] For more information, run Maven with the -e switch
    [INFO]
    ------------------------------------------------------------------------
    [INFO] Total time: 9 minutes 14 seconds
    [INFO] Finished at: Sun Feb 21 15:35:42 CST 2010
    [INFO] Final Memory: 27M/49M
    [INFO]
    ------------------------------------------------------------------------


_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to