DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=26809>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=26809

Ability to set a property for a value in a fileset





------- Additional Comments From [EMAIL PROTECTED]  2004-04-14 16:39 -------
Can your fileset ever match more than one directory?  If not:

<path id="jettydir.tmp">
  <fileset dir=".">
    <and>
      <filename name="Jetty-*"/>
      <type type="dir"/>
    </and>
  </fileset>
</path>
<property name="jettydir.tmp" refid="jettydir.tmp"/>

will probably do.  Note that I just use a selector to be fancy ;-)

I'm all for writing custom tasks but somewhat question that your task will be
too useful beyond your specific use-case.

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

Reply via email to