test-contrib with spaces in classpath (Windows)
-----------------------------------------------
Key: HADOOP-391
URL: http://issues.apache.org/jira/browse/HADOOP-391
Project: Hadoop
Issue Type: Bug
Reporter: Michel Tourn
Attachments: streaming.winspaces.patch
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") + "\"");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira