ANT Section Index | Page 3

I'm searching for a task which compares two binary files

How do I adjust line endings for Unix and Windows systems?

How do I measure the time it taks for the task "java" to complete?

How are special characters escaped in Ant build files?

Using junit inside ant, I would like to exclude inner classes. Right now I have junit running all classes like **/*Test*, but when I make an anonymous inner class in the Test case it makes a new *.class file like MyTest$1.class in addition to the MyTest.class, and then junit tries to execute the inner class.

How do I get <javac> to list each file that it is compiling?

Where can I get the information for tasks like 'path', 'classpath' etc?

Why do I get "[property] Override ignored for <insert prop name>" in my verbose output?

How can I delete files depending on their age?

How can I test for JVM versions?

How do I get the hostname in a cross-platform way?

How do I version a product of a build?

How do I fix the "out of environment space" errors when running Ant on Win9x/ME?

How to delete content of directory without deleting the directory itself?

How do I include different web.xml files in order to switch between production and development builds?

About | Sitemap | Contact