Filtering of property values containing backslashes for properties files does 
not escape them
---------------------------------------------------------------------------------------------

         Key: MRESOURCES-17
         URL: http://jira.codehaus.org/browse/MRESOURCES-17
     Project: Maven 2.x Resources Plugin
        Type: Bug

    Versions: 2.1    
 Environment: Windows XP
    Reporter: Dale King


For example consider this in a filtered property file (which I needed to use 
for some tests):

targetDirectory=${pom.build.directory}

which generates after filtering:

targetDirectory=C:\ProjectDirectory\target

When the property file is read that will be read as C:ProjectDirectory<tab>arget


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to