Hi, IMHO it's probably a bug for non properties file. But not for properties files. Creating a new File with the property value without this "escaping" will break.
So why not escaping like this only for *.properties files ?? -- Olivier 2009/2/28 Larry North <[email protected]>: > In Maven 2.0.10, resource filtering of ${basedir} is different than in > 2.0.9. > > > > In one of my projects, Maven 2.0.9 filters ${basedir} to > C:\Users\Larry\Projects\mvn-resources, as expected. Maven 2.0.10 filters it > to C\:\\Users\\Larry\\Projects\\mvn-resources. > > > > Is this change intentional or a bug? > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
