Top "Ant" questions

Apache Ant (formerly Jakarta Ant) is a declarative, XML-based build tool created originally for Java projects.

How to strip the basedir from an absolute path to get a relative path?

In the build.xml of my project I have a property defined: <property name="somedir.dir" location="my_project/…

ant relative-path
how to detect a build error from ant/maven via a bash script?

I am writing a bash script to automate the build process. There are two major build blocks, one is an …

bash maven-2 ant scripting
CreateProcess error=87, The parameter is incorrect

While building with ant, I am getting the following error: java.io.IOException: Cannot run program "D:\Tools\Java\jdk1.6.0_12\…

eclipse blackberry ant
where is ant installed on Mac OS X snow leopard by default?

I don't have ANT_HOME set, so i want to find where the home directory of ant is. I'm using …

macos ant osx-leopard
What is the best way to avoid maven-jar?

I am using a different plugin (ant4eclipse) to jar my files. What is the best way to avoid the …

java maven-2 ant jar maven-plugin
How can I print a fileset to a file, one file name per line?

I have a populated fileset and I need to print the matching filenames into a text file. I tried this: &…

ant fileset
How to create build.xml for an Android project?

I've been trying to run simple programs that I obtained directly from the Source Code download for the book 'Beginning …

android ant android-build
SASS implementation for Java?

I'm looking for SASS implementation in Java (could be used with JSP/JSF). For Python I've found CleverCSS, but there …

java maven ant jruby sass
How to import existing Ant build.xml into IntelliJ IDEA

I have an existing project that uses an Ant build.xml file to maintain the location of dependency jars. In …

java ant intellij-idea build.xml
How to add external jar libraries to an android project from the command line

I'm trying to build an Android project that has some dependencies. The jar files are in the lib/ directory. I …

android ant jar