Bugs item #3058913, was opened at 2010-09-03 18:51
Message generated for change (Tracker Item Submitted) made by owl128
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=3058913&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: Framework support
Group: 0.91-alpha2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: owl128 (owl128)
Assigned to: Nobody/Anonymous (nobody)
Summary: xml schema for description is invalid

Initial Comment:
example for a build file:
  <project xmlns="http://nant.sf.net/release/0.91-alpha2/nant.xsd"; name="a">
    <description>my description</description>
  </project>
This will note the text between the description tags as invalid. 

I suggest to fix the content of nant.xsd file by one of the followings:

Replace: <xs:complexType name="NAnt.Core.Tasks.DescriptionTask">
by  <xs:complexType name="NAnt.Core.Tasks.DescriptionTask" mixed="true">

or

replace the occurrences of <xs:element name="description" 
type="nant:NAnt.Core.Tasks.DescriptionTask" />
by  <xs:element name="description" type="xs:string" />


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

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

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to