From 3a02431d2511075fd0ae9b6a19468e084a5fc641 Mon Sep 17 00:00:00 2001 From: Fabian Becker Date: Sun, 26 Oct 2014 20:24:17 +0100 Subject: [PATCH] Remove ANT files. refs #22 --- ant/build.xml | 994 ---------------------------------------------- ant/check.xml | 110 ----- ant/miniBuild.xml | 386 ------------------ 3 files changed, 1490 deletions(-) delete mode 100644 ant/build.xml delete mode 100644 ant/check.xml delete mode 100644 ant/miniBuild.xml diff --git a/ant/build.xml b/ant/build.xml deleted file mode 100644 index ccb6a8ed..00000000 --- a/ant/build.xml +++ /dev/null @@ -1,994 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Supported targets (default=compileAll): - ------------------------------------------------------------------------- - check - checks if all needed binary and source libraries are - available. - compile - compile all project files of the base package. - compileAll - compiles all project files of all packages. - javadoc - build project javadoc files - binaryDist - will create a complete binary distribution - clean - will clean up files, except the source files and the api - documentation - run - will start EvA2 - - use 'ant -projecthelp' for further Main targets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test]]> - -
- EvA2 - - ]]> -
- - - - -
-
- - - - - Checking Project Mess Detection (PMD) rulesets. - - - - - - - - - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_basic.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_braces.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_codesize.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_controversial.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_coupling.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_finalizers.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_imports.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_naming.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_strictexception.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_strings.html - - - - - - - - result written to ${basedir}/${build.directory}/pmdReport4EvA2-${DSTAMP}_unusedcode.html - - - WARNING: use environment variable: ANT_OPTS=-Xmx512m or this task will fail. - Checking for duplicated code using the Copy/Paste Detector (CPD). - - - - - - - - - - - - - - result written to ${basedir}/${build.directory}/duplicatedCodeReport4EvA2-${DSTAMP}.txt - - - - - Starts JavaNCSS ... - - - - - - - - - Cyclomatic -Complexity Ease of Risk -Number (CCN) maintenance -(McCabe metric) ---------------------------------------------- -1-10, simple easy minimum -11-20, complex moderate moderate -21-50, more complex hard high ->50, unstable very hard very high - - - - result written to ${basedir}/${build.directory}/javancssReport4EvA2-${DSTAMP}.txt - - - - - - - - - - - - - - - Starts VizANT ... - - - - - - - - - - - - - - - - - - - - - - - - - result written to ${basedir}/${build.directory}/vizant_build.dot ... - result written to ${basedir}/${build.directory}/vizant_check.dot. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Starts findBugs ... - - result written to ${basedir}/${build.directory}/EvA2-fb.xml, now you can open this file with the findBugs GUI ... - open with 'File->LoadBugs' then open '${basedir}/${build.directory}/EvA2-fb.xml'. - - -
- - diff --git a/ant/check.xml b/ant/check.xml deleted file mode 100644 index 62f270a9..00000000 --- a/ant/check.xml +++ /dev/null @@ -1,110 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ant/miniBuild.xml b/ant/miniBuild.xml deleted file mode 100644 index 888140d7..00000000 --- a/ant/miniBuild.xml +++ /dev/null @@ -1,386 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Supported targets (default=compile): - ------------------------------------------------------------------------- - compile - compile project files of the base package. - compileAll - compile project file of all packages - binaryDist - create a binary distribution of the base package - sourceDist - create a source distribution of the base package - clean - clean up files, except the source files and the api - documentation - run - will start EvA2 - - use 'ant -projecthelp' for further Main targets - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Test]]> - -
- EvA2 - - ]]> -
- - - - -
-
-
-