Brian Ewins <[EMAIL PROTECTED]> wrote on 04/12/2002 02:20:21 AM:

> In the log below, the first error in the fo:fo is down to this line in 
> the pdf plugin.jelly:
>        <arg value="file://${plugin.dir}/project2fo.xslt"/>
> (I can see how that would work for eg /opt/plugins, but on PCs it just 
> fails. It should just be <arg value="${plugin.dir}/project2fo.xslt"/>. 
> I'll raise this as a bug.)

<arg value="${plugin.dir}/project2fo.xslt"/> fails as Xalan only takes 
relative paths, hence the use of a URL here.

We should be able to treat the file as a URL....

> The second error, in the pdf:pdf goal, is a mystery, as the pdf task was 

> freshly build with b8, log below, and is failing to find 'fop' when its 
> obviously downloaded it. My classpath is clean. Anyone got any ideas?

This is part of the plugin.getDependencyPath bug that has broken clover, 
test and clover plugins.

Jason has done a test, but AFAIK, no fix yet.

--
dIon Gillard, Multitask Consulting
Blog:      http://www.freeroller.net/page/dion/Weblog
Work:      http://www.multitask.com.au


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to