crossley | 3 Nov 2009 06:37
Picon
Favicon

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

Author: crossley
Date: Tue Nov  3 05:37:54 2009
New Revision: 832303

URL: http://svn.apache.org/viewvc?rev=832303&view=rev
Log:
Add target "gump-rat" used by Gump to run RAT on Forrest sources, via its target "forrest-rat" defined in
our Gump project descriptor.

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=832303&r1=832302&r2=832303&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Nov  3 05:37:54 2009
 <at>  <at>  -424,6 +424,17  <at>  <at> 
   <target  name="gump" description="Target used by Gump: forrest">
     <antcall target="jar"/>
   </target>
+<!-- Target used by Gump to run RAT on Forrest sources -->
+  <target name="gump-rat" depends="init"
+      description="Target used by Gump: forrest-rat">
+    <typedef resource="org/apache/rat/anttasks/antlib.xml"
+        uri="antlib:org.apache.rat.anttasks"/>
+    <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
+      <fileset dir="${forrest.home}">
+        <excludesfile name="${forrest.home}/etc/rat-avoid.txt"/>
+      </fileset>
(Continue reading)

crossley | 9 Nov 2009 05:19
Picon
Favicon

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

Author: crossley
Date: Mon Nov  9 04:19:41 2009
New Revision: 833969

URL: http://svn.apache.org/viewvc?rev=833969&view=rev
Log:
Locate the Gump-built "rat-tasks" jar.

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=833969&r1=833968&r2=833969&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Mon Nov  9 04:19:41 2009
 <at>  <at>  -427,8 +427,10  <at>  <at> 
 <!-- Target used by Gump to run RAT on Forrest sources -->
   <target name="gump-rat" depends="init"
       description="Target used by Gump: forrest-rat">
+<echo level="info" message="gump_rat_classpath=${rat-tasks.jar}"/>
     <typedef resource="org/apache/rat/anttasks/antlib.xml"
-        uri="antlib:org.apache.rat.anttasks"/>
+        uri="antlib:org.apache.rat.anttasks"
+        classpath="${rat-tasks.jar}"/>
     <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
       <fileset dir="${forrest.home}">
         <excludesfile name="${forrest.home}/etc/rat-avoid.txt"/>

(Continue reading)

twilliams | 10 Nov 2009 02:40
Picon
Favicon

svn commit: r834295 - in /forrest/trunk/main: build.xml java/org/apache/forrest/locationmap/LocationMapModule.java webapp/WEB-INF/ webapp/WEB-INF/cocoon.xconf webapp/WEB-INF/ehcache.xml

Author: twilliams
Date: Tue Nov 10 01:40:54 2009
New Revision: 834295

URL: http://svn.apache.org/viewvc?rev=834295&view=rev
Log:
Add cache config to get rid of failsafe warning.  Finishing up FOR-1031

Added:
    forrest/trunk/main/webapp/WEB-INF/ehcache.xml
Modified:
    forrest/trunk/main/build.xml
    forrest/trunk/main/java/org/apache/forrest/locationmap/LocationMapModule.java
    forrest/trunk/main/webapp/WEB-INF/   (props changed)
    forrest/trunk/main/webapp/WEB-INF/cocoon.xconf

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=834295&r1=834294&r2=834295&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Tue Nov 10 01:40:54 2009
 <at>  <at>  -456,8 +456,10  <at>  <at> 
 <!-- Jar Cocoon classes                                                  -->
 <!-- =================================================================== -->
   <target name="jar" depends="init, compile">
-    <jar destfile="${build.dir}/xml-forrest.jar"
-      basedir="${build.classes}">
+    <jar destfile="${build.dir}/xml-forrest.jar">
+      <fileset dir="${build.classes}"/>
+      <fileset file="${forrest.core}/webapp/WEB-INF/ehcache.xml"/>
(Continue reading)

crossley | 10 Nov 2009 04:24
Picon
Favicon

svn commit: r834321 - /forrest/trunk/main/webapp/WEB-INF/ehcache.xml

Author: crossley
Date: Tue Nov 10 03:24:55 2009
New Revision: 834321

URL: http://svn.apache.org/viewvc?rev=834321&view=rev
Log:
Set svn property 'svn:eol-style'.
Please see http://www.apache.org/dev/version-control.html#https-svn-config

Modified:
    forrest/trunk/main/webapp/WEB-INF/ehcache.xml   (props changed)

Propchange: forrest/trunk/main/webapp/WEB-INF/ehcache.xml
------------------------------------------------------------------------------
    svn:eol-style = native

bdube | 10 Nov 2009 05:59
Picon
Favicon

svn commit: r834342 - /forrest/trunk/site-author/content/xdocs/live-sites.xml

Author: bdube
Date: Tue Nov 10 04:59:02 2009
New Revision: 834342

URL: http://svn.apache.org/viewvc?rev=834342&view=rev
Log:
Issue FOR-1182
Due to Vicent Mas
Add example dispatcher site vitables.org

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

Modified: forrest/trunk/site-author/content/xdocs/live-sites.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/live-sites.xml?rev=834342&r1=834341&r2=834342&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/live-sites.xml (original)
+++ forrest/trunk/site-author/content/xdocs/live-sites.xml Tue Nov 10 04:59:02 2009
 <at>  <at>  -191,6 +191,7  <at>  <at> 
         <li><a href="http://www.varietee.com.au/" rel="nofollow">varietee&trade; adjustable golf
practice platforms</a></li>
         <li><a href="http://simal.oss-watch.ac.uk">Simal</a> - an RDF/XML project registry framework.</li>
         <li><a href="http://jrds.sourceforge.net/">jrds</a> - a cacti like tools written in java</li>
+        <li><a href="http://www.vitables.org/">ViTables</a> - a PyTables and HDF5 browser written in Python</li>
 <!--  <li><a href=""></a></li> -->
       </ul>
     </section>

bdube | 10 Nov 2009 06:07
Picon
Favicon

svn commit: r834348 - /forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml

Author: bdube
Date: Tue Nov 10 05:07:52 2009
New Revision: 834348

URL: http://svn.apache.org/viewvc?rev=834348&view=rev
Log:
Issue FOR-1181, due to Vicent Mas
Clarify documentation

Modified:
    forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml

Modified: forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml?rev=834348&r1=834347&r2=834348&view=diff
==============================================================================
---
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml (original)
+++
forrest/trunk/plugins/org.apache.forrest.plugin.input.feeder/src/documentation/content/xdocs/index.xml
Tue Nov 10 05:07:52 2009
 <at>  <at>  -53,6 +53,13  <at>  <at> 
         </feedDescriptor>
             ]]>
             </source>
+
+            <p>
+              Note that the <code>feedDescriptor</code> file has <strong>not</strong>
+              xdoc format. A file named <code>feedDescriptor.xml</code> with exactly the
+              above content should just work.
+            </p>
(Continue reading)

crossley | 11 Nov 2009 07:41
Picon
Favicon

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

Author: crossley
Date: Wed Nov 11 06:41:44 2009
New Revision: 834781

URL: http://svn.apache.org/viewvc?rev=834781&view=rev
Log:
Gump suggests that it does not need this classpath property.

Modified:
    forrest/trunk/main/build.xml

Modified: forrest/trunk/main/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=834781&r1=834780&r2=834781&view=diff
==============================================================================
--- forrest/trunk/main/build.xml (original)
+++ forrest/trunk/main/build.xml Wed Nov 11 06:41:44 2009
 <at>  <at>  -427,10 +427,8  <at>  <at> 
 <!-- Target used by Gump to run RAT on Forrest sources -->
   <target name="gump-rat" depends="init"
       description="Target used by Gump: forrest-rat">
-<echo level="info" message="gump_rat_classpath=${rat-tasks.jar}"/>
     <typedef resource="org/apache/rat/anttasks/antlib.xml"
-        uri="antlib:org.apache.rat.anttasks"
-        classpath="${rat-tasks.jar}"/>
+        uri="antlib:org.apache.rat.anttasks"/>
     <rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
       <fileset dir="${forrest.home}">
         <excludesfile name="${forrest.home}/etc/rat-avoid.txt"/>

(Continue reading)

crossley | 11 Nov 2009 07:55
Picon
Favicon

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

Author: crossley
Date: Wed Nov 11 06:55:21 2009
New Revision: 834783

URL: http://svn.apache.org/viewvc?rev=834783&view=rev
Log:
The "forrestdoc" tool moved to the Maven project.
Issue: FOR-820

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=834783&r1=834782&r2=834783&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/gump.xml (original)
+++ forrest/trunk/site-author/content/xdocs/gump.xml Wed Nov 11 06:55:21 2009
 <at>  <at>  -39,8 +39,6  <at>  <at> 
       <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest/">forrest</a></li>
       <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest-forrestbar/">forrest-forrestbar</a></li>
       <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest-test/">forrest-test</a></li>
-      <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest-whiteboard-forrestdoc/">forrest-whiteboard-forrestdoc</a></li>
-      <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest-whiteboard-forrestdoc-autotest/">forrest-whiteboard-forrestdoc-autotest</a></li>
     </ul>
   </body>
 </document>

crossley | 11 Nov 2009 08:16
Picon
Favicon

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

Author: crossley
Date: Wed Nov 11 07:16:27 2009
New Revision: 834788

URL: http://svn.apache.org/viewvc?rev=834788&view=rev
Log:
Add a note that the main Gump build is disabled.
Link to Gump Object Model documentation.
Mark "forrest" and "forrest-test" as "disabled".
Mark "forrest-forrestbar" as "active".

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=834788&r1=834787&r2=834788&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/gump.xml (original)
+++ forrest/trunk/site-author/content/xdocs/gump.xml Wed Nov 11 07:16:27 2009
 <at>  <at>  -26,19 +26,37  <at>  <at> 
       Cocoon and certain blocks) fail, then of course the build of Forrest will
       fail.
     </p>
+    <note>
+      The main build of Forrest by Gump is disabled. If Gump would build
+      Cocoon-2.1 branch or use built artefacts, then we could re-instate the
+      build. Some other parts of Forrest are still built, see below.
+    </note>
     <p>
       The
(Continue reading)

crossley | 11 Nov 2009 08:20
Picon
Favicon

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

Author: crossley
Date: Wed Nov 11 07:20:31 2009
New Revision: 834789

URL: http://svn.apache.org/viewvc?rev=834789&view=rev
Log:
Use Gump to run RAT over Forrest source files to assess license headers.
Issue: FOR-855

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=834789&r1=834788&r2=834789&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/gump.xml (original)
+++ forrest/trunk/site-author/content/xdocs/gump.xml Wed Nov 11 07:20:31 2009
 <at>  <at>  -57,6 +57,7  <at>  <at> 
       <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest/">forrest</a> (disabled)</li>
       <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest-test/">forrest-test</a> (disabled)</li>
       <li><a
href="http://vmgump.apache.org/gump/public/forrest/forrest-forrestbar/">forrest-forrestbar</a> (active)</li>
+      <li><a href="http://vmgump.apache.org/gump/public/forrest/forrest-rat/">forrest-rat</a> (active)</li>
     </ul>
   </body>
 </document>


Gmane