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=42631>.
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=42631

           Summary: Antlib's xmlns "ant:current" ignored in scriptdef
                    <element> "type" attribute
           Product: Ant
           Version: 1.7.0
          Platform: PC
               URL: http://article.gmane.org/gmane.comp.jakarta.ant.user/424
                    77
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Optional Tasks
        AssignedTo: dev@ant.apache.org
        ReportedBy: [EMAIL PROTECTED]


Ant ignore xmlns "ant:current" in scriptdef's nested element types when defines 
script in antlib. As Peter Reilly said in Ant User List:

> This is not (currently) supported.
> If it did work the format would be type="ant:current:elem", but
> that does not work as well. The "ant:current" namespace is
> only available during parsing time - and not during execute time,
> so some plumbing needs to be put in place in ant-core to
> support it.


Possible solution might be substitution of type="ant:current:elem" to 
type="antlib:<antlib-package>:elem" during parsing time.

-- 
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