Well, I receive the same error and I've just
successfully rebuilt NAnt with VS 2003 but it didn't help. (Though I
had to restart VS 2003 for a successful build.)
Nevertheless I only receive this error on my Win XP Pro.
When running NAnt on a Win 2003 Server, everything seems to be
fine.
Anyway, does anyone know why solution task fails on Win XP
Pro? (.NET 1.1)
Thx,
Gustin
From: David Bowman [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 13:00
To: '[EMAIL PROTECTED]'
Subject: RE: [Nant-users] Problem with <solution> task in 0.84
Did
some more work on this. I can only assume that this is a peculiarity with my
main machine. I tried the same task on a different machine with no
difficulties.
When
trying to build NANT itself with VS 2003 I get the following error on the Core
if I do a complete rebuild:
A
failure occurred while attempting to start the compilation. No Extenders could
be found for the name 'Intel C++ Integration Tool' under the CATID
{89FB23F7-E591-4a2f-8E0F-64C0522FCF77}. Make sure that the Extender Provider for
this Extender is correctly registered.
If I
build the core directly, I don't.
I also
don't see this error on the other machine.
Strange but true.
Anyway, having rebuilt Nant successfully, the error went
away?!!
Thanks
for the help.
Dave
-----Original Message-----
From: David Bowman
Sent: 24 February 2004 16:44
To: '[EMAIL PROTECTED]'
Subject: [Nant-users] Problem with <solution> task in 0.84Hi,I'm getting the following error when using the solution task.NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 26/12/2003)
Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.netBuildfile: file:///C:/Src/Notification Service/Betdaq.Notifications.Helper/helper.build
Target(s) specified: debugBuilddebugBuild:[solution] Starting solution build.BUILD FAILEDINTERNAL ERRORSystem.ArgumentNullException: Value cannot be null.
Parameter name: path2
at System.IO.Path.Combine(String path1, String path2)
at NAnt.VSNet.VcConfiguration.get_OutputPath()
at NAnt.VSNet.VcProject.GetOutputPath(String configuration)
at NAnt.VSNet.Solution.GetDependenciesFromProjects()
at NAnt.VSNet.Solution..ctor(String solutionFileName, ArrayList additionalProjects, ArrayList referenceProjects, TempFileCollection tfc, SolutionTa
sk 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.2 seconds.The buildfile looks like this:<?xml version="1.0"?>
<project name="Betdaq Notification Helper" default="debugBuild"><target name="debugBuild">
<solution solutionfile="Helper.sln" configuration="debug" />
</target></project>which isn't too complicated.Any help is appreciated.