Exclude a single build.xml from a fileset of build.xmls

2008-08-29 Thread Patrick Aikens
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

2008-08-29 Thread Remi Malessa
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