I tried the lastest nightly build and it works.  Looking forward to a
RC3.  

However, I am also using the new fxcop task in nantcontrib and it
gives a similar error for the <dependencyDirectories> element.  


md

--- Gert Driesen <[EMAIL PROTECTED]> wrote:

> If no unexpected issues surface, I might release rc3 next weekend
> ...
>  
> Gert
>  
>   _____  
> 
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Byrd,
> Payton
> Sent: maandag 28 maart 2005 20:44
> To: 'Gert Driesen'; 'Michael Dang';
> '[email protected]'
> Subject: RE: [Nant-users] Nant 0.85RC2 with NDoc task using
> referencepaths
> doesn't work
> 
> 
> 
> When is RC3 or the Final release for 0.85 due? 
> 
> Payton Byrd 
> Trane eBusiness 
> QED Team 
> Phone: 931-905-5386 
> Fax: 931-648-5901 
> 
> -----Original Message----- 
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Gert
> Driesen 
> Sent: Monday, March 28, 2005 12:04 PM 
> To: 'Michael Dang'; [email protected] 
> Subject: RE: [Nant-users] Nant 0.85RC2 with NDoc task using
> referencepaths
> doesn't work 
> 
> Michael, 
> 
> This was fixed after rc2. 
> 
> Try using a recent nightly build. 
> 
> Gert 
> 
> > -----Original Message----- 
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] On Behalf Of 
> > Michael Dang 
> > Sent: maandag 28 maart 2005 19:58 
> > To: [email protected] 
> > Subject: [Nant-users] Nant 0.85RC2 with NDoc task using 
> > referencepaths doesn't work 
> > 
> > Hello, 
> > 
> > I am using Nanct .85RC2 and Ndoc 1.3.1.  I am trying to use 
> > <referencepaths> insode the ndoc task but it seems that it
> doesn't 
> > pick up any directories I specify in it. 
> > 
> > Below is my build script and output after running it.  My
> assembly 
> > has a reference to another assembly.  I made sure that the
> correct 
> > version of the referenced assembly is in those paths.   Am I
> missing 
> > something?  Help! 
> > 
> > My working folder where the script resides is in C:\Temp 
> > My assembly i try to document with xml doc is in C:\Temp 
> > 
> > ========================================================= 
> > OUTPUT: 
> > 
> > Generate-docs: 
> > 
> >      [ndoc] Writing project settings to 
> > 'C:\DOCUME~1\Dangm\LOCALS~1\Temp\tmp20B.tmp'. 
> >      [ndoc] NDoc project file: 
> > file://C:\DOCUME~1\Dangm\LOCALS~1\Temp\tmp20B.tmp 
> >      [ndoc] Initializing... 
> >      [ndoc] Merging XML documentation... 
> > 
> > BUILD FAILED 
> > 
> > C:\temp\ndoctest.xml(23,4): 
> > Error building documentation. 
> >     One or more required assemblies could not be located : 
> >        HP.Ecommerce.Common, Version=0.0.25.8, Culture=neutral, 
> > PublicKeyToken=null 
> >     
> >     The following directories were searched, 
> >        C:\temp 
> >     
> >         One or more required assemblies could not be located : 
> >            HP.Ecommerce.Common, Version=0.0.25.8,
> Culture=neutral, 
> > PublicKeyToken=null 
> >         
> >         The following directories were searched, 
> >            C:\temp 
> >         
> > 
> > Total time: 1.9 seconds. 
> > 
> > ========================================================== 
> > BUILD SCRIPT: 
> > 
> > 
> > 
> >               <property name="drive.software"         
> > value="C:" readonly="true"/> 
> >               <property name="drive.buildfiles"               
> > value="C:" readonly="true"/> 
> >               <property name="htmlhelp.dir.exe"               
> > value="${drive.software}\Program Files\HTML Help
> Workshop\hhc.exe" 
> > readonly="true"/> 
> >               <property name="module.name"    
> > value="HP.Ecommerce.DevelopmentTools.Tasks.dll" readonly="true"/>
> 
> > 
> >               <property name="bin.dir.built"          
> > value="${drive.buildfiles}\ReleasedAssemblies\Built" 
> > readonly="true"/> 
> > 
> > 
> >               <echo message="Building Documentation for 
> > ${module.name}"/> 
> > 
> >               <ndoc failonerror="true" verbose="true"> 
> >                 <assemblies> 
> >                     <include name="${module.name}" /> 
> >                 </assemblies> 
> >                       <referencepaths> 
> >                               <include name="C:\Temp\Bin"/> 
> >                               <include 
> > name="C:\ReleasedAssemblies\Built"/> 
> >                               <include name="${bin.dir.built}"/> 
> >                               
> >                        </referencepaths> 
> >                 <documenters> 
> >                     <documenter name="MSDN"> 
> >                         <property name="OutputDirectory" 
> > value="Documentation" /> 
> >                                   <property 
> > name="HtmlHelpCompilerFilename" 
> > value="${htmlhelp.dir.exe}" /> 
> >                         <property name="HtmlHelpName" 
> > value="${module.name}" /> 
> >                         <property name="IncludeFavorites" 
> > value="False" /> 
> >                         <property name="Title"
> value="${module.name} 
> > API Reference - NDoc Generated" /> 
> >                         <property name="SplitTOCs" value="False"
> /> 
> >                         <property name="DefaulTOC" value="" /> 
> >                         <property name="ShowVisualBasic" 
> > value="False" /> 
> >                         <property name="ShowMissingSummaries" 
> > value="True" /> 
> >                         <property name="ShowMissingRemarks" 
> > value="False" /> 
> >                         <property name="ShowMissingParams" 
> > value="True" /> 
> >                         <property name="ShowMissingReturns" 
> > value="True" /> 
> >                         <property name="ShowMissingValues" 
> > value="True" /> 
> >                         <property name="DocumentInternals" 
> > value="False" /> 
> >                         <property name="DocumentProtected" 
> > value="True" /> 
> >                         <property name="DocumentPrivates" 
> > value="False" /> 
> >                         <property name="DocumentEmptyNamespaces" 
> > value="False" /> 
> >                         <property name="IncludeAssemblyVersion" 
> > value="False" /> 
> >                         <property name="CopyrightText" 
> > value="Copyright (c) 2005" /> 
> >                         <property name="CopyrightHref" value=""
> /> 
> >       
> >                      </documenter> 
> >                 </documenters> 
> >             </ndoc> 
> > 
> > 
> > 
> > 
> > 
> > 
> > Michael Dang 
> > 
> > 
> >               
> > __________________________________ 
> > Do you Yahoo!? 
> 
=== message truncated ===


Michael Dang


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


-------------------------------------------------------
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
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to