From fc9c4c838c6c3f21f89aee8adb3033c6514bcc45 Mon Sep 17 00:00:00 2001 From: Nicola Ken Barozzi Date: Sat, 6 Apr 2002 09:35:38 +0000 Subject: Added jdepend cent. There are problems with classpath, so I've but the jar in the antipede lib dir :-( git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352335 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 70 ++++++++++++++++++++- index.html | 1 + tools/antipede/build.xtarget | 8 +-- .../antipede/lib/ant-optional-1.5-dev-20020402.jar | Bin 435598 -> 441004 bytes tools/antipede/lib/jdepend.jar | Bin 0 -> 42683 bytes tools/cents/jdepend-20020406.cent.jar | Bin 0 -> 4938 bytes 6 files changed, 73 insertions(+), 6 deletions(-) create mode 100644 tools/antipede/lib/jdepend.jar create mode 100644 tools/cents/jdepend-20020406.cent.jar diff --git a/build.xml b/build.xml index 1da7bf525f..d2245ec945 100644 --- a/build.xml +++ b/build.xml @@ -271,6 +271,21 @@ printed. + + + + + + + + + + + + + + @@ -300,6 +315,57 @@ printed. + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -329,7 +395,7 @@ printed. @@ -338,7 +404,7 @@ printed. diff --git a/index.html b/index.html index 26d3724c33..066c651cbb 100644 --- a/index.html +++ b/index.html @@ -418,6 +418,7 @@ menu.subMenus[2].addItem("site","window.open('http://jakarta.apache.org/poi/')") menu.subMenus[2].addItem("local","window.open('./build/docs/index.html')"); menu.subMenus[2].addItem("local javadocs","window.open('./build/docs/javadocs/index.html')"); menu.subMenus[2].addItem("test results","window.open('./build/docs/test/index.html')"); +menu.subMenus[2].addItem("code metrics","window.open('./build/docs/metrics/jdepend-report.html')"); menu.subMenus[3].addItem("module.xml","window.open('module.xml')"); menu.subMenus[3].addItem("layout.xml","window.open('layout.xml')"); diff --git a/tools/antipede/build.xtarget b/tools/antipede/build.xtarget index e3b9c0492e..90504a3537 100644 --- a/tools/antipede/build.xtarget +++ b/tools/antipede/build.xtarget @@ -66,10 +66,10 @@ - - - - + + + + diff --git a/tools/antipede/lib/ant-optional-1.5-dev-20020402.jar b/tools/antipede/lib/ant-optional-1.5-dev-20020402.jar index a6e934aff3..e71e99cfef 100644 Binary files a/tools/antipede/lib/ant-optional-1.5-dev-20020402.jar and b/tools/antipede/lib/ant-optional-1.5-dev-20020402.jar differ diff --git a/tools/antipede/lib/jdepend.jar b/tools/antipede/lib/jdepend.jar new file mode 100644 index 0000000000..6ab8a6f281 Binary files /dev/null and b/tools/antipede/lib/jdepend.jar differ diff --git a/tools/cents/jdepend-20020406.cent.jar b/tools/cents/jdepend-20020406.cent.jar new file mode 100644 index 0000000000..cd550acf11 Binary files /dev/null and b/tools/cents/jdepend-20020406.cent.jar differ -- cgit v1.2.3