You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/03/04 22:11:57 UTC

DO NOT REPLY [Bug 46801] New: uptodate task fails on 1.7.1

https://issues.apache.org/bugzilla/show_bug.cgi?id=46801

           Summary: uptodate task fails on 1.7.1
           Product: Ant
           Version: 1.7.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Core
        AssignedTo: notifications@ant.apache.org
        ReportedBy: mgainty@hotmail.com


Directory 

03/05/2009  03:42 PM                28 test.h

03/04/2009  03:39 PM            28,672 test.exe

run this test where new test.h SHOULD trigger uptodate check to set property
true
       <property name="notRequired" value="false" />
    <target name="do_up_to_date">
             <echo>before checking uptodate for more recent files in .h</echo>
              <uptodate property="notRequired" targetfile="./test.h">
                <srcfiles dir= "." includes="test.exe"/>
              </uptodate>
                         <echo message="the notRequired flag: ${notRequired}"/>
       </target>

CANNOT get the notRequired property to evaulate to true
ANT 1.71
JDK 1.6

what happened...this used to work???

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

DO NOT REPLY [Bug 46801] uptodate task fails on 1.7.1

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46801


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2009-03-04 20:09:59 PST ---
what happens when you remove the property task from before your target?

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

DO NOT REPLY [Bug 46801] uptodate task fails on 1.7.1

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46801


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #2 from Stefan Bodewig <bo...@apache.org>  2009-05-07 01:37:17 PST ---
please reopen once you can answer comment #1

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