Bugs item #1186136, was opened at 2005-04-19 19:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186136&group_id=31650

Category: Tasks
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Mach005 (mach005)
Assigned to: Nobody/Anonymous (nobody)
Summary: ndoc documenter MSDN OutputDirectory not relative

Initial Comment:
The ndoc task documenter MSDN OutputDirectory is 
not relative to the build file.

Depending on where the build file is executed from the 
resulting output will be relative to the current directory 
and not the build file directory.

e.g.

The location of ${ndoc.output.dir} varies depending on 
the directory from which the build is launched.

<property name="ndoc.output.dir" value="..\doc" />
<ndoc>
    <assemblies basedir="${build.dir}">
        <include name="NAnt.exe" />
        <include name="NAnt.Core.dll" />
    </assemblies>
    <summaries basedir="${build.dir}">
        <include name="NamespaceSummary.xml" />
    </summaries>
    <documenters>
        <documenter name="MSDN">
            <property name="${ndoc.output.dir}" 
value="doc\MSDN" />
            <property name="HtmlHelpName" 
value="NAnt" />
            <property name="HtmlHelpCompilerFilename" 
value="hhc.exe" />
            <property name="IncludeFavorites" 
value="False" />
            <property name="Title" value="An NDoc 
Documented Class Library" />
            <property name="SplitTOCs" value="False" />
            <property name="DefaulTOC" value="" />
            <property name="ShowVisualBasic" 
value="True" />
            <property name="ShowMissingSummaries" 
value="True" />
            <property name="ShowMissingRemarks" 
value="True" />
            <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="" />
            <property name="CopyrightHref" value="" />
         </documenter>
    </documenters> 
</ndoc>



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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186136&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to