Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Patch
Description
When the JUint tests are run, temporary documents are created in the default temp directory, They are not cleaned up.
The attached patch creates a temp directory under the test-classes directory where the other test documents are created.
The temp documents may then be cleaned up via a mvn clean.
At the moment this is done only for the simple-api. I'll look at the other projects later.