svn commit: r1054048 - /forrest/trunk/site-author/content/xdocs/gump.xml

2010-12-30 Thread crossley
Author: crossley
Date: Fri Dec 31 04:07:14 2010
New Revision: 1054048

URL: http://svn.apache.org/viewvc?rev=1054048view=rev
Log:
New pathname and OS on the new gump.zones.apache.org
Link to gump operation run notes.

Modified:
forrest/trunk/site-author/content/xdocs/gump.xml

Modified: forrest/trunk/site-author/content/xdocs/gump.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/gump.xml?rev=1054048r1=1054047r2=1054048view=diff
==
--- forrest/trunk/site-author/content/xdocs/gump.xml (original)
+++ forrest/trunk/site-author/content/xdocs/gump.xml Fri Dec 31 04:07:14 2010
@@ -72,7 +72,11 @@ limitations under the License.
   p
 The results at separate Gump installations:br/
 codevmgump.a.o/code (Ubuntu Linux) |
-codegump.zones.a.o/code (Solaris 10)
+codegump.zones.a.o/code (FreeBSD)
+  /p
+  p
+See a href=http://gump.apache.org/#When+does+Gump+run?;notes/a
+about when Gump operates, what platform, and what JVM version.
   /p
   section id=forrest-core
 titleforrest-core/title
@@ -82,7 +86,7 @@ limitations under the License.
 /p
 p
   a 
href=http://vmgump.apache.org/gump/public/forrest/forrest-core/;vmgump.a.o/a
 | 
-  a 
href=http://gump.zones.apache.org/gump/test/forrest/forrest-core/;gump.zones.a.o/a
+  a 
href=http://gump.zones.apache.org/gump/public/forrest/forrest-core/;gump.zones.a.o/a
 /p
   /section
   section id=forrest-test-basic
@@ -93,7 +97,7 @@ limitations under the License.
 /p
 p
   a 
href=http://vmgump.apache.org/gump/public/forrest/forrest-test-basic/;vmgump.a.o/a
 | 
-  a 
href=http://gump.zones.apache.org/gump/test/forrest/forrest-test-basic/;gump.zones.a.o/a
+  a 
href=http://gump.zones.apache.org/gump/public/forrest/forrest-test-basic/;gump.zones.a.o/a
 /p
   /section
   section id=forrest-test
@@ -108,7 +112,7 @@ limitations under the License.
   /fixme
 p
   a 
href=http://vmgump.apache.org/gump/public/forrest/forrest-test/;vmgump.a.o/a
 | 
-  a 
href=http://gump.zones.apache.org/gump/test/forrest/forrest-test/;gump.zones.a.o/a
+  a 
href=http://gump.zones.apache.org/gump/public/forrest/forrest-test/;gump.zones.a.o/a
 /p
   /section
   section id=forrest-forrestbar
@@ -119,7 +123,7 @@ limitations under the License.
 /p
 p
   a 
href=http://vmgump.apache.org/gump/public/forrest/forrest-forrestbar/;vmgump.a.o/a
 | 
-  a 
href=http://gump.zones.apache.org/gump/test/forrest/forrest-forrestbar/;gump.zones.a.o/a
+  a 
href=http://gump.zones.apache.org/gump/public/forrest/forrest-forrestbar/;gump.zones.a.o/a
 /p
   /section
   section id=forrest-rat
@@ -131,7 +135,7 @@ limitations under the License.
 /p
 p
   a 
href=http://vmgump.apache.org/gump/public/forrest/forrest-rat/;vmgump.a.o/a 
| 
-  a 
href=http://gump.zones.apache.org/gump/test/forrest/forrest-rat/;gump.zones.a.o/a
+  a 
href=http://gump.zones.apache.org/gump/public/forrest/forrest-rat/;gump.zones.a.o/a
 /p
   /section
 /section




svn commit: r1054049 - /forrest/trunk/plugins/build.xml

2010-12-30 Thread bdube
Author: bdube
Date: Fri Dec 31 04:07:35 2010
New Revision: 1054049

URL: http://svn.apache.org/viewvc?rev=1054049view=rev
Log:
In clean target, delete plugin jar file in addition to java classes

Modified:
forrest/trunk/plugins/build.xml

Modified: forrest/trunk/plugins/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/build.xml?rev=1054049r1=1054048r2=1054049view=diff
==
--- forrest/trunk/plugins/build.xml (original)
+++ forrest/trunk/plugins/build.xml Fri Dec 31 04:07:35 2010
@@ -112,6 +112,7 @@
 delete dir=${forrest.plugins.localDeploy.dir}/${plugin-name}/
 delete dir=${forrest.plugins.dist.dir}/
 delete dir=${build.classes}/
+delete file=${build.dir}/${plugin-name}.jar/
   /target
   target name=local-deploy
   description=Deploy a plugin locally




svn commit: r1054050 - in /forrest/trunk: plugins/org.apache.forrest.plugin.input.PhotoGallery/ plugins/pluginTemplate/ whiteboard/plugins/org.apache.forrest.plugin.Database/ whiteboard/plugins/org.ap

2010-12-30 Thread bdube
Author: bdube
Date: Fri Dec 31 04:18:25 2010
New Revision: 1054050

URL: http://svn.apache.org/viewvc?rev=1054050view=rev
Log:
Remove FIXME notes and update plugin template build file
to include commented requires-java property
Issue: FOR-1137

Modified:
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
forrest/trunk/plugins/pluginTemplate/build.xml

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/build.xml

forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/build.xml

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml?rev=1054050r1=1054049r2=1054050view=diff
==
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml 
(original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.input.PhotoGallery/build.xml 
Fri Dec 31 04:18:25 2010
@@ -28,7 +28,6 @@
   property name=downloadURL value=http://forrest.apache.org/plugins//
   property name=publish value=true/
 
-  !-- FIXME FOR-1137 --
   property name=requires-java value=true /
 
   import file=../build.xml/

Modified: forrest/trunk/plugins/pluginTemplate/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/plugins/pluginTemplate/build.xml?rev=1054050r1=1054049r2=1054050view=diff
==
--- forrest/trunk/plugins/pluginTemplate/build.xml (original)
+++ forrest/trunk/plugins/pluginTemplate/build.xml Fri Dec 31 04:18:25 2010
@@ -29,6 +29,9 @@
   property name=downloadURL 
value=@plugin-downloadServer@/@plugin-downloadPath@//
 !-- The plugin will only appear in the plugins list if publish = true --
   property name=publish value=false/
+!-- Set requires-java = true if the plugin uses Java code
+ Issue: FOR-1137 --
+!--  property name=requires-java value=true / --
   import file=../build.xml/
 !-- Add any additional installation work here in the build target, for 
example:
   target name=build

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml?rev=1054050r1=1054049r2=1054050view=diff
==
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml 
(original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.Database/build.xml 
Fri Dec 31 04:18:25 2010
@@ -27,7 +27,6 @@
   property name=downloadURL value=http://forrest.apache.org/plugins//
   property name=publish value=false/
 
-  !-- FIXME FOR-1137 --
   property name=requires-java value=true /
 
   import file=../build.xml/

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml?rev=1054050r1=1054049r2=1054050view=diff
==
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/build.xml
 Fri Dec 31 04:18:25 2010
@@ -27,7 +27,6 @@
   property name=downloadURL value=http://forrest.apache.org/plugins//
   property name=publish value=false/
 
-  !-- FIXME FOR-1137 --
   property name=requires-java value=true /
 
   import file=../build.xml/

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml?rev=1054050r1=1054049r2=1054050view=diff
==
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.DevTools/build.xml
 Fri Dec 31 04:18:25 2010
@@ -27,7 +27,6 @@
   property name=downloadURL value=http://forrest.apache.org/plugins//
   property name=publish value=false/
 
-  !-- FIXME FOR-1137 --
   property name=requires-java value=true /
 
   import file=../build.xml/

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/build.xml
URL: 

svn commit: r1054055 - /forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml

2010-12-30 Thread crossley
Author: crossley
Date: Fri Dec 31 05:41:52 2010
New Revision: 1054055

URL: http://svn.apache.org/viewvc?rev=1054055view=rev
Log:
Tweak the build.xml if the plugin requires-java.
Issue: FOR-1137

Modified:

forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml

Modified: 
forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml?rev=1054055r1=1054054r2=1054055view=diff
==
--- 
forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml 
(original)
+++ 
forrest/trunk/site-author/content/xdocs/docs_0_90/howto/howto-buildPlugin.xml 
Fri Dec 31 05:41:52 2010
@@ -184,6 +184,12 @@
 details.
   /p
 /section
+section id=build-xml
+  titlebuild.xml/title
+  p
+If the plugin uses Java, then set the requires-java property to 
true.
+  /p
+/section
 section id=skinconf
   titlesrc/documentation/skinconf.xml/title
   p




svn commit: r1054057 - /forrest/trunk/main/targets/site.xml

2010-12-30 Thread crossley
Author: crossley
Date: Fri Dec 31 06:50:52 2010
New Revision: 1054057

URL: http://svn.apache.org/viewvc?rev=1054057view=rev
Log:
Explain how to view the validation reports, if they were enabled.

Modified:
forrest/trunk/main/targets/site.xml

Modified: forrest/trunk/main/targets/site.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/main/targets/site.xml?rev=1054057r1=1054056r2=1054057view=diff
==
--- forrest/trunk/main/targets/site.xml (original)
+++ forrest/trunk/main/targets/site.xml Fri Dec 31 06:50:52 2010
@@ -214,6 +214,7 @@ Cocoon will report the status of each do
   /delete
   delete file=${project.site-dir}/linkmap.validation-start.xml/
   delete dir=${project.temp-dir}/validation/
+  echo level=info message=See validation reports at 
${project.temp-dir}/validation-reports.html/
 /then
   /if
 /sequential