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 2007/07/19 17:17:38 UTC

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

Author: stevel
Date: Thu Jul 19 08:17:37 2007
New Revision: 557655

URL: http://svn.apache.org/viewvc?view=rev&rev=557655
Log:
turn on some debugging to find out why ivy is failing

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=557655&r1=557654&r2=557655
==============================================================================
--- gump/metadata/project/smartfrog.xml (original)
+++ gump/metadata/project/smartfrog.xml Thu Jul 19 08:17:37 2007
@@ -62,7 +62,7 @@
   <!-- =========================================== -->
   <project name="smartfrog-tasks" >
     <package>org.smartfrog.tools.ant</package>
-    <ant basedir="extras/ant" target="gump">    
+    <ant basedir="extras/ant" target="gump" debug="true">    
       <property name="ant.home" reference="home" project="ant"/>
       <property name="env.SFHOME" path="smartfrog/dist" project="smartfrog"/>
     </ant>
@@ -73,6 +73,7 @@
     <depend project="ant-testutil" runtime="true" inherit="runtime"/>
 
     <work nested="extras/ant/build/classes"/>
+    <work nested="extras/ant/build/test/classes"/>    
     <home nested="extras/ant/dist/lib"/>
     <jar name="sf-tasks-@@DATE@@.jar" id="smartfrog-tasks" />
 
@@ -90,12 +91,13 @@
   <project name="smartfrog-tasks-test">
     <package>org.smartfrog.tools.ant</package>
     <ant basedir="extras/ant" target="test" >
-      <property name="ant.home" reference="home" project="ant"/>      
+      <property name="ant.home" reference="home" project="ant"/>
       <property name="env.SFHOME" path="smartfrog/dist" project="smartfrog"/>
-      <property name="system.tests" value="false" /> 
-    </ant>    
+      <property name="system.tests" value="false" />
+    </ant>
     <depend project="ant" runtime="true"/>
     <depend project="ant-testutil" runtime="true" inherit="runtime"/>
+    <depend project="ivy" runtime="false" inherit="runtime"/>
     <depend project="ivy" runtime="false" inherit="runtime"/>
     <depend project="junit3" runtime="true"/>
     <depend project="smartfrog" runtime="true" inherit="runtime"/>