does not work: the files never get deleted
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have used a
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have used a
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have a target You want to skip if a property is set, so You have unless=”property” as an attribute of the target, but all the targets this target depends on are still executed.
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
In Your
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
Ant failed to build Your program via javac even when You put the needed jars in an external build.properties file and reference them by pathelement or classpath refid.
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
Ant created WAR files with a lower-case web-inf or JAR files with a lower-case meta-inf directory.
Applies to:
Ant 1.6.x
Description:
Occurs while using Apache Ant.
Cause:
You have installed Ant 1.6.x and now get Exception in thread “main” java.lang.NoClassDefFoundError. The cause of this is that there is an old version of ant somewhere in the class path or configuration.
Applies to:
Ant 1.6.x
Description:
Occurs while using Apache Ant.
Cause:
You have installed Ant 1.6.x and now get java.lang.InstantiationException: org.apache.tools.ant.Main. The cause of this is that there is an old version of ant somewhere in the class path or configuration.
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have used the Ant jar or manifest related tasks, long lines in Your manifest were wrapped at 70 characters and the resulting jar did not work in Your application server
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
You have used
tasks.
Applies to:
Ant
Description:
Occurs while using Apache Ant.
Cause:
StackOverflowError was thrown inside Sun’s javac compiler.