Bugs item #1207660, was opened at 2005-05-24 12:32
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1207660&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Core
>Group: cvs
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Rutger Dijkstra (rutgerdijkstra)
>Assigned to: Gert Driesen (drieseng)
Summary: NAnt chokes on extension xml attributes

Initial Comment:
Xml attributes from a non-nant namespace may lead to
a buildfailure. The cause is that nant skips elements
from other namespaces but forgets to so with
attributes (a.o namespace declarations)

repros:

<project>
  <echo xmlns:other="urn:other">message</echo>
</project>

<project xmlns:other="urn:other">
  <echo other:prop="">message</echo>
</project>

patch (including a test case) is attached

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-05-24 20:18

Message:
Logged In: YES 
user_id=707851

This is now fixed in cvs.

Thanks for the patch !

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1207660&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to