Bugs item #1186136, was opened at 2005-04-19 19:28
Message generated for change (Comment added) made by drieseng
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1186136&group_id=31650
Category: Tasks
>Group: 0.85
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Mach005 (mach005)
>Assigned to: Gert Driesen (drieseng)
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>
----------------------------------------------------------------------
>Comment By: Gert Driesen (drieseng)
Date: 2005-04-20 16:16
Message:
Logged In: YES
user_id=707851
You're using an older version of NAnt.
This is working fine using a recent version of NAnt (eg. NAnt
0.85 RC3).
----------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-developers