Hi, It's probably due to http://jira.codehaus.org/browse/MSHARED-78. It must be fixed with resources plugin 2.4-SNAPSHOT.
We "only" need to release maven-filtering and resources plugin. :-) -- Olivier 2009/5/14 Rice Yeh <[email protected]>: > Hi, > I have a file put in resource like the following: > > <property name="hibernate.connection.url" > value="jdbc:h2:tcp://localhost/${project.build.testOutputDirectory}/db/testdb" > /> > > I use resource filtering to replaceing project.build.testOutputDirectory, > but the result becomes > > <property name="hibernate.connection.url" > value="jdbc:h2:tcp://localhost/C\:\\projects\\xsf\\jdk15\\persistence\\as-automata-persistence\\target\\test-classes/db/testdb" > /> > > , which is not accepted by H2 database. How do I make \\ to / ? > > Regards, > Rice > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
