Double Ooooopps, Jean answered me.  I'll bounce back as to whether it worked or not (warning level change).  Thanks Jean!

Eric Fetzer <[EMAIL PROTECTED]> wrote:
Ooooppps, should have sent to NAnt Dev:
 
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 FAILED
Nested build failed.  Refer to build log for exact reason.
Thanks,
Eric


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software


Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to