Is there anyway to run a package dependency analysis using jDepend, ant contrib\'s verifydesign task, or any other similar tool, which uses blacklists instead of whitelists?
All my projects and their versions are defined in a properties file like this: ProjectNameA=0.0.1 ProjectNameB=1.4.2
In our Ant build environment开发者_StackOverflow中文版, I have to do the same task for a number of items. The AntContrib foreach task is useful for that. However, the list is in a parameter, where I a
Ant-Contrib is required for some parts of the build.xml so we first want to check if ant has the jar for it in its directory, and download and unpack开发者_如何学C it to the right directory if its not
I am attempting to remove all lines that begin with log if a macrodef attribute is set to prod (example below).I plan on using replaceregexp to remove all lines beginning with log.However, I am not su
I\'ve tried to integrate Ant-Contrib 1.0b3 into Eclipse by adding the ant-contrib-1.0b3.jar and the appendant jar-files from the libs-directory to the \"Global Entries\"-section of the Ant-Runtime-pre