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: [email protected]
ReportedBy: [email protected]
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.