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=26108>.
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=26108

delete task fails for jar file in CWD on WNT





------- Additional Comments From [EMAIL PROTECTED]  2004-03-09 00:23 -------
maybe not directly related, but I was building jar files into a directory that I
had used in a "path" tag, and was unable to delete them until I specifically
excluded the files from the path.

before:
  <path id="mypath">
    <fileset dir="${lib.dir}">
      <include name="*.jar"/>
    </fileset>
  </path>

after:
  <path id="mypath">
    <fileset dir="${lib.dir}">
      <include name="*.jar"/>
      <exclude name="fileIWantToDelete.jar"/>
    </fileset>
  </path>

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

Reply via email to