DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25436>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25436 Spaces in properties not handled ------- Additional Comments From [EMAIL PROTECTED] 2003-12-11 12:33 ------- I think that will break Gump on Windows. Quote.java is: System.out.println("val="+System.getProperty("val")); : java '-Dval=x $' Quote Exception in thread "main" java.lang.NoClassDefFoundError: '-Dval=x : java -Dval'=x $' Quote Exception in thread "main" java.lang.NoClassDefFoundError: $' : java -Dval='x' Quote val='x' : java "-Dval=x $" Quote val=x $ : java -Dval="x $" Quote val=x $ How about quoting the value using double-quotes and enclosing the Unix command line in single-quotes? That might work for both. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
