You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2006/12/30 02:38:01 UTC

DO NOT REPLY [Bug 41264] New: - Regression in pattern-matching behavior of

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

           Summary: Regression in pattern-matching behavior of
                    <javadoc><fileset dir="..."/></>
           Product: Ant
           Version: 1.7.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Core tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: jglick@netbeans.org


Ant 1.7.0 fails on this script which 1.6.x and even 1.5.3 succeed on:

<project default="x">
    <target name="x">
    <delete>
        <fileset dir="." includes="Effluvia*"/>
    </delete>
    <echo file="Effluvia1.java">public class Effluvia1 {}</echo>
    <echo file="Effluvia2.java">public class Effluvia2 {}</echo>
    <echo file="Effluvia.properties">x=4</echo>
    <javadoc destdir="." failonerror="true">
        <fileset dir="." includes="Effluvia*"/>
    </javadoc>
    </target>
</project>

Cause seems to be a logic error in rev #392027 by bodewig, together with a test
which as far as I can tell does not test anything (I am not quite sure what the
test is supposed to be checking).

-- 
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


DO NOT REPLY [Bug 41264] - Regression in pattern-matching behavior of

Posted by bu...@apache.org.
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=41264>.
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=41264


jglick@netbeans.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |1.7.1




------- Additional Comments From jglick@netbeans.org  2006-12-29 17:45 -------
rev #491150

-- 
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org