You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by bu...@apache.org on 2003/12/11 12:34:18 UTC

DO NOT REPLY [Bug 25436] New: - Spaces in properties not handled

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: gump@jakarta.apache.org
        ReportedBy: sebb@apache.org


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?