On Tue, Mar 2, 2010 at 7:05 AM, Benson Margulies <bimargul...@gmail.com> wrote:
> I'm on Windows, running mvn from cygwin, using the maven-eclipse-plugin. I
> construct a file URL that works fine in IE and firefox, but fails in maven:
>
> [INFO] Unable to read file:
> file://C:/cygwin2/home/benson/wst/BasisCodeFormatter.xml
>
> Anyone have a suggestion?
>

Try http://en.wikipedia.org/wiki/File_URI_scheme

Your url looks like it has two slashes which impies C: is the hostname.

Try

file:///C:/cygwin2/home/benson/wst/BasisCodeFormatter.xml

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to