Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Version 3.0.2
-
None
-
None
Description
The old build was splitted into a build.xml and testbuild.xml. It created a lot of intermediate .jars and using it within an IDE was cumbersome. Furthermore a lot of tests were usually ignored when creating the dist.
To workaround it, I've put everything into build.xml, generate the test schemas into corresponding generated-test-resource directories and upgraded the test files to Junit4, allowing the Ignore annotation to explicitly mark unsupported tests.
The ant targets now imitate the maven lifecycle ... so before using an IDE, you might want to call
ant process-test-resources