Hello everybody, I'm new to this list.
I've come across a problem with the <checksum> 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:

<checksum todir="${backup}/${meta}">
           <fileset dir="${installDir}/${meta}">
               <include name="*.xml" />
           </fileset>
</checksum>

Whatever I try, removing the include, removing the todir . . .
it doesn't work. I get :

BUILD FAILED
/home/rem/workspace/CDAS/build.xml:32: Specify at least one source - a file or a resource collection.

Any ideas ?

Cheers
Remi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to