Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ant

Java 7 with emma and junit causing java.lang.VerifyError and Illegal local variable Errors

eclipse ant java-7 emma

Interpreting newlines with xsl:text?

xml xslt ant xslt-1.0 whitespace

Resolving Apache Ivy dependencies when offline/disconnected?

java ant ivy

How to add dependency to Ant project

ant

Android how to create apk file using ant script

android ant apk

Where does Ant set its 'java.home' (and is it wrong) and is it supposed to append '/jre'?

How can I unzip a specific folder?

java tomcat ant unzip

Android - use ant to create build configurations that change configuration values

How to automatically create batch / shell scripts to run a Java console application?

java ant maven batch-file sh

java.lang.NoSuchMethodError Ant/Maven failing via command line

java eclipse maven ant

Create RPM package from ANT script under Windows

java ant installation rpm

Replacing all tokens based on properties file with ANT

ant tokenize

How do I reference external jar files in a common directory (not libs) to build android project using ant?

android ant build jar libs

JAVA_HOME is not defined correctly (only from jenkins)

java ant jenkins

List directories in a folder, ignore sub directories ANT

ant

How to add a native library path to the JUNIT task?

java ant junit

Is it possible to call ant task from a javascript scriptdef task?

ant

How do I rename files when included in a jar by ant's jar task?

ant jar mapper

Set ant bootclasspath: JDK 1.7 has a new javac warning for setting an older source without bootclasspath

java ant javac java-7

How do I execute an Ant command if a task fails?

java ant