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 2022/03/07 07:14:27 UTC

[Bug 65933] New: Subant with fileset does not find file

https://bz.apache.org/bugzilla/show_bug.cgi?id=65933

            Bug ID: 65933
           Summary: Subant with fileset does not find file
           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: ---

Hello all,

We are facing this problem:


We have this file-structure (simplyfied):

* C:/test/Directory/build.xml
* C:/test/build.xml


Inside C:/test/build.xml we call:

<subant target="target_name">
  <fileset dir="${basedir}">
     <include name="Directory/build.xml"/>
  </fileset>
</subant>



If we call our parallel build (~1000 builds to execute, may run up to 32 builds
in parallel - depends on machine) on some machines (sporadicly) target
"target_name" is not executed, and it prints

No sub-builds to iterate on.

But the file is always there. 

If we change to:
<subant target="target_name" buildpath="Directory/build.xml"/>
It works without problem.


Do you know what can be problem here?

Thank you a lot

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

[Bug 65933] Subant with fileset does not find file

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

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

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

--- Comment #1 from Stanislav Šimek <st...@siemens.com> ---
Error in our side.

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

[Bug 65933] Subant with fileset does not find file

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

--- Comment #2 from Stefan Bodewig <bo...@apache.org> ---
Thank you, Stanislav. Is it a kind of error others may make as well so they
could learn from your mistake when they find this issue?

It's perfectly fine if you don't want to share the information or believe the
situation is unique.

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

[Bug 65933] Subant with fileset does not find file

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

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

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

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