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.j.welch@xxxxxxxxx> 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/
|