> Some additional output on the failing class > > [junit] Running > com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector > [junit] Testsuite: > com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.003 sec > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.003 sec > [junit] > [junit] Testcase: warning(junit.framework.TestSuite$1): FAILED > [junit] Class > com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no > public constructor TestCase(String name) or TestCase() > [junit] junit.framework.AssertionFailedError: Class > com.hp.hpl.jena.eyeball.inspectors.test.TestMoreOwlSyntaxInspector has no > public constructor TestCase(String name) or TestCase() > [junit] > [junit]
Hmm. That looks as though you're running a JUnit3 test engine, but Eyeball uses (and ships with) JUnit4. How odd. Which version of ant are you running? Maybe it needs a junit4. Chris -- "You're down as expendable. You don't get a weapon." /Dark Lord of Derkholm/ Epimorphics Ltd, http://www.epimorphics.com Registered address: Court Lodge, 105 High Street, Portishead, Bristol BS20 6PT Epimorphics Ltd. is a limited company registered in England (number 7016688)
