Make gump build docs even is compile fails.
Added jar generation to the gump build that was missing. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352256 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb635e6c7f
commit
07911038fe
@ -77,7 +77,7 @@ tofile="${build.patchqueue}/patchqueue2text4dev.xsl"/>
|
|||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Calls the targets needed for Gump -->
|
<!-- Calls the targets needed for Gump -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<target name="gump" depends="testmodule">
|
<target name="gump" depends="testmodule, package">
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
@ -46,6 +46,6 @@
|
|||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Testing that all major targets work; useful before a commit -->
|
<!-- Testing that all major targets work; useful before a commit -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<target name="testmodule" depends="clean, test, site"
|
<target name="testmodule" depends="clean, docs, test, javadocs"
|
||||||
description="Testing that all major targets work; useful before a commit ">
|
description="Testing that all major targets work; useful before a commit ">
|
||||||
</target>
|
</target>
|
||||||
|
Loading…
Reference in New Issue
Block a user