eric,
the
way i read the error, it's not NDoc that's pushing back, it's the solution task
that's expecting the xml output and doesn't find it.
i
don't know why csc doesn't put out the XML in spite of the
warnings...
i know
i tone the warnings down by changing the project's warning level from level
4 to 3 (which you have to do separately for the diverse targets
(debug vs. release) )
if you
shush the warnings, maybe csc will create the file solution expects.... i
dunno...
hth
jean
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer
Sent: Monday, September 15, 2003 18:15
To: Nant Users
Subject:My developers just started incorporating NDoc into their projects. My first build has resulted in some errors in the compile. It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not there. Any help would be very appreciated. Here's my error (note that I killed a ton of comment warnings to shrink my message).Build.Release:
[solution] Starting solution build.
[solution] Building ProCard.Centre.DataWrappers.Library [release]...
[copy] Copying 1 file to D:\projects\ProCard\Centre\DataWrappers\Library\bin\.
[solution] - D:\projects\ProCard\Centre\DataWrappers\Library\Unit.resx
Read in 0 resources from 'D:\projects\ProCard\Centre\DataWrappers\Library\Unit.resx'
Writing resource file... Done.
[solution] - D:\projects\ProCard\Centre\DataWrappers\Library\Access2.resx
Read in 0 resources from 'D:\projects\ProCard\Centre\DataWrappers\Library\Access2.resx'
Writing resource file... Done.
[compile] SiteSettings.cs(35,10): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.SelfRegSettings.SelfRegSettings()'
[compile] Account.cs(950,17): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.Contact.AddressCode'
[compile] Account.cs(956,17): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.Contact.AddressDescription'
[compile] Account.cs(968,15): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.AccountKeys'
[compile] Account.cs(977,10): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.AccountKeys.AccountKeys()'
[compile] Account.cs(984,10): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.AccountKeys.AccountKeys(int, int, int)'
[compile] Account.cs(993,14): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.AccountKeys.AccountPk'
[compile] Account.cs(998,14): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.AccountKeys.UserFk'
[compile] Account.cs(1004,14): warning CS1591: Missing XML comment for publicly visible type or member 'ProCard.Centre.DataWrappers.Library.AccountKeys.UnitFk'
Total time: 1 seconds.
BUILD FAILED
INTERNAL ERROR
System.IO.FileNotFoundException: Could not find file "D:\projects\ProCard\Centre\DataWrappers\Library\bin\ProCard.Centre.DataWrappers.Library.xml".
File name: "D:\projects\ProCard\Centre\DataWrappers\Library\bin\ProCard.Centre.DataWrappers.Library.xml"
at System.IO.__Error.WinIOError(Int32 errorCode, String str)
at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite)
at NAnt.VSNet.Tasks.Project.Compile(String strConfiguration, ArrayList alCSCArguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
at NAnt.VSNet.Tasks.Solution.Compile(String strConfiguration, ArrayList alCSCArguments, String strLogFile, Boolean bVerbose, Boolean bShowCommands)
at NAnt.VSNet.Tasks.SolutionTask.ExecuteTask()
at NAnt.Core.Task.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Target.Execute()
at NAnt.Core.Project.Execute(String targetName)
at NAnt.Core.Project.Execute()
at NAnt.Core.Project.Run()
Please send bug report to [EMAIL PROTECTED].
Total time: 175 seconds.BUILD FAILEDNested build failed. Refer to build log for exact reason.Thanks,Eric
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software