build.xml
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 分类:问答Where are classpath, path and pathelement documented in Ant version 1.8.0?
I\'m looking over the documentation that comes with Apache Ant version 1.8.0 and can\'t find where classpath, path and pathelement are documented. I\'ve found a page that describes path like structure[详细]
2022-12-25 06:30 分类:问答Creating ANT script to deploy to glassfish, run junit tests and then un-deploy
Hey guys, I have a j2ee app which I am building with Netbeans.My task is to modify the build.xml so that after the app builds, ANT deploys开发者_StackOverflow the app to a server, runs Junit tasks on[详细]
2022-12-17 17:00 分类:问答In an ANT build.xml file, how can I iterate over the items in the ${env} variable?
This is in a Windows XP environment. 开发者_运维问答 I\'m trying to install and edit some files that have default settings. I want to update these settings use items from ${env} Using foreach from an[详细]
2022-12-14 14:56 分类:问答New to Ant - Problem with relative paths
Please help, I\'m going slightly mad!! I\'m using Eclipse-generated antfiles to build a project with dependencies, one of which has its own buildfile in a directory which is a sibling to the direct a[详细]
2022-12-13 07:49 分类:问答java.lang.ClassNotFoundException when running java -jar
I\'m using ant to build my build.xml file, it compiles ok, but then getting a runtime java.lang.NoClassDefFoundError when running the resulting jar via \"java -jar my_jar.jar\". It seems like this com[详细]
2022-12-12 05:43 分类:问答