All: nant 0.85-rc1 is not able to run ndoc on one of my assemblies...
How do I troubleshoot this problem? <target name="document"> <task name="ndoc"> <message level="Info">Initializing...</message> <message level="Info">Merging XML documentation...</message> <message level="Error"> c:\buildbot\devel\csharp\applications\CRS\standard-build.include(110,4): Error building documentation. Unable to load assembly 'c:\buildbot\devel\csharp\applications\CRS\Transport\TTU\CommonObjects\CommonObjects\bin\Debug\CommonObjects.dll' Unable to load assembly 'c:\buildbot\devel\csharp\applications\CRS\Transport\TTU\CommonObjects\CommonObjects\bin\Debug\CommonObjects.dll' Object reference not set to an instance of an object. </message> </task> </target> I'm getting lots of build warnings for missing XML documentation tags that I haven't added yet, but the build and unit tests are all successful... -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnwood, WA 98037 voice: (425) 672-1304 fax: (425) 672-0192 email: [EMAIL PROTECTED] web: http://www.crsretail.com ----------------------------------------------------------------------- If you smash a computer to bits with a mallet, that appears to count as encryption in the state of Nevada. - CRYPTO-GRAM 12/2001 ----------------------------------------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Nant-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
