Could you try to remove line 365 (if you cvs head for xdoc plugin) andOddly, my reply to this never showed up. Well at the risk of redundancy, here it is again:
certainly 346-347 of plugin.jelly?
I have no time for test it.
Removing those lines caused other problems (unable to find navigation.xml).
However, changing line 365 from
<j:set var="stylesheet" value="file:/${plugin.resources}/site.jsl" />
to
<j:set var="stylesheet" value="file://${plugin.resources}/site.jsl" />
makes it work on Unix /and/ Windows. Makes sense, since plugin.resources is a full path starting with /.
--Sean
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
