You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/09/07 03:50:54 UTC

svn commit: rev 43442 - forrest/trunk/src/core/fresh-site

Author: crossley
Date: Mon Sep  6 18:50:54 2004
New Revision: 43442

Modified:
   forrest/trunk/src/core/fresh-site/forrest.properties
Log:
Synchronise with default.forrest.properties
Also bring back the mechanism to switch off certain parts of the validation.
These settings seemed to be accidently removed at r9099 2004-01-04


Modified: forrest/trunk/src/core/fresh-site/forrest.properties
==============================================================================
--- forrest/trunk/src/core/fresh-site/forrest.properties	(original)
+++ forrest/trunk/src/core/fresh-site/forrest.properties	Mon Sep  6 18:50:54 2004
@@ -27,7 +27,7 @@
 #project.skin=tigris
 #project.skin=pelt
 
-# comma seperated list, file:/// is supported
+# comma separated list, file:// is supported
 #forrest.skins.descriptors=http://forrest.apache.org/skins/skins.xml,file:///c:/myskins/skins.xml
 
 ##############
@@ -45,9 +45,9 @@
 
 #project.status=status.xml
 #project.content-dir=src/documentation
+#project.raw-content-dir=${project.content-dir}/content
 #project.conf-dir=${project.content-dir}/conf
 #project.sitemap-dir=${project.content-dir}
-#project.raw-content-dir=${project.content-dir}/content
 #project.xdocs-dir=${project.content-dir}/content/xdocs
 #project.resources-dir=${project.content-dir}/resources
 #project.stylesheets-dir=${project.resources-dir}/stylesheets
@@ -57,19 +57,26 @@
 #project.skinconf=${project.content-dir}/skinconf.xml
 #project.lib-dir=${project.content-dir}/lib
 #project.classes-dir=${project.content-dir}/classes
-
+#project.translations-dir=${project.content-dir}/translations
 
 ##############
 # Cocoon catalog entity resolver properties
-
 # A local OASIS catalog file to supplement the default Forrest catalog
 #project.catalog=${project.schema-dir}/catalog.xcat
 
 ##############
 # validation properties
 
-# Determine if validation is performed
+# This set of properties determine if validation is performed at all
+# Values are inherited unless overridden.
+# e.g. if forrest.validate=false then all others are false unless set to true.
 #forrest.validate=true
+#forrest.validate.xdocs=${forrest.validate}
+#forrest.validate.skinconf=${forrest.validate}
+#forrest.validate.sitemap=${forrest.validate}
+#forrest.validate.stylesheets=${forrest.validate}
+#forrest.validate.skins=${forrest.validate}
+#forrest.validate.skins.stylesheets=${forrest.validate.skins}
 
 # *.failonerror=(true|false)    stop when an XML file is invalid
 #forrest.validate.failonerror=true
@@ -95,7 +102,7 @@
 #forrest.jvmargs=
 # The bugtracking URL - the issue number will be appended
 #project.bugtracking-url=http://issues.apache.org/bugzilla/show_bug.cgi?id=
-#project.bugtracking-url=http://issues.apace.org/jira/browse/
+#project.bugtracking-url=http://issues.apache.org/jira/browse/
 # The issues list as rss
 #project.issues-rss-url=
 #I18n Property only works for the "forrest run" target.

Re: validation properties (Was: svn commit: rev 43442)

Posted by Nicola Ken Barozzi <ni...@apache.org>.
David Crossley wrote:

> Nicola Ken Barozzi wrote:
> 
>>>Author: crossley
>>>Date: Mon Sep  6 18:50:54 2004
>>>New Revision: 43442
>>>
>>>Modified:
>>>   forrest/trunk/src/core/fresh-site/forrest.properties
>>>Log:
>>>Synchronise with default.forrest.properties
>>>Also bring back the mechanism to switch off certain parts of the validation.
>>>These settings seemed to be accidently removed at r9099 2004-01-04
>>
>>It was done on purpose as AFAIK we had decided to validate everything 
>>and have only one generic exclusion property. This reduces complexity 
>>and should not really sacrifice functionality.
> 
> We needed to use it recently:
> http://mail-archives.apache.org/eyebrowse/ReadMsg?listId=260&msgNo=547
> 
> So obviously that ability is still required. 

It's not that obvious to me... I don't think that we should be keeping a 
feature to route round Forrest deficiencies :-P

> I must have had
> a New Year's hangover when that old commit message came through :-)

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------


validation properties (Was: svn commit: rev 43442)

Posted by David Crossley <cr...@apache.org>.
Nicola Ken Barozzi wrote:
> 
> > Author: crossley
> > Date: Mon Sep  6 18:50:54 2004
> > New Revision: 43442
> > 
> > Modified:
> >    forrest/trunk/src/core/fresh-site/forrest.properties
> > Log:
> > Synchronise with default.forrest.properties
> > Also bring back the mechanism to switch off certain parts of the validation.
> > These settings seemed to be accidently removed at r9099 2004-01-04
> 
> It was done on purpose as AFAIK we had decided to validate everything 
> and have only one generic exclusion property. This reduces complexity 
> and should not really sacrifice functionality.

We needed to use it recently:
http://mail-archives.apache.org/eyebrowse/ReadMsg?listId=260&msgNo=547

So obviously that ability is still required. I must have had
a New Year's hangover when that old commit message came through :-)

-- 
David Crossley


Re: svn commit: rev 43442 - forrest/trunk/src/core/fresh-site

Posted by Nicola Ken Barozzi <ni...@apache.org>.
crossley@apache.org wrote:

> Author: crossley
> Date: Mon Sep  6 18:50:54 2004
> New Revision: 43442
> 
> Modified:
>    forrest/trunk/src/core/fresh-site/forrest.properties
> Log:
> Synchronise with default.forrest.properties
> Also bring back the mechanism to switch off certain parts of the validation.
> These settings seemed to be accidently removed at r9099 2004-01-04

It was done on purpose as AFAIK we had decided to validate everything 
and have only one generic exclusion property. This reduces complexity 
and should not really sacrifice functionality.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
             - verba volant, scripta manent -
    (discussions get forgotten, just code remains)
---------------------------------------------------------------------