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)
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]
------------------------------------------------------------------------