https://bz.apache.org/bugzilla/show_bug.cgi?id=65756
Bug ID: 65756 Summary: <xslt - file timestamp ?? uptodate check Product: Ant Version: 1.10.12 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Core Assignee: notifications@ant.apache.org Reporter: stanislav.si...@siemens.com Target Milestone: --- Hi all, We have following scenario <xslt style="#STYLE_FILE#" in="#IN_FILE#" out="#OUT_FILE_1#"></xslt> <xslt style="#ANOTHER_STYLE_FILE#" in="#OUT_FILE_1#" out="#OUT_FILE_2#"> <param name="generateShortList" expression="true"/> </xslt> If we run this on machine with Intel I9 11900k (Win10) we are time to time facing a issue that #OUT_FILE_1# has exactly the same "Modified timestamp" as #OUT_FILE_2# -> If we re-run this for second time, regeneration runs again because in: https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/taskdefs/XSLTProcess.java lines 864 and 865 use “>=” Can it be modified ? -- You are receiving this mail because: You are the assignee for the bug.