Thanks for the input but it doesn't appear to make any difference, I
get exactly the same results with single or triple slashes after file:
in my command line as well as with my uri attribute in my catalog.xml
Not sure where I go from here as I'm not sure how I can further
isolate where the problem lies ie. is my catalog file or command line
correct? or neither?
Cheers
Mark
On Tue, Nov 18, 2008 at 11:08 AM, Andrew Welch
<andrew(_dot_)j(_dot_)welch(_at_)gmail(_dot_)com> wrote:
Wherever you have:
argument=D:\path\here
... try:
argument=file:/D:/path/here
Afaik, that should really be file:///D:/ (triple slash) because
file:// is the equivalent of http:// and / is the root, however there
is a bug* in Java's URL implementation which means it accepts and
creates file:/
*I think anyway, it's hard to be confident about any of this
--
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--