Exclude a single build.xml from a fileset of build.xmls
I have a folder structure similar to the following: ${basedir} |--build |--project1 |--subproject1 |--build |--subproject2 |--build |--subproject3 |--build |--project2 |--subproject1 |--build |--subproject2 |--build Hopefully this won't g
checksum task problem
Hello everybody, I'm new to this list. I've come across a problem with the task. I'm trying to create md5 checksum for some files I'm about to move. The files are currently located in ${installDir}/${meta} My piece of ant build file looks like this: Wh