(Added ant report-ide-deps task)

Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/2995feda
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/2995feda
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/2995feda

Branch: refs/heads/3
Commit: 2995fedae0643e3b11ddb4cfa3d60e87724392f6
Parents: 6a2b2ad
Author: ddekany <ddek...@apache.org>
Authored: Sun May 7 17:52:28 2017 +0200
Committer: ddekany <ddek...@apache.org>
Committed: Sun May 7 17:52:28 2017 +0200

----------------------------------------------------------------------
 build.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/2995feda/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 3fa5393..3270ff9 100644
--- a/build.xml
+++ b/build.xml
@@ -992,6 +992,14 @@ Proceed? </input>
     <ivy:report todir="build/deps-report" />
   </target>
   
+  <target name="report-ide-deps"
+    description="Creates a HTML document that summarizes the dependencies."
+  >
+    <mkdir dir="build/ide-deps-report" />
+    <ivy:resolve conf="IDE" />
+    <ivy:report todir="build/ide-deps-report" />
+  </target>
+  
   <target name="ide-dependencies" depends="jar"
     description="If your IDE has no Ivy support, this generates ide-lib/*.jar 
for it">
     <mkdir dir="ide-dependencies" />

Reply via email to