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





------- Additional Comments From [EMAIL PROTECTED]  2006-10-18 04:13 -------
Ok, could also verify that with the given sample project.
I changed the buildfile, so a single Ant run would produce the error:

<project name="Test" default="build">

        <presetdef name="compile">
                <javac
                           srcdir="src"
                           destdir="bin"
                           target="1.5"
                           source="1.5"
                           debug="true"
                           listfiles="true">
                </javac>
        </presetdef>


        <target name="build">
                <mkdir dir="bin"/>
                <compile/>
                <delete><fileset dir="bin/test" 
includes="Test3*.class"/></delete>
                <compile/>
        </target>

</project>

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to