Bugs item #1178231, was opened at 2005-04-06 21:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1178231&group_id=54790

Category: Third party libraries
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: John Hebert (huangpo)
Assigned to: Nobody/Anonymous (nobody)
Summary: CollectionGen.dll causes error message during builds

Initial Comment:
After copying the NAntContrib assemblies to the
nant\bin\tasks\net\ directory as specified in the
install README.txt for NAntContrib, I get the following
error when I do a build:

[loadtasks] Failure scanning
"c:\tools\nant-0.85-rc2\bin\tasks\net\CollectionGen.dll"
for extensions.
 One or more of the types in the assembly unable to load.

CollectionGen is an add-on tool to generate type-safe
collections:
http://www.sellsbrothers.com/tools/#collectionGen

Source code for CollectionGen available at the URL above.

Can't the CollectionGen.dll be removed until the reason
for the error is determined and fixed?



Verbose output of a simple HelloWorld.cs build below:


C:\nanttest>nant -verbose
NAnt 0.85 (Build 0.85.1869.0; rc2; 2/12/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

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

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

Framework 'netcf-1.0' is invalid and has not been
loaded : Registry Path Not Found! - key='SOFTWARE\M
icrosoft\.NETCompactFramework\';hive='Microsoft.Win32.RegistryHive[]';

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

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

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

[loadtasks] Failure scanning
"c:\tools\nant-0.85-rc2\bin\tasks\net\CollectionGen.dll"
for extensions.
 One or more of the types in the assembly unable to load.
Buildfile: file:///C:/nanttest/helloworld.build
Target framework: Microsoft .NET Framework 1.1
Base Directory: C:\nanttest.
Target(s) specified: build


clean:

   [delete] Deleting file C:\nanttest\helloworld.exe.

build:

      [csc] Output file 'C:\nanttest\HelloWorld.exe'
does not exist, recompiling.
      [csc] Compiling 1 files to
'C:\nanttest\HelloWorld.exe'.
      [csc] Contents of
C:\DOCUME~1\john\LOCALS~1\Temp\tmp22C.tmp.
      [csc] /fullpaths
      [csc] /nologo
      [csc] "/target:exe"
      [csc] "/out:C:\nanttest\HelloWorld.exe"
      [csc] "C:\nanttest\helloworld.cs"
      [csc]
      [csc] Starting
'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\csc.exe
(@"C:\DOCUME~1\john\LOCALS
~1\Temp\tmp22C.tmp")' in 'C:\nanttest'

BUILD SUCCEEDED

Total time: 0.8 seconds.


C:\nanttest>

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=1178231&group_id=54790


-------------------------------------------------------
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
_______________________________________________
NAntContrib-Developer mailing list
NAntContrib-Developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to