RE: Properties: backslashes in pathname on Windows

2009-04-24 Thread Sean Hennessy
ant's ${file.separator} ?? -Original Message- From: stug23 [mailto:pat.poden...@gmail.com] Sent: Thursday, April 23, 2009 8:56 PM To: users@maven.apache.org Subject: Properties: backslashes in pathname on Windows Is there a way in Maven 2.0.9 to end up with forward slashes in a

Re: Properties: backslashes in pathname on Windows

2009-04-24 Thread stug23
I found a Maven plugin at Google that can replace tokens which I applied to the filtered xml file. This does remove the backslashes, however I think a much better solution would be for Maven to have a simple and direct means of obtaining a file:URL with correct form via a Maven project property.