.NET Framework 3.5 を使用して、フレームワーク 3.5 をサポートする nant -0.91-alpha2 を使用していますが、ドキュメントをビルドしようとすると次のエラーが発生します。
Error building Documentation. Object reference not set to an instance of object. Object reference not set to an instance of object
ドキュメントは、次のように生成されます。
<target name="Documentation">
<property name="nant.settings.currentframework" value="net-3.5"/>
<ndoc>
<assemblies>
<include name="Release\Project.dll" />
</assemblies>
<summaries>
<include name="Release\Project.XML" />
</summaries>
<documenters>
<documenter name="MSDN"> //MSDN properties
</documenter>
</documenters>
</ndoc>
</target>