I'm going to write my own task. It drove me crazy. Thanks for the support
:))
-----Original Message-----
From: Diane Holt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 05, 2002 11:10 AM
To: Ant Users List
Subject: RE: File copy problem
--- "Shvartsburd, Feliks" <[EMAIL PROTECTED]> wrote:
> I use this, and I think since this thinks that there are many files it
> fails. Is that the case?
>
> target name="copyBuild">
> <echo message="Copying build file name is ${label}"/>
> <copy tofile="F:/cmkserver_${label}.zip">
> <fileset dir="${blvm_root}/build/dist"/>
> </copy>
> </target>
Yes. Don't do it that way. If you're using 'tofile', you need to specify a
single file to copy from.
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>