--- dhemeryy <[EMAIL PROTECTED]> wrote:
> I'm using the 1.5 beta, and I can't find anything about a <depend>
> selector tag in the docs.  I found the <depend> task.  Is that what
> you meant?
> If you meant something else, where might I find it in the docs?

Sorry -- forgot that the documentation didn't make it into beta1. Here's
the example for the <depend> tag:
  <fileset dir="${ant.1.5}/src/main" includes="**/*.java">
    <depend targetdir="${ant.1.4.1}/src/main"/>
  </fileset>

  Selects all the Java source files which were modified in the
  1.5 release. 

For the full set of documentation, pick up the attachment at:
  http://marc.theaimsgroup.com/?l=ant-dev&m=102081540229610&w=2

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com

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

Reply via email to