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 [
|
||||
<!-- antipede -->
|
||||
<!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">
|
||||
|
||||
@ -124,17 +130,17 @@ printed.
|
||||
<property name="input.selection" value="compile"/>
|
||||
<centipede-user-input name="input.selection">Please select a target </centipede-user-input>
|
||||
|
||||
<pathconvert pathsep="," property="antipede.gif.url">
|
||||
<path>
|
||||
<filelist dir="./tools/antipede/resources/images" files="antipede.gif"/>
|
||||
</path>
|
||||
</pathconvert>
|
||||
<splash imageurl="file:/${antipede.gif.url}" showduration="100"/>
|
||||
<antcall target="call-cent">
|
||||
<param name="cent-name" value="centipede"/>
|
||||
<param name="cent-target" value="splash"/>
|
||||
</antcall>
|
||||
|
||||
<antcall target="${input.selection}"/>
|
||||
|
||||
</target>
|
||||
|
||||
|
||||
|
||||
<!-- =================================================================== -->
|
||||
<!-- Interactive scratchpad builds -->
|
||||
<!-- =================================================================== -->
|
||||
@ -211,6 +217,20 @@ printed.
|
||||
|
||||
</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 -->
|
||||
<!-- ================================== -->
|
||||
@ -316,36 +336,16 @@ printed.
|
||||
</target>
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- Generate UML -->
|
||||
<!-- Generate UML -WIP- -->
|
||||
<!-- ================================== -->
|
||||
|
||||
<target name="uml" depends="-init"
|
||||
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}"
|
||||
destdir="${xlayout.build.documentation.javadocs.dir}"
|
||||
author="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">
|
||||
failonerror="true">
|
||||
|
||||
<classpath>
|
||||
<path>
|
||||
@ -357,6 +357,7 @@ printed.
|
||||
</fileset>
|
||||
</path>
|
||||
</classpath>
|
||||
|
||||
<doclet name="JP.co.esm.caddies.doclets.UMLDoclet"
|
||||
path="./tools/antipede/lib/UMLDoclet.jar">
|
||||
<param name="-d" value="docs/metrics"/>
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user