I checked the reports for failure.
This is the test that failed :
-------------------------------------------------------------------------------
Test set: org.apache.uima.util.impl.JSR47Logger_implTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec <<<
FAILURE!
testLogWrapperCreation(org.apache.uima.util.impl.JSR47Logger_implTest) Time
elapsed: 0.003 sec <<< FAILURE!
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at
org.apache.uima.util.impl.JSR47Logger_implTest.testLogWrapperCreation(JSR47Logger_implTest.java:60)
-------------------------------------------------------------------------------
Test set: org.apache.uima.util.impl.JSR47Logger_implTest
-------------------------------------------------------------------------------
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec <<<
FAILURE!
testLogWrapperCreation(org.apache.uima.util.impl.JSR47Logger_implTest) Time
elapsed: 0.003 sec <<< FAILURE!
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at
org.apache.uima.util.impl.JSR47Logger_implTest.testLogWrapperCreation(JSR47Logger_implTest.java:60)
Thanks,
Kris
On Oct 17, 2012, at 5:09 AM, Burn Lewis <[email protected]> wrote:
> The log should also indicate elsewhere if a compile or test failure ... you
> could look in the uimaj-core/target/surefire-reports to see which test
> failed.
>
> ~Burn