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 2021/12/20 12:45:31 UTC

[Bug 65756] New:
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.simek@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.

[Bug 65756] Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65756

Stanislav Šimek <st...@siemens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

-- 
You are receiving this mail because:
You are the assignee for the bug.