I triggered the build, its only checking on the full hour.
You can watch the console here: https://hudson.apache.org/hudson/job/UIMA-SDK/5/console Jörn On 2/22/11 3:05 PM, Marshall Schor (JIRA) wrote:
[ https://issues.apache.org/jira/browse/UIMA-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marshall Schor resolved UIMA-2051. ---------------------------------- Resolution: Fixed Fix Version/s: 2.3.2SDK Assignee: Jörn Kottmann Can you test this on Hudson (or is that now "automatic" :-) )?Import_implTest.testFindAbsoluteUrl fails on Hudson --------------------------------------------------- Key: UIMA-2051 URL: https://issues.apache.org/jira/browse/UIMA-2051 Project: UIMA Issue Type: Bug Components: Build, Packaging and Test Reporter: Jörn Kottmann Assignee: Jörn Kottmann Priority: Minor Fix For: 2.3.2SDK This test fails on hudson and should be fixed. The following error messages is printed out: Error Message expected:<file:/zonestorage/hudson/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml> but was:<file:/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml> Stacktrace: junit.framework.AssertionFailedError: expected:<file:/zonestorage/hudson/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml> but was:<file:/home/hudson/hudson-slave/workspace/UIMA-SDK/trunk/uimaj-core/foo/bar/MyFile.xml> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:71) at org.apache.uima.resource.metadata.impl.Import_implTest.testFindAbsoluteUrl(Import_implTest.java:124)
