Problem when variables are replaced in under windows in the ressources files
----------------------------------------------------------------------------
Key: MNG-4396
URL: http://jira.codehaus.org/browse/MNG-4396
Project: Maven 2
Issue Type: Bug
Affects Versions: 2.2.1
Environment: Windows
Reporter: Alexandre Navarro
Problem when variables are replaced in under windows in the ressources files.
For instance, I have a persistence.xml in src/main/ressources
with
<jar-file>${basedir}/target/classes</jar-file>
After filtering, the String was changed to
<jar-file>C\:\\HOMEWARE\\workspace-3.5\\efts-trunk\\efts-referential/target/classes</jar-file>
The \ after C: is abnormal.
In maven 2.0.9, it works (no \) but in maven 2.2.1 it does not work.
--
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