-DskipTests
is better then
-Dmaven.test.skip
because it does compile the test code :)

With kind regards,
Geoffrey De Smet


Ellen Zhao schreef:
Hi Siddharth,

the dev team will investigate the problem in details soon. If the
Drools component in your interest has nothing or little to do with the
failed class, and you want a latest build badly, use

mvn -Dmaven.test.skip clean install

to supress the test problem. More often than not, tests fail for some
wrong test resource URI, might be that some developer forgot to commit
a certain piece of test resource to svn, it does not really disturb
the non-test classes.



Hope that helps,
Ellen N. Zhao



On Thu, Oct 9, 2008 at 3:16 AM, Siddharth Angrish <[EMAIL PROTECTED]> wrote:
I was building the full code and encountered the following error at the end.
Throughout the whole install/build process
everything looked fine. I am not sure though if it has built
drools-verifier/compiler/core correctly. I have attached
the build process logs.

Siddharth

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.drools.dataloaders.jaxb.DroolsJaxbTest
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 2.734 sec
<<< FAILURE!

Results :

Tests in error:
  testDirectRoot(org.drools.dataloaders.jaxb.DroolsJaxbTest)
  testNestedIterable(org.drools.dataloaders.jaxb.DroolsJaxbTest)

Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

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

Please refer to
C:\Users\sangrish\workspace\drools-full-code\drools-dataloaders\drools-dataloaders-jaxb\target\surefire-
reports for the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 6 minutes 29 seconds
[INFO] Finished at: Wed Oct 08 21:51:35 EDT 2008
[INFO] Final Memory: 26M/63M
[INFO]
------------------------------------------------------------------------



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


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


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

Reply via email to