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.
Now that the panels are stored in directories according to the view,
there is redundancy in the naming. Are there side effects if the file
space is simplified to {theme}/{view}/{panel}.vt.xml rather than
{theme}/{view}/{panel}-{view}.vt.xml?
Brian