ant-contrib
Need a Java Package Dependancy Analysis Tools
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?[详细]
2023-01-05 05:41 分类:问答How can I iterate over properties from a file?
All my projects and their versions are defined in a properties file like this: ProjectNameA=0.0.1 ProjectNameB=1.4.2[详细]
2023-01-04 04:58 分类:问答How can I use an Ant foreach iteration with values from a file?
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[详细]
2022-12-29 03:28 分类:问答Verify that ant-contrib.jar is available before doing a build?
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[详细]
2022-12-14 22:51 分类:问答Testing Macrodef Attribute without IF
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[详细]
2022-12-09 13:15 分类:问答org/apache/commons/codec/DecoderException when integrating Ant-Contrib into Eclipse
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[详细]
2022-12-09 11:56 分类:问答