Thanks Gert, It works with latest nightly build 0.85, When would latest build go as stable release?
Thanks Manish -----Original Message----- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Saturday, October 02, 2004 8:07 AM To: Manish Jain; [EMAIL PROTECTED] Subject: Re: [Nant-users] Solution task builds successfully but build generated is corrupted Jain, I highly recommend you to try a recent nightly build of NAnt 0.85 (http://nant.sourceforge.net/nightly/builds). Gert ----- Original Message ----- From: "Manish Jain" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 02, 2004 2:37 AM Subject: [Nant-users] Solution task builds successfully but build generated is corrupted I try to build and run solution using VS.NET , it works fine If I try to build using NAnt , it builds succussfully but output crashes Any inputs would be appreciated Following is build file: <project name="TestNant" default="build"> <property name="build.config" value="release"/> <property name="solutionfile" value="C:\nant-0.84\examples\TestNantWinApp\WindowsApplication1\WindowsApplication1.sln"/> <property name="nant.settings.currentframework" value="net-1.1"/> <target name="build" > </target> <solution configuration="${build.config}" solutionfile="${solutionfile}" verbose="true" failonerror="true" /> </project> Log: C:\nant-0.84\bin>nant -buildfile:..\buildfiles\testnant.build NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/nant-0.84/buildfiles/testnant.build Target(s) specified: build [solution] Starting solution build. [solution] Loading projects... [solution] Loading project 'c:\nant-0.84\examples\testnantwinapp\windowsapplica tion1\WindowsApplication1.vbproj'. [solution] Gathering additional dependencies... [solution] Fixing up references... [solution] Building WindowsApplication1 [release]... [solution] Copying references: [solution] - System.Windows.Forms [solution] - System.Data [solution] - System.XML [solution] - System [solution] - System.Drawing [solution] Compiling resources: [solution] - c:\nant-0.84\examples\testnantwinapp\windowsapplication1\Form1.re sx [resgen] Starting 'C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\bin\resgen.exe ("c:\nant-0.84\examples\testnantwinapp\windowsappli cation1\Form1.resx" "C:\DOCUME~1\mjain\LOCALS~1\Temp\thgk5sbt\WindowsApplication 1.Form1.resources")' in 'C:\nant-0.84\buildfiles' Read in 13 resources from 'c:\nant-0.84\examples\testnan twinapp\windowsapplication1\Form1.resx' Writing resource file... Done. [solution] Starting compiler... [solution] Success! (exit code = 0) build: BUILD SUCCEEDED Total time: 0.5 seconds. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users