le 03/08/2006 09:21 Cyriaque Dupoirieux a écrit :
le 03/08/2006 01:47 Thorsten Scherler a écrit :
El mié, 02-08-2006 a las 16:32 -0700, Thorsten Scherler (JIRA) escribió:
[ http://issues.apache.org/jira/browse/FOR-799?page=all ]
Thorsten Scherler closed FOR-799.
---------------------------------
Resolution: Fixed
I removed all properties related to the dispatcher (or former
versions) from the core. The dispatcher relies now on the new
properties system and the forrest.properties values does have *NO*
effect anymore.
remove all references from the core to the dispatcher
-----------------------------------------------------
Key: FOR-799
URL: http://issues.apache.org/jira/browse/FOR-799
Project: Forrest
Issue Type: Sub-task
Components: Core operations, Dispatcher (aka views)
Reporter: Thorsten Scherler
They should be no direct references in the core for the dispatcher.
This should be done with the new plugin system forrest.properties.xml.
http://svn.apache.org/viewvc?rev=428188&view=rev
In this commit you can find out how I have updated the basic and
fresh-seed site. Basically you need to add forrest.properties.xml to
your project looking like
+<?xml version="1.0" encoding="UTF-8"?>
+<properties>
+ <!--
+ # codename: Dispatcher
+ # Dispatcher is using a fallback mechanism for theming.
+ # You can configure the theme name and its extension here
+ -->
+ <property name="dispatcher.theme" value="pelt"/>
+ <property name="dispatcher.theme-ext" value=".fv"/>
+</properties>
The project.theme and project.theme-ext in forrest.properties does not
have any effect anymore.
Brilliant !
What about the project.skin properties that I still have in my
forrest.properties files ?
Oups, It's a skin property, sorry,
Cyriaque,
Sorry for any inconvenience.
No problem, that's the way we should go.
Salutations,
Cyriaque,
salu2