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 Summary: Spaces in properties not handled Product: Gump Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Java/XSLT AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Neither version of Gump handles spaces in properties. For example, I defined <property name="version.projectfile" value="$Revision: 1.56 $"/> but this was converted into: -Dversion.projectfile=$Revision: 1.56 $ I think it ought to be defined as: -Dversion.projectfile="$Revision: 1.56 $ " If this cannot be fixed, is there a way to add the quotes within the value? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
