--- Conor MacNeill <[EMAIL PROTECTED]> wrote:
> Well, which do you find easier to remember and use
> 
> <copy todir="${dest}">
>     <fileset dir="${src}"/>
> </copy>
> 
> or
> 
> <copydir src="${src}"
>          dest="${dest}"/>
> 

I see your point. I guess I was being a techie and thinking more along the
lines of:

  <copy todir="${dest}">
      <fileset dir="${src}">
          <include name="**/*.sh"/>
          <include name="**/*.gif"/>
          <include name="**/*.properties"/>
          <include name="**/*.yadayadayada"/>
      </fileset>
  </copy>

:-P

sim

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

Reply via email to