<fileSeparator>\</fileSeparator> causes an exception
----------------------------------------------------

                 Key: MDEP-260
                 URL: http://jira.codehaus.org/browse/MDEP-260
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
          Components: build-classpath
    Affects Versions: 2.1
            Reporter: Sergei Ivanov
            Assignee: Brian Fox


If I specify the following property in the plugin configuration:
<fileSeparator>\</fileSeparator>
then the plugin crashes with an exception because a regex parser fails 
internally.
It appears that the property needs to be escaped like this:
<fileSeparator>\\</fileSeparator>

The plugin should take care of escaping the property itself.

-- 
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