Bugs item #902858, was opened at 2004-02-23 17:49 Message generated for change (Comment added) made by ianrow You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=902858&group_id=31650
Category: Tasks Group: 0.85 Status: Open Resolution: Works For Me Priority: 5 Submitted By: Ian Rowland (ianrow) Assigned to: Gert Driesen (drieseng) Summary: Internal Error When Try To Create An MSI That Uses A Vdproj Initial Comment: I am probably not the first person to discover this bug. Please advise. Regards, Ian Rowland NAnt 0.85 (Build 0.85.1503.0; net-1.0.win32; nightly; 12/02/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///D:/i2/Development/Tools/NCover Viewer/NCoverViewer.build Target(s) specified: Create_CLRProfiler_MSI Create_CLRProfiler_MSI: [echo] Creating CLR Profiler Installer [solution] Starting solution build. [solution] Only C#, VB.NET and C++ projects are supported. Skipping project 'NCoverViewer\NCoverViewerSetup\NCoverViewer Setup.vdproj'. BUILD FAILED INTERNAL ERROR System.NullReferenceException: Object reference not set to an instance of an object. at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlElement elemReference, SolutionTask solutionTask, DirectoryInfo outputDir) in C:\DOCUME~1\ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.VSNet\Reference.cs:line 154 at NAnt.VSNet.Project.Load(Solution sln, String projectPath) in C:\DOCUME~1\ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.VSNet\Project.cs:line 194 at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, DirectoryInfo outputDir, String path) in C:\DO CUME~1\ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.VSNet\ProjectFactory.cs:lin e 70 at NAnt.VSNet.Solution.LoadProjects() in C:\DOCUME~1\ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.VSNet\Solution.cs:line 420 at NAnt.VSNet.Solution..ctor(FileInfo solutionFile, ArrayList additionalProjects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMappings, FileSet excludesProjects, DirectoryInfo outputDir) in C:\DOCUME~1\ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\N Ant.VSNet\Solution.cs:line 122 at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in C:\DOCUME~1\ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.VSNet\Tasks\SolutionTask.c s:line 330 at NAnt.Core.Task.Execute() in C:\DOCUME~1 \ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.Core\Task.cs:line 151 at NAnt.Core.Target.Execute() in C:\DOCUME~1 \ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.Core\Target.cs:line 217 at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in C:\DOCUME~1\ADMINI~1 \LOCALS~1\Temp\tmp325.tmp\src\NAnt.Core\Project.c s:line 772 at NAnt.Core.Project.Execute() in C:\DOCUME~1 \ADMINI~1\LOCALS~1 \Temp\tmp325.tmp\src\NAnt.Core\Project.cs:line 734 at NAnt.Core.Project.Run() in C:\DOCUME~1\ADMINI~1 \LOCALS~1 \Temp\tmp325.tmp\src\NAnt.Core\Project.cs:line 797 Please send bug report to nant- [EMAIL PROTECTED] Total time: 0.2 seconds. ---------------------------------------------------------------------- >Comment By: Ian Rowland (ianrow) Date: 2004-03-03 10:45 Message: Logged In: YES user_id=976630 I have used nant-0.85-20040228.zip build and Nant now degrades more gracefully. ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2004-03-02 18:17 Message: Logged In: YES user_id=707851 I'm unable to reproduce this issue using NAnt built from cvs. Can you try to reproduce this issue using the latest nightly build (http://nant.sourceforge.net/nightly/builds) and report back ? ---------------------------------------------------------------------- Comment By: Gert Driesen (drieseng) Date: 2004-02-23 19:08 Message: Logged In: YES user_id=707851 Can you attach a zip file containing the minimum set of files necessary to reproduce this issue to this bug report ? Thanks ! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=402868&aid=902858&group_id=31650 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
