Bugs item #1179283, was opened at 2005-04-08 17:37
Message generated for change (Comment added) made by drieseng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1179283&group_id=31650
Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: TDNeumann (timneumann)
>Assigned to: Gert Driesen (drieseng)
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
----------------------------------------------------------------------
>Comment By: Gert Driesen (drieseng)
Date: 2005-04-10 17:36
Message:
Logged In: YES
user_id=707851
This is now fixed in cvs.
Thanks for the report !
----------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers