----- Original Message -----
Sent: Thursday, May 13, 2004 8:03
AM
Subject: [nant-dev] nunit2
exception
I've really been struggling with nant; however,
what I can get it to work I like.
Thanks in advance.
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()
Total time: 0.1
seconds.