I'm trying to build Drools from the trunk. I updated from svn about 10 minutes ago. <br><br>My build command was:<br><br>>mvn -Declipse -Ddocumentation clean install -DlocalEclipseDrop=C:\tmp\drools\eclipse<br><br>The result of my build is given below.<br>
<br>I have two questions:<br><br>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.<br>2. Does the fact that 2 tests errored out mean that my build produced nothing useful? <br>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">Tests run: 184, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.203 sec<br>Running org.drools.integrationtests.ProcessEventTest<br>
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec<br><br>Results :<br><br>Tests in error:<br> testUnmarshallingPerformance(org.drools.integrationtests.LargeRuleBaseSerializationTest)<br> testUnmarshallWithCompressionPerformance(org.drools.integrationtests.LargeRuleBaseSerializationTest)<br>
<br>Tests run: 1306, Failures: 0, Errors: 2, Skipped: 1<br><br>[INFO] ------------------------------------------------------------------------<br>[ERROR] BUILD FAILURE<br>[INFO] ------------------------------------------------------------------------<br>
[INFO] There are test failures.<br><br>Please refer to C:\Users\Chuck\workspace\drools-trunk\drools-compiler\target\surefire-reports for the individual test results.<br>[INFO] ------------------------------------------------------------------------<br>
[INFO] For more information, run Maven with the -e switch<br>[INFO] ------------------------------------------------------------------------<br>[INFO] Total time: 9 minutes 14 seconds<br>[INFO] Finished at: Sun Feb 21 15:35:42 CST 2010<br>
[INFO] Final Memory: 27M/49M<br>[INFO] ------------------------------------------------------------------------<br></blockquote>