Fixed compilation for the separate jars, moved the centipede splash task under
the centipede cent and made the gui splash not load if the OS is unix type. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
52f87af87e
commit
f8d8614cb0
59
build.xml
59
build.xml
@ -3,6 +3,12 @@
|
|||||||
<!DOCTYPE project [
|
<!DOCTYPE project [
|
||||||
<!-- antipede -->
|
<!-- antipede -->
|
||||||
<!ENTITY import-antipede SYSTEM "./tools/antipede/build.xtarget">
|
<!ENTITY import-antipede SYSTEM "./tools/antipede/build.xtarget">
|
||||||
|
|
||||||
|
<!ELEMENT project ANY>
|
||||||
|
<!ATTLIST project default CDATA #REQUIRED
|
||||||
|
basedir CDATA #IMPLIED
|
||||||
|
name CDATA #IMPLIED>
|
||||||
|
|
||||||
]>
|
]>
|
||||||
<project default="interactive" basedir="." name="project build file">
|
<project default="interactive" basedir="." name="project build file">
|
||||||
|
|
||||||
@ -124,17 +130,17 @@ printed.
|
|||||||
<property name="input.selection" value="compile"/>
|
<property name="input.selection" value="compile"/>
|
||||||
<centipede-user-input name="input.selection">Please select a target </centipede-user-input>
|
<centipede-user-input name="input.selection">Please select a target </centipede-user-input>
|
||||||
|
|
||||||
<pathconvert pathsep="," property="antipede.gif.url">
|
<antcall target="call-cent">
|
||||||
<path>
|
<param name="cent-name" value="centipede"/>
|
||||||
<filelist dir="./tools/antipede/resources/images" files="antipede.gif"/>
|
<param name="cent-target" value="splash"/>
|
||||||
</path>
|
</antcall>
|
||||||
</pathconvert>
|
|
||||||
<splash imageurl="file:/${antipede.gif.url}" showduration="100"/>
|
|
||||||
|
|
||||||
<antcall target="${input.selection}"/>
|
<antcall target="${input.selection}"/>
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
<!-- Interactive scratchpad builds -->
|
<!-- Interactive scratchpad builds -->
|
||||||
<!-- =================================================================== -->
|
<!-- =================================================================== -->
|
||||||
@ -211,6 +217,20 @@ printed.
|
|||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<!-- ================================== -->
|
||||||
|
<!-- Run build gui -->
|
||||||
|
<!-- ================================== -->
|
||||||
|
|
||||||
|
<target name="gui" depends="-init"
|
||||||
|
description="Run build gui">
|
||||||
|
|
||||||
|
<antcall target="call-cent">
|
||||||
|
<param name="cent-name" value="antidote"/>
|
||||||
|
<param name="cent-target" value="run"/>
|
||||||
|
</antcall>
|
||||||
|
|
||||||
|
</target>
|
||||||
|
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
<!-- Build jars -->
|
<!-- Build jars -->
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
@ -316,36 +336,16 @@ printed.
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
<!-- Generate UML -->
|
<!-- Generate UML -WIP- -->
|
||||||
<!-- ================================== -->
|
<!-- ================================== -->
|
||||||
|
|
||||||
<target name="uml" depends="-init"
|
<target name="uml" depends="-init"
|
||||||
description="generate-uml">
|
description="generate-uml">
|
||||||
<!--
|
|
||||||
<javadoc packagenames="org.apache.poi.*"
|
|
||||||
sourcepath="./src/java"
|
|
||||||
destdir="docs/metrics">
|
|
||||||
|
|
||||||
<doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
|
|
||||||
path="./tools/antipede/lib/UMLDoclet.jar">
|
|
||||||
<param name="-d" value="docs/metrics"/>
|
|
||||||
</doclet>
|
|
||||||
|
|
||||||
</javadoc>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<javadoc packagenames="${xgump.module.project.package}.*"
|
<javadoc packagenames="${xgump.module.project.package}.*"
|
||||||
sourcepath="${xlayout.build.java.dir}"
|
sourcepath="${xlayout.build.java.dir}"
|
||||||
destdir="${xlayout.build.documentation.javadocs.dir}"
|
destdir="${xlayout.build.documentation.javadocs.dir}"
|
||||||
author="true"
|
failonerror="true">
|
||||||
version="true"
|
|
||||||
use="true"
|
|
||||||
failonerror="true"
|
|
||||||
noindex="true"
|
|
||||||
windowtitle="${package-name} ${package-version} API"
|
|
||||||
doctitle="${package-name} ${package-version} API"
|
|
||||||
bottom="Copyright © ${YEAR} Apache ${package-name} project. All Rights Reserved."
|
|
||||||
stylesheetfile="${centipede.cent.dir}/resources/stylesheets/javadoc.css">
|
|
||||||
|
|
||||||
<classpath>
|
<classpath>
|
||||||
<path>
|
<path>
|
||||||
@ -357,6 +357,7 @@ printed.
|
|||||||
</fileset>
|
</fileset>
|
||||||
</path>
|
</path>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
||||||
<doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
|
<doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
|
||||||
path="./tools/antipede/lib/UMLDoclet.jar">
|
path="./tools/antipede/lib/UMLDoclet.jar">
|
||||||
<param name="-d" value="docs/metrics"/>
|
<param name="-d" value="docs/metrics"/>
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user