Top "Ant" questions

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

ERROR: unterminated quoted string at or near

While executing below shown trigger code using ANT I am getting the error org.postgresql.util.PSQLException: ERROR: unterminated quoted …

postgresql ant triggers plpgsql
com.jcraft.jsch.JSchException: Auth cancel

I'm trying to write an Ant script to retrieve an URL via port tunnelling. It works great when I use …

ant ssh jsch
Java, Ant error: unmappable character for encoding Cp1252

I am using Java, Eclipse and Ant in my project. I had some Java code that I needed to edit …

java encoding ant utf-8 cp1252
Clean way to combine multiple jars? Preferably using Ant

I have runtime dependencies on some external jars that I would like to "rejar" into a single jar. These external …

java ant jar
Creating a bundle jar with ant

I'm using Ant to build some Java projects. In some, I've got a lib/ directory, which contains external dependencies, in …

java ant jar
Jenkins JUnit Test Result Report plugin states that the JUnit xml file is not found?

The exact message received from jenkins is: No test report files were found. Configuration error? Build step 'Publish JUnit test …

ant junit jenkins jenkins-plugins
Execute Ant task just if a condition is met

I need to execute an Ant task within a specific target only if a condition is met. I found a …

ant
Generate manifest class-path from <classpath> in Ant

In the build file below, the jar target refers to the jar.class.path property for the manifest class-path. The …

ant jar classpath manifest
Specified VM install not found: type Standard VM, name jre7

Specified VM install not found: type Standard VM, name jre7 Have you ever encountered this problem in Eclipse while building …

java eclipse ant