Bugs item #1207607, was opened at 2005-05-24 10:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1207607&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Rutger Dijkstra (rutgerdijkstra)
Assigned to: Nobody/Anonymous (nobody)
Summary: NAnt chokes on namespace prefix use

Initial Comment:
If the xml in a build file uses an explicit namespace 
prefix NAnt fails to recognize most of the build file
contents

repro:

<NAnt:project xmlns:NAnt="urn:NAnt-0.85-rc3" 
default="choke">
  <NAnt:target name="choke">
    <NAnt:echo message="you won't see this"/>
  </NAnt:target>  
</NAnt:project>

The project and target tags are processed OK but 
tasks and datatypes are not recognized.
 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to