Hi Gert,

I've attached the verbose output.

--Edwin

> -----Original Message-----
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, November 18, 2004 12:27 PM
> To: Castro, Edwin Gabriel (Firing Systems Engr.); nant-
> [EMAIL PROTECTED]
> Subject: RE: [Nant-users] Odd <solution> error
> 
> Edwin,
> 
> Can you provide a verbose log for this issue (NAnt.exe -verbose ....)
?
> 
> Thanks,
> 
> Gert
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of
> > Castro, Edwin Gabriel (Firing Systems Engr.)
> > Sent: donderdag 18 november 2004 21:15
> > To: [EMAIL PROTECTED]
> > Subject: [Nant-users] Odd <solution> error
> >
> > I downloaded the 2004-11-17 nightly and tried to compile a
> > test project
> > I have and I got a really odd error. I expected to see something
about
> > not finding Util as a class or namespace since I think this
> > last nightly
> > hasn't fixed that bug yet. Instead I saw the following:
> >
> > [output]
> > T:\Rover2\TestSuites\FireBoxComponents>nant testexec
> > NAnt 0.85 (Build 0.85.1782.0; nightly; 11/17/2004)
> > Copyright (C) 2001-2004 Gerry Shaw
> > http://nant.sourceforge.net
> >
> > Buildfile:
> > file:///T:/Rover2/TestSuites/FireBoxComponents/default.build
> > Target(s) specified: testexec
> >
> >
> > testsuite:
> >
> >  [solution] Starting solution build.
> >  [solution] Building 'TestUtilityLib' [Debug] ...
> >  [solution] Building 'PenLibTests' [Debug] ...
> >
> > BUILD FAILED
> >
> > Unexpected error while compiling project 'PenLibTests'
> >     Value cannot be null.
> >     Parameter name: input
> >
> > Total time: 0.3 seconds.
> > [/output]
> >
> > Any ideas about where I could go looking for clues? I've attached
the
> > build file in case that'll help.
> >
> > --Edwin
> >

T:\Rover2\TestSuites\FireBoxComponents>nant -verbose testexec
NAnt 0.85 (Build 0.85.1782.0; nightly; 11/17/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Framework 'net-1.0' is invalid and has not been loaded : The 'System.dll' assemb
ly does not exist in framework assembly directory 'C:\WINDOWS\Microsoft.NET\Fram
ework\v1.0.3705'.

Framework 'net-2.0' is invalid and has not been loaded : Framework directory 'C:
\WINDOWS\Microsoft.NET\Framework\v2.0.40607' does not exist.

Framework 'mono-1.0' is invalid and has not been loaded : Registry Path Not Foun
d! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';

Framework 'mono-2.0' is invalid and has not been loaded : Registry Path Not Foun
d! - key='SOFTWARE\Mono\';hive='Microsoft.Win32.RegistryHive[]';

Framework 'sscli-1.0' is invalid and has not been loaded : Framework directory '
C:\sscli\build\v1.x86fstchk.rotor' does not exist.

Buildfile: file:///T:/Rover2/TestSuites/FireBoxComponents/default.build
Base Directory: T:\Rover2\TestSuites\FireBoxComponents.
Target(s) specified: testexec


testsuite:

 [solution] Starting solution build.
 [solution] Loading projects...
 [solution] Loading project 't:\rover2\testsuites\FireBoxComponents\PenLibTests\
PenLibTests.csproj'.
 [solution] Loading referenced project 't:\rover2\testsuites\FireBoxComponents\T
estUtilityLib\TestUtilityLib.csproj'.
 [solution] Loading project 't:\rover2\testsuites\FireBoxComponents\TestUtilityL
ib\TestUtilityLib.csproj'.
 [solution] Gathering additional dependencies...
 [solution] Fixing up references...
 [solution] Building 'TestUtilityLib' [Debug] ...
               [attrib] Setting file attributes for 2 files to Normal.
               [attrib] t:\rover2\testsuites\FireBoxComponents\TestUtilityLib\bi
n\Debug\TestUtilityLib.dll
               [attrib] t:\rover2\testsuites\FireBoxComponents\TestUtilityLib\bi
n\Debug\TestUtilityLib.pdb
 [solution] Project is up-to-date.
 [solution] Fixing up references...
 [solution] Building 'PenLibTests' [Debug] ...

BUILD FAILED

Unexpected error while compiling project 'PenLibTests':
NAnt.Core.BuildException: Unexpected error while compiling project 'PenLibTests'
 ---> System.ArgumentNullException: Value cannot be null.
Parameter name: input
   at System.Text.RegularExpressions.Regex.IsMatch(String input)
   at NAnt.VSNet.WrapperReference.ExtractTypeLibPath(String typeLibraryWin32Valu
e) in d:\Source\nant-20041117T173921Z\src\NAnt.VSNet\WrapperReference.cs:line 49
7
   at NAnt.VSNet.WrapperReference.GetTypeLibrary() in d:\Source\nant-20041117T17
3921Z\src\NAnt.VSNet\WrapperReference.cs:line 466
   at NAnt.VSNet.WrapperReference.CreateWrapper(ConfigurationBase config) in d:\
Source\nant-20041117T173921Z\src\NAnt.VSNet\WrapperReference.cs:line 265
   at NAnt.VSNet.WrapperReference.GetOutputFiles(ConfigurationBase config) in d:
\Source\nant-20041117T173921Z\src\NAnt.VSNet\WrapperReference.cs:line 136
   at NAnt.VSNet.ProjectBase.GetOutputFiles(String configuration) in d:\Source\n
ant-20041117T173921Z\src\NAnt.VSNet\ProjectBase.cs:line 368
   at NAnt.VSNet.ProjectBase.Prepare(ConfigurationBase config) in d:\Source\nant
-20041117T173921Z\src\NAnt.VSNet\ProjectBase.cs:line 242
   at NAnt.VSNet.ProjectBase.Compile(String configuration) in d:\Source\nant-200
41117T173921Z\src\NAnt.VSNet\ProjectBase.cs:line 226
   at NAnt.VSNet.SolutionBase.Compile(String configuration) in d:\Source\nant-20
041117T173921Z\src\NAnt.VSNet\SolutionBase.cs:line 267
   --- End of inner exception stack trace ---
   at NAnt.VSNet.SolutionBase.Compile(String configuration) in d:\Source\nant-20
041117T173921Z\src\NAnt.VSNet\SolutionBase.cs:line 288
   at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask() in d:\Source\nant-20041117T173
921Z\src\NAnt.VSNet\Tasks\SolutionTask.cs:line 379
   at NAnt.Core.Task.Execute() in d:\Source\nant-20041117T173921Z\src\NAnt.Core\
Task.cs:line 177
   at NAnt.Core.Target.Execute() in d:\Source\nant-20041117T173921Z\src\NAnt.Cor
e\Target.cs:line 249
   at NAnt.Core.Project.Execute(String targetName, Boolean forceDependencies) in
 d:\Source\nant-20041117T173921Z\src\NAnt.Core\Project.cs:line 882
   at NAnt.Core.Project.Execute() in d:\Source\nant-20041117T173921Z\src\NAnt.Co
re\Project.cs:line 839
   at NAnt.Core.Project.Run() in d:\Source\nant-20041117T173921Z\src\NAnt.Core\P
roject.cs:line 908

Total time: 0.2 seconds.

Reply via email to