Bugs item #1119738, was opened at 2005-02-10 01:09
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1119738&group_id=31650

Category: Tasks
Group: 0.8.4.0
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Peter Ryan (pfryan)
>Assigned to: Gert Driesen (drieseng)
Summary: NAnt Solution task

Initial Comment:
An already existing solution does not build with the
nant solution task. The output from nant is included
below. I am attaching a simple solution that
demonstrates this problem.

NAnt Output
=========================

C:\projects\UnNAntable Solution>..\nant-0.84\bin\NAnt
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:/projects/UnNAntable
Solution/default.build
Target(s) specified: run_build

run_build:

 [solution] Starting solution build.

BUILD FAILED

INTERNAL ERROR

System.NullReferenceException: Object reference not set
to an instance of an obj
ect.
   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 additionalPro
jects, ArrayList referenceProjects, TempFileCollection
tfc, SolutionTask solutio
nTask, 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.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-02-10 08:06

Message:
Logged In: YES 
user_id=707851

This was fixed after the 0.84 release. Try using NAnt 0.85 
RC1 or the latest nightly build 
(http://nant.sourceforge.net/nightly/latest).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1119738&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to