changed to build Spring.Services sdk doc from bin/3.0/Spring.Services.dll
clean doc tmp dir after generation
This commit is contained in:
11
Spring.build
11
Spring.build
@@ -10,7 +10,7 @@ Main build targets:
|
||||
"compile-build-<framework id>":
|
||||
builds all projects for a specific platform, e.g. compile-build-net-2.0 for net-2.0
|
||||
|
||||
"docs":
|
||||
"doc":
|
||||
builds the reference and sdk documentation
|
||||
|
||||
"package":
|
||||
@@ -806,13 +806,13 @@ Examples:
|
||||
|
||||
<call target="build-all-function"/>
|
||||
|
||||
<call target="docs"/>
|
||||
<call target="doc"/>
|
||||
|
||||
<call target="package-release-files"/>
|
||||
|
||||
</target>
|
||||
|
||||
<target name="docs">
|
||||
<target name="doc">
|
||||
<call target="doc-reference" cascade="false" />
|
||||
<call target="doc-sdk" cascade="false" />
|
||||
</target>
|
||||
@@ -850,7 +850,7 @@ Examples:
|
||||
</move>
|
||||
|
||||
<!-- clean tmp dir -->
|
||||
<!-- delete dir="./doc/sdk/target/tmp" failonerror="false" / -->
|
||||
<delete dir="./doc/sdk/target/tmp" failonerror="false" />
|
||||
|
||||
</target>
|
||||
|
||||
@@ -958,7 +958,8 @@ Examples:
|
||||
<tstamp/>
|
||||
<property name="package.version" value="${tstamp.date}-${tstamp.time}"/>
|
||||
|
||||
<nant buildfile="./doc/reference/docbook.build" target="all"/>
|
||||
<!-- nant buildfile="./doc/reference/docbook.build" target="all"/ -->
|
||||
<call target="doc" />
|
||||
|
||||
<call target="set-debug-build-configuration"/>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Messaging.Ems.dll" documentation="..\..\build\net\2.0\debug\Spring.Messaging.Ems.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Messaging.Nms.dll" documentation="..\..\build\net\2.0\debug\Spring.Messaging.Nms.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Scheduling.Quartz.dll" documentation="..\..\build\net\2.0\debug\Spring.Scheduling.Quartz.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Services.dll" documentation="..\..\build\net\2.0\debug\Spring.Services.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Services.dll" documentation="..\..\build\net\3.0\debug\Spring.Services.xml" />
|
||||
<assembly location="..\..\build\net\2.0\debug\Spring.Template.Velocity.dll" documentation="..\..\build\net\2.0\debug\Spring.Template.Velocity.xml" />
|
||||
</assemblies>
|
||||
<referencePaths>
|
||||
@@ -25,7 +25,7 @@
|
||||
<documenter name="MSDN">
|
||||
<property name="OutputDirectory" value=".\target\tmp" />
|
||||
<property name="HtmlHelpName" value="Spring.NET-1.3.0-RC1-SDK" />
|
||||
<property name="Title" value="Spring.NET 1.3.0 RC1 for NET 2.0 API Reference" />
|
||||
<property name="Title" value="Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference" />
|
||||
<property name="ShowVisualBasic" value="True" />
|
||||
<property name="MergeAssemblies" value="False" />
|
||||
<property name="RootPageTOCName" value="Introduction" />
|
||||
|
||||
Reference in New Issue
Block a user