--- "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]>

Reply via email to