Hi all.
I'm trying to produce a fileset of source files, without massively
duplication things in a few s.
I have a list of projects (and don't want to use **).
e.g.
project1/source/**/*.java
project2/source/**/*.java
...
project30/
I've defined a for selecting source files but n
We use the following ant code to change JDK and Ant versions.
Our cruisecontrol uses JDK 1.4.1 and Ant 1.5.1.
Our latest build uses JDK 1.4.2 and Ant 1.6.1.
Regards Donald.
... snip
cc-build.xml: ${ant.version}
Java version: ${java.version}