Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
On Windows, ant test-contrib (streaming) with fail if classpath contains spaces.
- vargs.add(System.getProperty("java.class.path"));
+ vargs.add("\"" + System.getProperty("java.class.path") + "\"");