You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2006/09/19 17:10:12 UTC

svn commit: r447872 - /gump/metadata/project/antbook.xml

Author: stevel
Date: Tue Sep 19 08:10:12 2006
New Revision: 447872

URL: http://svn.apache.org/viewvc?view=rev&rev=447872
Log:
Even if this descriptor was correct (which I doubt), this project will fail as it exposes quirks in antunit behavior and depends on jruby, which isnt part of gump. 

Its here to provide antunit regression tests.

Modified:
    gump/metadata/project/antbook.xml

Modified: gump/metadata/project/antbook.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/antbook.xml?view=diff&rev=447872&r1=447871&r2=447872
==============================================================================
--- gump/metadata/project/antbook.xml (original)
+++ gump/metadata/project/antbook.xml Tue Sep 19 08:10:12 2006
@@ -52,7 +52,7 @@
     <jar name="dist/diary-core-@@DATE@@.jar" id="antbook-diary" />
 
     <license name="LICENSE.txt"/>
-    
+
     <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
         to="steve.loughran@gmail.com"
         subject="[Gump] Antbook Core Build Failure"/>
@@ -92,5 +92,59 @@
 
   </project>
 -->
+
+  <!-- =========================================== -->
+  <!-- stuff that tests ant internals, antunit -->
+  <!-- Theres a lot of small projects here, all stuck together-->
+  <!-- hence the many work directories. There's not much output,
+       as this stuff is mainly a regression test for obscure
+       bits of ant -->
+  <!-- =========================================== -->
+  <project name="antbook-sections">
+    <home nested="diary/sections/"/>
+    <work nested="diary/sections/extending/ch17_tasks/filesize/first/build/classes"/>
+    <work nested="diary/sections/extending/ch17_tasks/tasks/build/classes"/>
+    <work nested="diary/sections/extending/ch17_tasks/runjava/build/classes"/>
+
+    <work
+      nested="diary/sections/extending/ch18_extras/conditions/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/embed/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/filters/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/listeners/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/mappers/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/resources/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/script/build/classes"/>
+    <work
+      nested="diary/sections/extending/ch18_extras/selectors/build/classes"/>
+
+    <ant basedir="sections" target="gump">
+      <property name="jar.version" value="@@DATE@@"/>
+      <property name="no.sign.jar" value="true"/>
+    </ant>
+    <depend project="ant" runtime="false"/>
+    <depend project="junit3" runtime="false"/>
+    <depend project="maven2-ant-tasks" runtime="false"/>
+    <depend project="antunit" runtime="false"/>
+    <depend project="jython" runtime="false"/>
+    <depend project="beanshell" runtime="false"/>
+    <depend project="jakarta-bsf" runtime="false"/>
+
+    <jar
+      name="extending/ch17_tasks/tasks/dist/antbook-tasks-@@DATE@@.jar"
+      id="antbook-tasks"/>
+
+    <license name="LICENSE.txt"/>
+
+    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
+        to="steve.loughran@gmail.com"
+        subject="[Gump] Antbook Sections Build Failure"/>
+
+  </project>
 
 </module>