DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35663>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35663

           Summary: Cannot not find task syspropertyset after <ant
                    inheritRefs="true">
           Product: Ant
           Version: 1.6.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


If a build file executes an <ant> task to call a different buildfile, with the
property inheritRefs="true" set, and the original build contains a
<syspropertyset> task, the build fails with the error:

BUILD FAILED
C:\tmp\test\build.xml:13: Could not create task or type of type: syspropertyset.
<snip>

Tested on Solaris 2.6 with Ant 1.6.1, cygwin on Windows 2000 with Ant 1.6.1,
cygwin on Windows 2000 with Ant 1.6.5.

I have attached the build files build.xml and callable.xml, and the reproduction
recipe is:

$ ant -version
Apache Ant version 1.6.5 compiled on June 2 2005

$ ant docall-inherit

Just to show that it works with noinherit:

$ ant docall-noinherit

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to