You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by th...@apache.org on 2008/07/25 12:51:36 UTC

svn commit: r679755 - /labs/droids/trunk/tools/ivy/ivy-build.xml

Author: thorsten
Date: Fri Jul 25 03:51:35 2008
New Revision: 679755

URL: http://svn.apache.org/viewvc?rev=679755&view=rev
Log:
Adding report target

Modified:
    labs/droids/trunk/tools/ivy/ivy-build.xml

Modified: labs/droids/trunk/tools/ivy/ivy-build.xml
URL: http://svn.apache.org/viewvc/labs/droids/trunk/tools/ivy/ivy-build.xml?rev=679755&r1=679754&r2=679755&view=diff
==============================================================================
--- labs/droids/trunk/tools/ivy/ivy-build.xml (original)
+++ labs/droids/trunk/tools/ivy/ivy-build.xml Fri Jul 25 03:51:35 2008
@@ -9,14 +9,16 @@
   ================================= -->
   <target name="ivy.resolve" depends="load-ivy,ivy.configure" 
     description="--> retreive dependencies with ivy">
+    <!-- <ivy:cleancache /> -->
     <ivy:retrieve/>
   </target>
+  
   <target name="ivy.configure">
     <ivy:configure file="${ivy.repository.dir}/ivysettings.xml"/>
   </target>
-  <target name="ivy.report" depends="ivy.resolve"
+  <target name="ivy.report" depends="load-ivy,ivy.configure" 
     description="--> generates a report of dependencies">
-    <ivy:report todir="${build.dir}"/>
+    <ivy:report todir="${build.dir}" conf="core" organisation="apache" module="droids"/>
   </target>
   <target name="load-ivy">
     	<!-- try to load ivy here from home ivy dir, in case the user has not already dropped



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org