Bugs item #1179283, was opened at 2005-04-08 10:37
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=1179283&group_id=31650

Category: Tasks
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: TDNeumann (timneumann)
Assigned to: Nobody/Anonymous (nobody)
Summary: Invalid Schema Generated by nantschema

Initial Comment:
I utilized the following build file to regenerate the xsd for 
the NAnt and NAntContrib programs, so that the xsd 
would reflect all the combined elements of the two 
programs:

<?xml version="1.0" encoding="utf-8" ?> 
<project name="GenerateNAntSchemaForVS.NET" 
default="genschema">
    <property name="SchemaFile" value="C:\Program 
Files\Microsoft Visual Studio .NET 2003\Common7
\Packages\schemas\xml\NAnt.xsd"/>
    <target name="genschema">
        <nantschema output="${SchemaFile}" target-
ns="http://nant.sf.net/schemas/nant.xsd"/>
    </target>
</project>

Subsequently I opened the resulting schema file in 
XMLSpy and noticed that an attribute had been 
duplicated in the schema:

"Duplicated attribute "user" found"

in

NAnt.Contrib.Tasks.SourceSafe.History

Removing this duplicated attribute resulted in a valid 
schema check.

Thanks,
Tim



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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to