svn commit: r1429211 - /forrest/trunk/main/build.xml

2013-01-04 Thread crossley
Author: crossley
Date: Sat Jan  5 07:02:25 2013
New Revision: 1429211

URL: http://svn.apache.org/viewvc?rev=1429211view=rev
Log:
Stop reporting the catalogs debugging messages.
Issue: FOR-1201

Modified:
forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=1429211r1=1429210r2=1429211view=diff
==
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Sat Jan  5 07:02:25 2013
@@ -525,6 +525,7 @@ See other notes above.
   target name=gump-forrest-test depends=init
   description=Target used by Gump: forrest-test
 echo level=infoDoing pre-run configuration:/echo
+!--
 echo level=infoRaise verbosity of xml catalogs/echo
 replaceregexp 
file=${forrest.home}/main/fresh-site/src/documentation/classes/CatalogManager.properties
 match=verbosity=1$
@@ -534,11 +535,13 @@ See other notes above.
 match=org.apache.xml.resolver.verbosity=0$
 replace=org.apache.xml.resolver.verbosity=10
 byline=true/
+--
 antcall target=validate-config/
 antcall target=testSiteType
   param name=test.site.type value=skinned/
 /antcall
 echo level=infoDoing post-run configuration:/echo
+!--
 echo level=infoReset verbosity of xml catalogs/echo
 replaceregexp 
file=${forrest.home}/main/fresh-site/src/documentation/classes/CatalogManager.properties
 match=verbosity=10$
@@ -548,6 +551,7 @@ See other notes above.
 match=org.apache.xml.resolver.verbosity=10$
 replace=org.apache.xml.resolver.verbosity=0
 byline=true/
+--
   /target
 !-- Target used by Gump to run RAT on Forrest sources --
   target name=gump-rat depends=init




svn commit: r1429215 - /forrest/trunk/main/build.xml

2013-01-04 Thread crossley
Author: crossley
Date: Sat Jan  5 07:14:04 2013
New Revision: 1429215

URL: http://svn.apache.org/viewvc?rev=1429215view=rev
Log:
Add a Cocoon cli.xconf and exclude any problem docs.
Issue: FOR-1201

Modified:
forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=1429215r1=1429214r2=1429215view=diff
==
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Sat Jan  5 07:14:04 2013
@@ -525,6 +525,16 @@ See other notes above.
   target name=gump-forrest-test depends=init
   description=Target used by Gump: forrest-test
 echo level=infoDoing pre-run configuration:/echo
+echo level=infoAdd a Cocoon cli.xconf and exclude any problem 
docs./echo
+copy file=${forrest.home}/main/webapp/WEB-INF/cli.xconf
+todir=${forrest.home}/main/fresh-site/src/documentation/conf//
+replace 
file=${forrest.home}/main/fresh-site/src/documentation/conf/cli.xconf
+token=api/**
+value=**linking.pdf/
+replaceregexp file=${forrest.home}/main/fresh-site/forrest.properties
+match=^# layout properties$
+
replace=project.configfile=${project.home}/src/documentation/conf/cli.xconf
+byline=true/
 !--
 echo level=infoRaise verbosity of xml catalogs/echo
 replaceregexp 
file=${forrest.home}/main/fresh-site/src/documentation/classes/CatalogManager.properties
@@ -541,6 +551,10 @@ See other notes above.
   param name=test.site.type value=skinned/
 /antcall
 echo level=infoDoing post-run configuration:/echo
+delete 
file=${forrest.home}/main/fresh-site/src/documentation/conf/cli.xconf/
+replace file=${forrest.home}/main/fresh-site/forrest.properties
+
token=project.configfile=${project.home}/src/documentation/conf/cli.xconf
+value=# layout properties/
 !--
 echo level=infoReset verbosity of xml catalogs/echo
 replaceregexp 
file=${forrest.home}/main/fresh-site/src/documentation/classes/CatalogManager.properties