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/18 15:52:08 UTC

svn commit: r447404 - /gump/metadata/project/smartfrog.xml

Author: stevel
Date: Mon Sep 18 06:52:07 2006
New Revision: 447404

URL: http://svn.apache.org/viewvc?view=rev&rev=447404
Log:
get the right directory for the dns component

Modified:
    gump/metadata/project/smartfrog.xml

Modified: gump/metadata/project/smartfrog.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/smartfrog.xml?view=diff&rev=447404&r1=447403&r2=447404
==============================================================================
--- gump/metadata/project/smartfrog.xml (original)
+++ gump/metadata/project/smartfrog.xml Mon Sep 18 06:52:07 2006
@@ -245,7 +245,7 @@
 <!--
     <jar name="components/utils/dist/lib/sf-utils-@@DATE@@.jar" id="sf-utils"/>
 -->
-    <jar name="components/dns/lib/sf-dns-@@DATE@@.jar" id="sf-dns"/>
+    <jar name="components/dns/dist/lib/sf-dns-@@DATE@@.jar" id="sf-dns"/>
     <jar name="components/emailer/dist/lib/sf-emailer-@@DATE@@.jar" id="sf-emailer"/>
     <jar name="components/loggingservices/dist/lib/sf-loggingservices-@@DATE@@.jar"
       id="sf-loggingservices"/>
@@ -407,6 +407,35 @@
 
     <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
          to="smartfrog-checkins@lists.sourceforge.net">
+      <regexp subject="[Gump:Smartfrog:WWW] failure"/>
+    </nag>
+  </project>
+
+  <!-- Tomcat component is an instantiation of the abstract
+deployment stuff in sf-www, on which it depends -->
+  <project name="smartfrog-cargo">
+    <package>org.smartfrog.services.www.cargo</package>
+    <ant basedir="components/cargo" target="gump">
+      <property name="env.SFHOME" path="smartfrog/dist" project="smartfrog"/>
+      <property name="system.tests" value="false"/>
+    </ant>
+    <depend project="ant" runtime="false"/>
+    <depend project="junit3" runtime="false"/>
+    <depend project="maven2-ant-tasks" runtime="false"/>
+    <depend project="smartfrog" runtime="true" inherit="runtime"/>
+    <depend project="smartfrog-tasks" runtime="false"/>
+    <depend project="smartfrog-testharness" runtime="false"/>
+    <depend project="smartfrog-www" runtime="true" inherit="runtime"/>
+    <depend project="packaged-cargo-core" runtime="true" inherit="runtime"/>
+
+    <work nested="components/cargo/build/classes"/>
+    <!--<work nested="components/tomcat/build/test/classes"/>-->
+    <!--<xmlreport nested="components/tomcat/build/test/reports"/>-->
+    <home nested="components/cargo/dist/lib"/>
+    <jar name="sf-cargo-@@DATE@@.jar" id="sf-tomcat"/>
+
+    <nag from="Smartfrog &lt;smartfrog@users.sf.net&gt;"
+        to="smartfrog-checkins@lists.sourceforge.net">
       <regexp subject="[Gump:Smartfrog:WWW] failure"/>
     </nag>
   </project>