Oh, duh. Thanks. On Mon, Mar 1, 2010 at 7:16 PM, Barrie Treloar <[email protected]> wrote:
> On Tue, Mar 2, 2010 at 7:05 AM, Benson Margulies <[email protected]> > 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: [email protected] > For additional commands, e-mail: [email protected] > >
