Not sure if this question has been asked before. But is it a general rule that no data should be written to the testbase dir?

This test (javax/xml/jaxp/parsers/8022548/XOMParserTest.java) does a transform that writes result to "test.src". From the bug report, it gets an Access is denied error on Windows.

Is the fix replacing "test.src" with "test.classes" as Daniel suggested?

Thanks,
Joe

Reply via email to