I've really been struggling with nant; however,
what I can get it to work I like.
Please review and advise on the following error
- send reply to [EMAIL PROTECTED].
Thanks in advance.
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:/Development/temp/default.build
Target(s) specified: all all:
[vssget] Put $/Test to
C:\Development\temp
[solution] Starting solution build. 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, String outputDir) at NAnt.VSNet.Project.Load(Solution sln, String projectPath) at NAnt.VSNet.ProjectFactory.LoadProject(Solution sln, SolutionTask slnTask, TempFileCollection tfc, String outputDir, String path) at NAnt.VSNet.Solution.LoadProjects() at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTask solutionTask, WebMapCollection webMappings, FileSet excludesProjects, String outputDir) at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() at NAnt.Core.Task.Execute() at NAnt.Core.Target.Execute() at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) at NAnt.Core.Project.Execute() at NAnt.Core.Project.Run() Please send bug report to [EMAIL PROTECTED].
Total time: 0.1 seconds.
|
- [nant-dev] nunit2 exception T Phelps
- Re: [nant-dev] nunit2 exception Gert Driesen