Kent,

Can you try this with the latest NAnt 0.8.4 nightly build
(http://nant.sourceforge.net/nightly/builds) and report back to us ?

Thanks,

Gert

PS. Please do not crosspost to both the NAnt users and NAnt developers list.
This is a user issue, so you should only report to the users list

----- Original Message ----- 
From: "Kent Boogaart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Thursday, October 02, 2003 4:48 AM
Subject: [nant-dev] <solution> task problem


> Hi all,
>
> I am attempting to use a <solution> task to build as follows:
>
> <solution solutionfile="eSM/eSM.sln"
> configuration="${c#.build.configuration}"/>
>
> Doing so yields the following output:
>
> INTERNAL ERROR
>
> System.Xml.XmlException: The data at the root level is invalid. Line 1,
> position 1.
>    at System.Xml.XmlTextReader.ParseRoot()
>    at System.Xml.XmlTextReader.Read()
>    at System.Xml.XmlValidatingReader.ReadWithCollectTextToken()
>    at System.Xml.XmlValidatingReader.Read()
>    at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean
> preserveWhitespace)
>    at System.Xml.XmlDocument.Load(XmlReader reader)
>    at System.Xml.XmlDocument.Load(String filename)
>    at NAnt.VSNet.Tasks.Project.LoadXmlDocument(String strFilename)
>    at NAnt.VSNet.Tasks.Project.IsEnterpriseTemplateProject(String
> strFilename)
>    at NAnt.VSNet.Tasks.Solution..ctor(String strSolutionFilename,
ArrayList
> alAdditionalProjects, ArrayList alReferenceProjects, TempFileCollection
tfc,
> Task nanttask)
>    at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
>    at NAnt.Core.Task.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Target.Execute()
>    at NAnt.Core.Project.Execute(String targetName)
>    at NAnt.Core.Project.Execute()
>    at NAnt.Core.Project.Run()
>
> Please send bug report to [EMAIL PROTECTED]
>
> Anyone know what's going on here? I have tried simplifying the task and
> explicitly stating projects:
>
> <solution configuration="debug"
> solutionfile="eSM/eSM.sln"
> verbose="true">
> <projects>
> <includes name="eSM/KernelDLL/KernelDLL.csproj"/>
> <includes name="eSM/KernelEXE/KernelEXE.csproj"/>
> <includes name="eSM/Peripheral/Peripheral.csproj"/>
> </projects>
> </solution>
>
> This gives the same error though.
>
> Thanks,
> Kent
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> nant-developers mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-developers
>
>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to