Java Mailing List Archive

http://www.ant-tasks.com/

Home » Ant Users List »

checksum task problem

Remi Malessa

2008-08-29


Author LoginPost Reply
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: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.