Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
wired up DAILY task to include DOCS compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbohlen committed Jan 25, 2011
1 parent 3d243f7 commit dbb604b
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Spring.Config.build
Expand Up @@ -82,7 +82,7 @@
<call target="IntegrationTestAllAssemblies" />
</target>

<target name="daily" depends="test">
<target name="daily" depends="test,doc-reference">
</target>

<target name="clean">
Expand Down
2 changes: 1 addition & 1 deletion build.cmd
Expand Up @@ -7,7 +7,7 @@ REM 'test-integration'
cls
@ECHO building...

tools\nant\bin\nant.exe test -f:Spring.Config.build > buildlog.txt
tools\nant\bin\nant.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 -f:Spring.Config.build > buildlog.txt

@ECHO displaying log file...
start "ignored but required placeholder window title argument" buildlog.txt
169 changes: 158 additions & 11 deletions buildlog.txt
Expand Up @@ -4,7 +4,7 @@ http://nant.sourceforge.net

Buildfile: file:///C:/_svn/spring-net-codeconfig/Spring.Config.build
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: test
Target(s) specified: daily


clean:
Expand All @@ -27,7 +27,7 @@ RebuildAllSolutions:
RebuildSolution:

[echo] Rebuilding Solution C:\_svn\spring-net-codeconfig\examples\Spring.IoCQuickStart.MovieFinder\Spring.IocQuickStart.MovieFinder.2010.sln
[exec] Build started 1/25/2011 10:35:25 AM.
[exec] Build started 1/25/2011 11:11:18 AM.
[exec] Project "C:\_svn\spring-net-codeconfig\examples\Spring.IoCQuickStart.MovieFinder\Spring.IocQuickStart.MovieFinder.2010.sln" on node 0 (default targets).
[exec] Building solution configuration "Debug|Any CPU".
[exec] Project "C:\_svn\spring-net-codeconfig\examples\Spring.IoCQuickStart.MovieFinder\Spring.IocQuickStart.MovieFinder.2010.sln" (1) is building "C:\_svn\spring-net-codeconfig\src\Spring.Core.Configuration\Spring.Core.Configuration.2010.csproj" (2) on node 0 (default targets).
Expand Down Expand Up @@ -79,12 +79,12 @@ RebuildSolution:
[exec] 0 Warning(s)
[exec] 0 Error(s)
[exec]
[exec] Time Elapsed 00:00:00.50
[exec] Time Elapsed 00:00:00.45

RebuildSolution:

[echo] Rebuilding Solution C:\_svn\spring-net-codeconfig\examples\Spring.MvcQuickStart\Spring.MvcQuickStart.2010.sln
[exec] Build started 1/25/2011 10:35:26 AM.
[exec] Build started 1/25/2011 11:11:19 AM.
[exec] Project "C:\_svn\spring-net-codeconfig\examples\Spring.MvcQuickStart\Spring.MvcQuickStart.2010.sln" on node 0 (default targets).
[exec] Building solution configuration "Debug|Any CPU".
[exec] Project "C:\_svn\spring-net-codeconfig\examples\Spring.MvcQuickStart\Spring.MvcQuickStart.2010.sln" (1) is building "C:\_svn\spring-net-codeconfig\examples\Spring.MvcQuickStart\src\Spring.MvcQuickStart\Spring.MvcQuickStart.2010.csproj" (2) on node 0 (default targets).
Expand All @@ -106,12 +106,12 @@ RebuildSolution:
[exec] 0 Warning(s)
[exec] 0 Error(s)
[exec]
[exec] Time Elapsed 00:00:00.16
[exec] Time Elapsed 00:00:00.15

RebuildSolution:

[echo] Rebuilding Solution C:\_svn\spring-net-codeconfig\Spring.Config.2008.sln
[exec] Build started 1/25/2011 10:35:26 AM.
[exec] Build started 1/25/2011 11:11:19 AM.
[exec] Project "C:\_svn\spring-net-codeconfig\Spring.Config.2008.sln" on node 0 (default targets).
[exec] Building solution configuration "Debug|Any CPU".
[exec] Done Building Project "C:\_svn\spring-net-codeconfig\Spring.Config.2008.sln" (default targets).
Expand All @@ -120,12 +120,12 @@ RebuildSolution:
[exec] 0 Warning(s)
[exec] 0 Error(s)
[exec]
[exec] Time Elapsed 00:00:00.00
[exec] Time Elapsed 00:00:00.01

RebuildSolution:

[echo] Rebuilding Solution C:\_svn\spring-net-codeconfig\Spring.Config.2010.sln
[exec] Build started 1/25/2011 10:35:26 AM.
[exec] Build started 1/25/2011 11:11:19 AM.
[exec] Project "C:\_svn\spring-net-codeconfig\Spring.Config.2010.sln" on node 0 (default targets).
[exec] Building solution configuration "Debug|Any CPU".
[exec] Project "C:\_svn\spring-net-codeconfig\Spring.Config.2010.sln" (1) is building "C:\_svn\spring-net-codeconfig\src\Spring.Core.Configuration\Spring.Core.Configuration.2010.csproj" (2) on node 0 (default targets).
Expand Down Expand Up @@ -209,7 +209,7 @@ RebuildSolution:
[exec] 1 Warning(s)
[exec] 0 Error(s)
[exec]
[exec] Time Elapsed 00:00:00.85
[exec] Time Elapsed 00:00:00.82

test:

Expand All @@ -229,11 +229,158 @@ common.run-tests.nunit:
[exec] ProcessModel: Default DomainUsage: Single
[exec] Execution Runtime: net-3.5
[exec] .......................................
[exec] Tests run: 39, Errors: 0, Failures: 0, Inconclusive: 0, Time: 1.6800961 seconds
[exec] Tests run: 39, Errors: 0, Failures: 0, Inconclusive: 0, Time: 1.7110979 seconds
[exec] Not run: 0, Invalid: 0, Ignored: 0, Skipped: 0
[exec]

doc-reference:

[nant] C:\_svn\spring-net-codeconfig\doc\reference\docbook.build all
Buildfile: file:///C:/_svn/spring-net-codeconfig/doc/reference/docbook.build
Target framework: Microsoft .NET Framework 3.5
Target(s) specified: all


html:

[echo] Generating HTML format...
[exec] Note: namesp. cut : stripped namespace before processing Spring CodeConfig - Reference Documentation
[exec] Note: namesp. cut : processing stripped document Spring CodeConfig - Reference Documentation
[exec] Writing html/preface.html for preface(preface)
[exec] Element paragraph in namespace '' encountered in chapter, but no template matches.
[exec] Writing html/code-config.html for chapter(code-config)
[exec] Writing html/pt01.html for part
[exec] Loading Xslthl configuration from file:///C:\_svn\spring-net-codeconfig\doc\reference/lib/docbook-xsl-snapshot/highlighting/xslthl-config.xml...
[exec] Writing html/codeconfig-context.html for chapter(codeconfig-context)
[exec] Writing html/attribute-reference.html for chapter(attribute-reference)
[exec] Writing html/sample-apps.html for chapter(sample-apps)
[exec] Writing html/pt02.html for part
[exec] Writing html/further-reading.html for chapter(further-reading)
[exec] Writing html/bi01.html for bibliography
[exec] Writing html/resources.html for part(resources)
[exec] Writing html/index.html for book

html-help:

[echo] Generating HTML Help format...
[copy] Copying 1 file to 'C:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\styles'.
[copy] Copying 49 files to 'C:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\images'.
[copy] Copying 102 files to 'C:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\images'.
[exec] Note: namesp. cut : stripped namespace before processing Spring CodeConfig - Reference Documentation
[exec] Note: namesp. cut : processing stripped document Spring CodeConfig - Reference Documentation
[exec] Writing htmlhelp/preface.html for preface(preface)
[exec] Element paragraph in namespace '' encountered in chapter, but no template matches.
[exec] Writing htmlhelp/code-config.html for chapter(code-config)
[exec] Writing htmlhelp/pt01.html for part
[exec] Loading Xslthl configuration from file:///C:\_svn\spring-net-codeconfig\doc\reference/lib/docbook-xsl-snapshot/highlighting/xslthl-config.xml...
[exec] Writing htmlhelp/codeconfig-context.html for chapter(codeconfig-context)
[exec] Writing htmlhelp/attribute-reference.html for chapter(attribute-reference)
[exec] Writing htmlhelp/sample-apps.html for chapter(sample-apps)
[exec] Writing htmlhelp/pt02.html for part
[exec] Writing htmlhelp/further-reading.html for chapter(further-reading)
[exec] Writing htmlhelp/bi01.html for bibliography
[exec] Writing htmlhelp/resources.html for part(resources)
[exec] Writing htmlhelp/index.html for book
[exec] Writing htmlhelp/htmlhelp.hhp
[exec] Writing htmlhelp/toc.hhc
[exec] Microsoft HTML Help Compiler 4.74.8702
[exec]
[exec]
[exec]
[exec] Compiling c:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\htmlhelp.chm
[exec]
[exec]
[exec]
[exec] index.html
[exec]
[exec] preface.html
[exec]
[exec] pt01.html
[exec]
[exec] code-config.html
[exec]
[exec] pt02.html
[exec]
[exec] codeconfig-context.html
[exec]
[exec] attribute-reference.html
[exec]
[exec] sample-apps.html
[exec]
[exec] resources.html
[exec]
[exec] further-reading.html
[exec]
[exec] bi01.html
[exec]
[exec] toc.hhc
[exec]
[exec] images\xdev-spring_logo.jpg
[exec]
[exec] images\S2-banner-rhs.png
[exec]
[exec] images\admons\note.png
[exec]
[exec] styles\html.css
[exec]
[exec]
[exec]
[exec] Compile time: 0 minutes, 0 seconds
[exec]
[exec] 55 Topics
[exec]
[exec] 201 Local links
[exec]
[exec] 25 Internet links
[exec]
[exec] 3 Graphics
[exec]
[exec]
[exec]
[exec]
[exec]
[exec] Created c:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\htmlhelp.chm, 82,149 bytes
[exec]
[exec] Compression decreased file by 68,077 bytes.
[exec]
[exec] C:\_svn\spring-net-codeconfig\doc\reference\docbook.build(77,3):
[exec] External Program Failed: C:\Program Files (x86)\HTML Help Workshop\hhc.exe (return code was 1)
[delete] Deleting 165 files.
[delete] Deleted 4 directories.
[delete] Deleting file C:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\spring-code-config-reference.chm.
[move] Moving 'C:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\htmlhelp.chm' to 'C:\_svn\spring-net-codeconfig\doc\reference\target\htmlhelp\spring-code-config-reference.chm'.
[move] 1 files moved.

pdf:

[echo] Generating PDF format...
[exec] Note: namesp. cut : stripped namespace before processing Spring CodeConfig - Reference Documentation
[exec] Note: namesp. cut : processing stripped document Spring CodeConfig - Reference Documentation
[exec] Making portrait pages on A4 paper (210mmx297mm)
[exec] Element paragraph in namespace '' encountered in chapter, but no template matches.
[exec] Loading Xslthl configuration from file:///C:\_svn\spring-net-codeconfig\doc\reference/lib/docbook-xsl-snapshot/highlighting/xslthl-config.xml...
[exec] Jan 25, 2011 11:11:43 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
[exec] WARNING: Font 'Symbol,normal,700' not found. Substituting with 'Symbol,normal,400'.
[exec] Jan 25, 2011 11:11:43 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
[exec] WARNING: Font 'ZapfDingbats,normal,700' not found. Substituting with 'ZapfDingbats,normal,400'.
[exec] Jan 25, 2011 11:11:43 AM org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2
[exec] WARNING: Line 1 of a paragraph overflows the available area by 4435mpt. (fo:block, location: 52/7033)
[exec] Jan 25, 2011 11:11:43 AM org.apache.fop.fonts.FontInfo notifyFontReplacement
[exec] WARNING: Font 'ZapfDingbats,italic,400' not found. Substituting with 'ZapfDingbats,normal,400'.
[delete] Deleting file C:\_svn\spring-net-codeconfig\doc\reference\target\pdf\spring-net-reference.fo.

all:


BUILD SUCCEEDED - 1 non-fatal error(s), 42 warning(s)

Total time: 21.5 seconds.


daily:


BUILD SUCCEEDED

Total time: 5.1 seconds.
Total time: 26.6 seconds.

0 comments on commit dbb604b

Please sign in to comment.