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.si...@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.