Could you try to remove line 365 (if you cvs head for xdoc plugin) andRemoving those lines caused other problems (unable to find navigation.xml).
certainly 346-347 of plugin.jelly?
I have no time for test it.
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. I'm redoing it on Windows to make sure it's OK there, too. 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]
