Brian M Dube wrote:
Gav.... wrote:
-----Original Message-----
From: Brian M Dube [mailto:[EMAIL PROTECTED]
Sent: Saturday, 24 March 2007 12:29 PM
To: Forrest Developers List
Subject: Re: svn commit: r520650 - in /forrest/trunk/whiteboard/plugins:
org.apache.forrest.plugin.input.doap/
org.apache.forrest.plugin.internal.dispatcher/
org.apache.forrest.plugin.output.solr/
org.apache.forrest.themes.core/themes/common/fo/ org.apache.forrest
[EMAIL PROTECTED] wrote:
Author: rgardler
Date: Tue Mar 20 16:17:47 2007
New Revision: 520650
URL: http://svn.apache.org/viewvc?view=rev&rev=520650
Log:
Enable *.vt.xml files to be located in the correct directory within
themes.
./build.sh test passes, but I'd appreciate some more eyes on this I'm
not totally up to speed with dispatcher.
This appears to have broken the common theme. Interestingly, pelt still
works.
<snip>
Thanks Brian,
I don't see any common-css.vt.xml file in the common/css directory,
this is
an initial quick look, it could be why common is failing I don't know,
needs
more investigation which I (or someone) can look at later.
Gav...
Commenting out the following line in the common-html.vt.xml panel
<jx:import uri="cocoon://prepare.tiles.export-link"/>
allows the common theme to work again. The panel will likely need to be
renamed to something like exportlink-html.vt.xml with a corresponding
import
<jx:import uri="cocoon://prepare.tiles.exportlink-html"/>
to work with the new match.
Thanks for the diagnosis Brian. I've replaced the import with the actual
export links for the common theme, along with a fixme note.
We'll revisit this when we sort out exactly what the naming convention
is to be (which is unlikely to be before the 0.8 release, it's all hands
on deck!)
Ross