Jörn Nettingsmeier schrieb:
> Andreas Hartmann wrote:
>> Jörn Nettingsmeier schrieb:
>>> hi *!
>>>
>>>
>>> playing with the ac configuration, i found this
snippet:
>>>
>>>
"config/ac/ac.xconf".replace('/',File.separatorCha
r
>>
>> Actually we should finally get rid of this stuff.
>> When we work with URIs instead of paths, and IMO we
should
>> *only* work with URIs, then this is not necessary.
>
> i'll try and fix these things when i see them.
> out of curiousity: how do the drive letters map to the
file:/// uri
> scheme?
file:///c/Programme/[...]
> and does java also use the file:// convention for
relative paths
> and file:/// for absolute ones?
The actual scheme is file://host/path.
The file:// scheme doesn't support relative paths.
But usually you should be allowed to use a relative URI.
-- Andreas
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe lenya.apache.org
For additional commands, e-mail: dev-help lenya.apache.org
|