Phil, not able to reproduce your problem on Windows, using same version of mvn and jdk.
The slashes are normalised on purpose to /, which java understands and convertes accordingly to the appropriate file separator. I suspect your problem may be due to spaces in the file path you checked out the project to. Typically something starting with C:\Documents and settings Can you try checking out and building say in C:\git or something without spaces in path? On 02/08/2010 20:53, phil wrote: > Hi Christiano > > >> Hi Phil, what JB version are you trying to? >> > > I cloned git and tried from the master branch. The pom says 3.0-SNAPSHOT. > > > >> What is maven and jdk versions ? >> > Maven 2.2.1 > JDK 1.6.21 > > > The expected string has slashes, while outputFile.toString() returns > backslashes. > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
