Hi, I got a problem while running a windowsApplication. My default.build file is also pasted below. -------------------------------------------- <?xml version="1.0"?> <project name="ClassLibWinApp" default="run" basedir="."> <target name="build"> <csc target="exe" output="bin\debug\ClassLibWinApp.exe"> <sources> <includes name="Users.cs"/> <includes name="Register.cs"/> <includes name="Form1.cs"/> <includes name="Credit.cs"/> </sources> </csc> </target>
<target name="run" depends="build"> <exe program="bin\debug\ClassLibWinApp.exe"/> </target> </project> -------------------------------------------- The error i got while running the application using Nant-084 -------------------------------------------- BUILD FAILED INTERNAL ERROR System.ArgumentException: Xml node has not been mapped. at NAnt.Core.LocationMap.GetLocation(XmlNode node) at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() -------------------------------------------- I will be very thankfull on advice. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ nant-developers mailing list nant-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-developers