3 Licensed to the Apache Software Foundation (ASF) under one
4 or more contributor license agreements. See the NOTICE file
5 distributed with this work for additional information
6 regarding copyright ownership. The ASF licenses this file
7 to you under the Apache License, Version 2.0 (the
8 "License"); you may not use this file except in compliance
9 with the License. You may obtain a copy of the License at
11 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing,
14 software distributed under the License is distributed on an
15 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 KIND, either express or implied. See the License for the
17 specific language governing permissions and limitations
20 <!DOCTYPE project PUBLIC "-//Ant//Project 1.5//EN" "ant.dtd">
23 POI Build System. Written by:
25 Glen Stampoultzis glens at apache.org
29 Rainer Klute klute@rainer-klute.de
31 This build was tested with ant 1.6.2 although it will probably work with
32 other versions. The following jar files should be available on the
33 classpath when running ant:
37 junit(3.8+) http://www.ibiblio.org/maven/junit/jars/
38 xerces http://www.ibiblio.org/maven/xerces/jars/
39 jdepend http://www.ibiblio.org/maven/jdepend/jars/
40 xalan http://www.ibiblio.org/maven/xalan/jars/
42 The ant jar "optional.jar" should also be available otherwise the
45 To build the documentation you will need to install forrest and set
46 the FORREST_HOME environment variable. Forrest 0.5.1 required.
51 Convert book.xml files to a sitemap.
54 <project name="POI Build" default="help" basedir=".">
57 The POI project Ant build.
60 <property environment="env"/>
62 <property name="repository" value="http://www.ibiblio.org/maven"/>
63 <property name="forrest.home" value="${env.FORREST_HOME}"/>
66 <property name="main.resource1.dir" value="src/resources/fontmetrics"/>
67 <property name="main.src" location="src/java"/>
68 <property name="main.src.test" location="src/testcases"/>
69 <property name="main.documentation" value="src/documentation"/>
70 <property name="main.output.dir" location="build/classes"/>
71 <property name="main.output.test.dir" location="build/test-classes"/>
72 <property name="main.lib" location="lib"/>
73 <property name="ooxml.lib" location="ooxml-lib"/>
74 <property name="main.reports.test" location="build/test-results"/>
75 <property name="main.jar1.dir" location="${main.lib}/commons-logging-1.1.jar"/>
76 <property name="main.jar1.url" value="${repository}/commons-logging/jars/commons-logging-1.1.jar"/>
77 <property name="main.jar2.dir" location="${main.lib}/log4j-1.2.13.jar"/>
78 <property name="main.jar2.url" value="${repository}/log4j/jars/log4j-1.2.13.jar"/>
79 <property name="main.testokfile" location="build/main-testokfile.txt"/>
81 <property name="junit.jar1.dir" location="${main.lib}/junit-3.8.1.jar"/>
82 <property name="junit.jar1.url" value="${repository}/junit/jars/junit-3.8.1.jar"/>
85 <property name="scratchpad.src" location="src/scratchpad/src"/>
86 <property name="scratchpad.src.test" location="src/scratchpad/testcases"/>
87 <property name="scratchpad.lib" location="src/scratchpad/lib"/>
88 <property name="scratchpad.reports.test" location="build/scratchpad-test-results"/>
89 <property name="scratchpad.output.dir" location="build/scratchpad-classes"/>
90 <property name="scratchpad.output.test.dir" location="build/scratchpad-test-classes"/>
91 <property name="scratchpad.testokfile" location="build/scratchpad-testokfile.txt"/>
93 <!-- Contributed software: -->
94 <property name="contrib.src" location="src/contrib/src"/>
95 <property name="contrib.src.test" location="src/contrib/testcases"/>
96 <property name="contrib.lib" location="src/contrib/lib"/>
97 <property name="contrib.reports.test" location="build/contrib-test-results"/>
98 <property name="contrib.output.dir" location="build/contrib-classes"/>
99 <property name="contrib.output.test.dir" location="build/contrib-test-classes"/>
100 <property name="contrib.jar1.dir" location="${contrib.lib}/commons-beanutils-1.7.0.jar"/>
101 <property name="contrib.jar1.url" value="${repository}/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
102 <property name="contrib.jar2.dir" location="${contrib.lib}/commons-collections-3.2.jar"/>
103 <property name="contrib.jar2.url" value="${repository}/commons-collections/jars/commons-collections-3.2.jar"/>
104 <property name="contrib.jar3.dir" location="${contrib.lib}/commons-lang-2.1.jar"/>
105 <property name="contrib.jar3.url" value="${repository}/commons-lang/jars/commons-lang-2.1.jar"/>
106 <property name="contrib.testokfile" location="build/contrib-testokfile.txt"/>
109 <property name="examples.src" location="src/examples/src"/>
110 <property name="examples.src.test" location="src/examples/testcases"/>
111 <property name="examples.lib" location="src/examples/lib"/>
112 <property name="examples.reports.test" location="build/examples-test-results"/>
113 <property name="examples.output.dir" location="build/examples-classes"/>
114 <property name="examples.output.test.dir" location="build/examples-test-classes"/>
115 <property name="examples.jar1.dir" location="${examples.lib}/commons-beanutils-1.7.0.jar"/>
116 <property name="examples.jar1.url" value="${repository}/commons-beanutils/jars/commons-beanutils-1.7.0.jar"/>
117 <property name="examples.jar2.dir" location="${examples.lib}/commons-collections-3.2.jar"/>
118 <property name="examples.jar2.url" value="${repository}/commons-collections/jars/commons-collections-3.2.jar"/>
119 <property name="examples.jar3.dir" location="${examples.lib}/commons-lang-2.1.jar"/>
120 <property name="examples.jar3.url" value="${repository}/commons-lang/jars/commons-lang-2.1.jar"/>
121 <property name="examples.testokfile" location="build/examples-testokfile.txt"/>
123 <!-- Experimental OOXML support: -->
124 <property name="ooxml.src" location="src/scratchpad/ooxml-src"/>
125 <property name="ooxml.src.test" location="src/scratchpad/ooxml-testcases"/>
126 <property name="ooxml.reports.test" location="build/ooxml-test-results"/>
127 <property name="ooxml.output.dir" location="build/ooxml-classes"/>
128 <property name="ooxml.output.test.dir" location="build/ooxml-test-classes"/>
129 <property name="ooxml.testokfile" location="build/ooxml-testokfile.txt"/>
131 <property name="ooxml.jar1.dir" location="${ooxml.lib}/dom4j-1.6.1.jar"/>
132 <property name="ooxml.jar1.url" value="${repository}/dom4j/jars/dom4j-1.6.1.jar"/>
133 <property name="ooxml.jar2.dir" location="${ooxml.lib}/jaxen-1.1.jar"/>
134 <property name="ooxml.jar2.url" value="${repository}/jaxen/jars/jaxen-1.1.jar"/>
135 <property name="ooxml.jar3.dir" location="${ooxml.lib}/xmlbeans-2.3.0.jar"/>
136 <property name="ooxml.jar3.url" value="${repository}/org.apache.xmlbeans/jars/xmlbeans-2.3.0.jar"/>
137 <property name="ooxml.jar4.dir" location="${ooxml.lib}/jsr173_1.0_api.jar"/>
138 <property name="ooxml.jar4.url" value="${repository}/xmlbeans/jars/jsr173_1.0_api.jar"/>
139 <!-- No official release of openxml4j yet -->
140 <property name="ooxml.jar5.dir" location="${ooxml.lib}/openxml4j-bin-prealpha-071224.jar"/>
141 <property name="ooxml.jar5.url" value="http://people.apache.org/~nick/openxml4j-bin-prealpha-071224.jar"/>
143 <!-- See http://www.ecma-international.org/publications/standards/Ecma-376.htm -->
144 <!-- "Copy these file(s), free of charge" -->
145 <property name="ooxml.xsds.ozip" location="${ooxml.lib}/OfficeOpenXML-Part4.zip"/>
146 <property name="ooxml.xsds.izip" location="${ooxml.lib}/OfficeOpenXML-XMLSchema.zip"/>
147 <property name="ooxml.xsds.url" value="http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip" />
148 <property name="ooxml.xsds.jar" location="${ooxml.lib}/ooxml-schemas.jar"/>
150 <property name="build.site" location="build/tmp/site/build/site"/>
151 <property name="build.site.src" location="build/tmp/site"/>
152 <property name="junit.report.dir" location="${build.site}/junit"/>
153 <property name="jdepend.report.dir" location="${build.site}/jdepend"/>
154 <property name="jdepend.report.out.dir" location="${build.site.src}/src/documentation/content/jdepend"/>
155 <property name="apidocs.report.dir" location="${build.site}/apidocs"/>
156 <property name="changelog.file" location="${build.site}/changelog.html"/>
157 <property name="dist.dir" location="build/dist"/>
158 <property name="mavendist.dir" location="build/maven-dist"/>
159 <property name="mavendist.poi.dir" location="build/maven-dist/poi"/>
160 <property name="mavendist.oap.dir" location="build/maven-dist/org.apache.poi"/>
161 <property name="jar.name" value="poi"/>
162 <property name="version.id" value="3.0.2-beta1"/>
163 <property name="halt.on.test.failure" value="true"/>
164 <property name="jdk.version.source" value="1.3"
165 description="JDK version of source code"/>
166 <property name="jdk.version.class" value="1.3"
167 description="JDK version of generated class files"/>
170 <path id="main.classpath">
171 <pathelement location="${main.jar1.dir}"/>
172 <pathelement location="${main.jar2.dir}"/>
173 <pathelement location="${main.resource1.dir}"/>
176 <path id="scratchpad.classpath">
177 <path refid="main.classpath"/>
178 <pathelement location="${main.output.dir}"/>
181 <path id="contrib.classpath">
182 <path refid="main.classpath"/>
183 <pathelement location="${contrib.jar1.dir}"/>
184 <pathelement location="${contrib.jar2.dir}"/>
185 <pathelement location="${contrib.jar3.dir}"/>
186 <pathelement location="${main.output.dir}"/>
187 <pathelement location="${main.output.test.dir}"/>
188 <pathelement location="${scratchpad.output.dir}"/>
189 <pathelement location="${scratchpad.output.test.dir}"/>
190 <pathelement location="${contrib.output.dir}"/>
191 <pathelement location="${contrib.output.test.dir}"/>
194 <path id="ooxml.classpath">
195 <path refid="main.classpath"/>
196 <path refid="scratchpad.classpath"/>
197 <fileset dir="${ooxml.lib}">
198 <include name="*.jar" />
203 <path id="examples.classpath">
204 <path refid="main.classpath"/>
205 <pathelement location="${main.output.dir}"/>
210 <!-- Prints POI's Ant usage help -->
211 <target name="help" description="Prints POI's Ant usage help">
213 - Execute "ant -projecthelp" to view a listing of the main build
215 - Execute "ant help-properties" to view a listing of some properties
216 controlling the build process.
222 <target name="help-properties"
223 description="Prints a listing of build controlling properties">
225 The following properties control the build process:
227 -Ddisconnected="true": Do not execute any targets that require an online
228 connection to the Internet.
229 -Dtestcase=org.apache.poi.xxx.xxx : for the single-test target, specify
232 WARNING: This list is not exhaustive.
238 <target name="with.clover" if="clover.present">
239 <taskdef resource="clovertasks"/>
240 <clover-setup initString="mycoverage.db"/>
243 <target name="clover.html" depends="with.clover" if="clover.present">
244 <echo>Generating clover report</echo>
246 <current outfile="build/tmp/site/build/site/clover_html">
247 <format type="html"/>
252 <target name="init" depends="check-jars,fetch-jars">
255 <format property="tstamp.year" pattern="yyyy"/>
258 <available resource="clovertasks" property="clover.present"/>
259 <antcall target="with.clover"/>
262 <mkdir dir="${main.output.dir}"/>
263 <mkdir dir="${scratchpad.output.dir}"/>
264 <mkdir dir="${contrib.output.dir}"/>
265 <mkdir dir="${examples.output.dir}"/>
266 <mkdir dir="${ooxml.output.dir}"/>
267 <mkdir dir="${main.output.test.dir}"/>
268 <mkdir dir="${contrib.output.test.dir}"/>
269 <mkdir dir="${scratchpad.output.test.dir}"/>
270 <mkdir dir="${ooxml.output.test.dir}"/>
271 <mkdir dir="${main.reports.test}"/>
272 <mkdir dir="${scratchpad.reports.test}"/>
273 <mkdir dir="${contrib.reports.test}"/>
274 <mkdir dir="${ooxml.reports.test}"/>
275 <mkdir dir="${junit.report.dir}"/>
276 <mkdir dir="${jdepend.report.dir}"/>
277 <mkdir dir="${jdepend.report.out.dir}"/>
278 <mkdir dir="${apidocs.report.dir}"/>
279 <mkdir dir="${dist.dir}"/>
280 <mkdir dir="${build.site.src}/${main.documentation}"/>
282 <mkdir dir="${mavendist.dir}"/>
283 <mkdir dir="${mavendist.poi.dir}"/>
284 <mkdir dir="${mavendist.poi.dir}/poms"/>
285 <mkdir dir="${mavendist.oap.dir}"/>
286 <mkdir dir="${mavendist.oap.dir}/jars"/>
287 <mkdir dir="${mavendist.oap.dir}/poms"/>
289 <copy todir="${build.site.src}/${main.documentation}">
290 <fileset dir="${main.documentation}"/>
292 <copy file="forrest.properties" tofile="${build.site.src}/forrest.properties"/>
295 <target name="clean">
296 <delete dir="build"/>
299 <target name="check-jars">
300 <condition property="jars.present">
303 <available file="${main.jar1.dir}"/>
304 <available file="${main.jar2.dir}"/>
305 <available file="${contrib.jar1.dir}"/>
306 <available file="${contrib.jar2.dir}"/>
307 <available file="${contrib.jar3.dir}"/>
308 <available file="${junit.jar1.dir}"/>
309 <available file="${ooxml.jar1.dir}"/>
310 <available file="${ooxml.jar2.dir}"/>
311 <available file="${ooxml.jar3.dir}"/>
312 <available file="${ooxml.jar4.dir}"/>
313 <available file="${ooxml.jar5.dir}"/>
315 <isset property="disconnected"/>
320 <target name="fetch-jars" unless="jars.present"
321 description="Fetches needed JAR files from the Internet">
322 <get src="${main.jar1.url}" dest="${main.jar1.dir}"/>
323 <get src="${main.jar2.url}" dest="${main.jar2.dir}"/>
324 <get src="${contrib.jar1.url}" dest="${contrib.jar1.dir}"/>
325 <get src="${contrib.jar2.url}" dest="${contrib.jar2.dir}"/>
326 <get src="${contrib.jar3.url}" dest="${contrib.jar3.dir}"/>
327 <get src="${junit.jar1.url}" dest="${junit.jar1.dir}"/>
329 <get src="${ooxml.jar1.url}" dest="${ooxml.jar1.dir}"/>
330 <get src="${ooxml.jar2.url}" dest="${ooxml.jar2.dir}"/>
331 <get src="${ooxml.jar3.url}" dest="${ooxml.jar3.dir}"/>
332 <get src="${ooxml.jar4.url}" dest="${ooxml.jar4.dir}"/>
333 <get src="${ooxml.jar5.url}" dest="${ooxml.jar5.dir}"/>
336 <target name="check-ooxml-xsds">
337 <condition property="ooxml-xsds.present">
340 <available file="${ooxml.xsds.izip}"/>
342 <isset property="disconnected"/>
346 <target name="fetch-ooxml-xsds" unless="ooxml-xsds.present"
347 description="Fetches needed OOXML xsd files from the Internet">
348 <get src="${ooxml.xsds.url}" dest="${ooxml.xsds.ozip}"/>
349 <unzip src="${ooxml.xsds.ozip}" dest="${ooxml.lib}">
351 <include name="OfficeOpenXML-XMLSchema.zip" />
355 <target name="check-compiled-ooxml-xsds">
356 <condition property="ooxml-compiled-xsds.present">
359 <available file="${ooxml.xsds.jar}"/>
361 <isset property="disconnected"/>
365 <target name="compile-ooxml-xsds" unless="ooxml-compiled-xsds.present"
366 depends="check-jars,fetch-jars,check-ooxml-xsds,fetch-ooxml-xsds,check-compiled-ooxml-xsds"
367 description="Unpacks the OOXML xsd files, and compiles them into XmlBeans">
368 <taskdef name="xmlbean"
369 classname="org.apache.xmlbeans.impl.tool.XMLBean"
370 classpath="${ooxml.jar3.dir}:${ooxml.jar4.dir}" />
372 <unzip src="${ooxml.xsds.izip}" dest="build/ooxml-xsds/" />
374 schema="build/ooxml-xsds/"
375 schema="build/ooxml-xsds/sml-workbook.xsd"
378 schema="build/ooxml-xsds/"
379 destfile="${ooxml.xsds.jar}"
383 memoryMaximumSize="512m"
385 <classpath refid="ooxml.classpath"/>
389 <target name="compile" depends="init, compile-main, compile-scratchpad,
390 compile-contrib, compile-examples"
391 description="Compiles the POI main classes, scratchpad, contrib, and examples"/>
393 <target name="compile-main" depends="fail-unless-xslt-is-available">
394 <copy todir="${main.output.dir}">
395 <fileset dir="${main.resource1.dir}"/>
397 <javac target="${jdk.version.class}" source="${jdk.version.source}"
398 failonerror="true" destdir="${main.output.dir}" debug="on" fork="yes"
399 srcdir="${main.src}">
400 <classpath refid="main.classpath"/>
402 <javac target="${jdk.version.class}" source="${jdk.version.source}"
403 failonerror="true" destdir="${main.output.test.dir}" debug="on"
404 fork="yes" srcdir="${main.src.test}">
406 <path refid="main.classpath"/>
407 <pathelement location="${main.output.dir}"/>
408 <pathelement location="${junit.jar1.dir}"/>
413 <target name="compile-scratchpad" depends="init,compile-main">
414 <javac target="${jdk.version.class}" source="${jdk.version.source}"
415 failonerror="true" destdir="${scratchpad.output.dir}" debug="on"
416 fork="yes" srcdir="${scratchpad.src}">
417 <classpath refid="scratchpad.classpath"/>
419 <javac target="${jdk.version.class}" source="${jdk.version.source}"
420 failonerror="true" destdir="${scratchpad.output.test.dir}" debug="on"
421 fork="yes" srcdir="${scratchpad.src.test}">
423 <path refid="scratchpad.classpath"/>
424 <pathelement location="${scratchpad.output.dir}"/>
425 <pathelement location="${junit.jar1.dir}"/>
429 <!-- Copy HSLF Resources over -->
430 <property name="hslf.data" value="org/apache/poi/hslf/data" />
431 <mkdir dir="${scratchpad.output.dir}/${hslf.data}" />
432 <copy todir="${scratchpad.output.dir}/${hslf.data}">
433 <fileset dir="${scratchpad.src}/${hslf.data}">
434 <include name="*.ppt" />
438 <!-- Copy HDGF Resources over -->
439 <property name="hdgf.chunks" value="org/apache/poi/hdgf/chunks" />
440 <copy todir="${scratchpad.output.dir}/${hdgf.chunks}">
441 <fileset dir="${scratchpad.src}/${hdgf.chunks}">
442 <include name="*.tbl" />
447 <target name="compile-contrib" depends="init">
448 <javac target="${jdk.version.class}" source="${jdk.version.source}"
449 failonerror="true" destdir="${contrib.output.dir}" debug="on" fork="yes"
450 srcdir="${contrib.src}">
451 <classpath refid="contrib.classpath"/>
453 <javac target="${jdk.version.class}" source="${jdk.version.source}"
454 failonerror="true" destdir="${contrib.output.test.dir}" debug="on"
455 fork="yes" srcdir="${contrib.src.test}">
457 <path refid="contrib.classpath"/>
458 <pathelement location="${contrib.output.dir}"/>
459 <pathelement location="${junit.jar1.dir}"/>
464 <target name="compile-examples" depends="init">
465 <javac target="${jdk.version.class}" source="${jdk.version.source}"
466 destdir="${examples.output.dir}" debug="on" srcdir="${examples.src}">
467 <classpath refid="examples.classpath"/>
471 <target name="compile-ooxml" depends="init, check-ooxml-xsds, fetch-ooxml-xsds, compile-ooxml-xsds, compile-main">
472 <!-- openxml4j requires java 1.5, so so must we, for now -->
473 <javac target="1.5" source="1.5"
474 destdir="${ooxml.output.dir}" debug="on" srcdir="${ooxml.src}">
475 <classpath refid="ooxml.classpath"/>
478 <javac target="1.5" source="1.5"
479 failonerror="true" destdir="${ooxml.output.test.dir}" debug="on"
480 fork="yes" srcdir="${ooxml.src.test}">
482 <path refid="ooxml.classpath"/>
483 <pathelement location="${ooxml.output.dir}"/>
484 <pathelement location="${junit.jar1.dir}"/>
489 <target name="test" depends="test-main,test-scratchpad,test-contrib"
490 description="Tests main, contrib and scratchpad"/>
492 <target name="-test-main-check">
493 <uptodate property="main.test.notRequired" targetfile="${main.testokfile}">
494 <srcfiles dir="${main.src}"/>
495 <srcfiles dir="${main.src.test}"/>
499 <path id="test.classpath">
500 <path refid="main.classpath"/>
501 <pathelement location="${main.output.dir}"/>
502 <pathelement location="${main.output.test.dir}"/>
503 <pathelement location="${junit.jar1.dir}"/>
506 <target name="test-main" unless="main.test.notRequired"
507 depends="compile-main, -test-main-check, fail-unless-junit-is-available">
508 <junit fork="no" printsummary="yes" haltonfailure="${halt.on.test.failure}"
509 failureproperty="main.test.failed" showoutput="true">
510 <classpath refid="test.classpath"/>
511 <sysproperty key="HSSF.testdata.path"
512 file="${main.src.test}/org/apache/poi/hssf/data"/>
513 <sysproperty key="HSLF.testdata.path"
514 file="${main.src.test}/org/apache/poi/hslf/data"/>
515 <sysproperty key="HWPF.testdata.path"
516 file="${main.src.test}/org/apache/poi/hwpf/data"/>
517 <sysproperty key="HPSF.testdata.path"
518 file="${main.src.test}/org/apache/poi/hpsf/data"/>
519 <sysproperty key="java.awt.headless" value="true"/>
520 <formatter type="plain"/>
521 <formatter type="xml"/>
522 <batchtest todir="${main.reports.test}">
523 <fileset dir="${main.src.test}">
524 <include name="**/Test*.java"/>
525 <exclude name="**/AllTests.java"/>
526 <exclude name="**/TestEmptyDocument.java"/>
527 <exclude name="**/TestUnfixedBugs.java"/>
528 <exclude name="**/TestcaseRecordInputStream.java"/>
532 <delete file="${main.testokfile}"/>
533 <antcall target="-test-main-write-testfile"/>
536 <target name="test-fail" depends="compile-main,
537 fail-unless-junit-is-available"
538 description="run tests that are known to fail">
539 <junit printsummary="yes" showoutput="true" filtertrace="no"
540 haltonfailure="false">
541 <classpath refid="test.classpath"/>
543 <path refid="scratchpad.classpath"/>
544 <pathelement location="${main.output.dir}"/>
545 <pathelement location="${scratchpad.output.dir}"/>
546 <pathelement location="${scratchpad.output.test.dir}"/>
547 <pathelement location="${junit.jar1.dir}"/>
549 <sysproperty key="HSSF.testdata.path"
550 file="${main.src.test}/org/apache/poi/hssf/data"/>
551 <sysproperty key="HPSF.testdata.path"
552 file="${main.src.test}/org/apache/poi/hpsf/data"/>
553 <sysproperty key="HWPF.testdata.path"
554 file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
555 <sysproperty key="java.awt.headless" value="true"/>
556 <formatter type="plain" usefile="no"/>
557 <batchtest todir="${main.reports.test}">
558 <fileset dir="${main.src.test}">
559 <include name="**/TestEmptyDocument.java"/>
560 <include name="**/TestUnfixedBugs.java"/>
568 <target name="single-test" depends="-test-property-check,compile-main" description="Runs a single test case specified with -Dtestcase=classname">
569 <junit printsummary="yes" showoutput="true" filtertrace="no" haltonfailure="false" >
570 <classpath refid="test.classpath"/>
572 <path refid="test.classpath"/>
573 <pathelement location="${main.output.dir}"/>
574 <pathelement location="${scratchpad.output.dir}"/>
575 <pathelement location="${scratchpad.output.test.dir}"/>
576 <pathelement location="${junit.jar1.dir}"/>
578 <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
579 <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/>
580 <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
581 <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
582 <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
583 <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
584 <sysproperty key="java.awt.headless" value="true"/>
585 <formatter type="plain" usefile="no"/>
586 <formatter type="xml"/>
587 <test name="${testcase}"/>
591 <target name="debug-test" depends="-test-property-check,compile-main" description="Runs a single test case specified with -Dtestcase=classname with remote debug options turned on." >
592 <echo>Waiting for debugger on port 5001</echo>
593 <junit printsummary="no" showoutput="true" filtertrace="no" fork="yes" haltonfailure="${halt.on.test.failure}" failureproperty="main.test.failed">
594 <jvmarg value="-Xdebug"/>
595 <jvmarg value="-Xrunjdwp:transport=dt_socket,address=5001,server=y,suspend=y"/>
596 <sysproperty key="java.compiler" value="NONE"/>
597 <classpath refid="test.classpath"/>
598 <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
599 <sysproperty key="HPSF.testdata.path" file="${main.src.test}/org/apache/poi/hpsf/data"/>
600 <sysproperty key="java.awt.headless" value="true"/>
601 <formatter type="plain" usefile="no"/>
602 <test name="${testcase}"/>
606 <target name="-test-property-check" unless="testcase">
607 <echo message="Please use -Dtestcase=org.your.testcase to run a single test"/>
611 <target name="-test-main-write-testfile" unless="main.test.failed">
612 <echo file="${main.testokfile}" append="false" message="testok"/>
615 <target name="-test-scratchpad-check">
616 <uptodate property="scratchpad.test.notRequired" targetfile="${scratchpad.testokfile}">
617 <srcfiles dir="${scratchpad.src}"/>
618 <srcfiles dir="${scratchpad.src.test}"/>
622 <target name="test-scratchpad" depends="compile-main,compile-scratchpad,-test-scratchpad-check" unless="scratchpad.test.notRequired">
623 <junit printsummary="yes" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="scratchpad.test.failed">
625 <path refid="scratchpad.classpath"/>
626 <pathelement location="${main.output.dir}"/>
627 <pathelement location="${scratchpad.output.dir}"/>
628 <pathelement location="${scratchpad.output.test.dir}"/>
629 <pathelement location="${junit.jar1.dir}"/>
631 <sysproperty key="HSSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hssf/data"/>
632 <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/data"/>
633 <sysproperty key="HDF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdf/data"/>
634 <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
635 <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
636 <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
637 <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
638 <sysproperty key="java.awt.headless" value="true"/>
639 <formatter type="plain"/>
640 <formatter type="xml"/>
641 <batchtest todir="${scratchpad.reports.test}">
642 <fileset dir="${scratchpad.src.test}">
643 <include name="**/Test*.java"/>
644 <exclude name="**/AllTests.java"/>
648 <delete file="${scratchpad.testokfile}"/>
649 <antcall target="-test-scratchpad-write-testfile"/>
652 <target name="-test-scratchpad-write-testfile" unless="scratchpad.test.failed">
653 <echo file="${scratchpad.testokfile}" append="false" message="testok"/>
656 <target name="single-scratchpad-test" depends="compile-scratchpad,-test-property-check" description="Runs a single test case specified with -Dtestcase=classname">
657 <junit printsummary="yes" showoutput="true" filtertrace="no" haltonfailure="false" >
658 <classpath refid="test.classpath"/>
660 <path refid="scratchpad.classpath"/>
661 <pathelement location="${main.output.dir}"/>
662 <pathelement location="${scratchpad.output.dir}"/>
663 <pathelement location="${scratchpad.output.test.dir}"/>
664 <pathelement location="${junit.jar1.dir}"/>
666 <sysproperty key="HSSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hssf/data"/>
667 <sysproperty key="HPSF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hpsf/data"/>
668 <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
669 <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
670 <sysproperty key="HSMF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hsmf/data"/>
671 <sysproperty key="HDGF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hdgf/data"/>
672 <sysproperty key="java.awt.headless" value="true"/>
673 <sysproperty key="java.awt.headless" value="true"/>
674 <formatter type="plain" usefile="no"/>
675 <formatter type="xml"/>
676 <test name="${testcase}"/>
680 <target name="-test-contrib-check">
681 <uptodate property="contrib.test.notRequired" targetfile="${contrib.testokfile}">
682 <srcfiles dir="${contrib.src}"/>
683 <srcfiles dir="${contrib.src.test}"/>
687 <target name="test-contrib" depends="compile-main,compile-contrib,-test-contrib-check" unless="contrib.test.notRequired">
688 <junit printsummary="yes" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="contrib.test.failed">
690 <path refid="contrib.classpath"/>
691 <pathelement location="${main.output.dir}"/>
692 <pathelement location="${contrib.output.dir}"/>
693 <pathelement location="${contrib.output.test.dir}"/>
694 <pathelement location="${junit.jar1.dir}"/>
696 <sysproperty key="HSSF.testdata.path" file="${contrib.src.test}/org/apache/poi/hssf/data"/>
697 <sysproperty key="HPSF.testdata.path" file="${contrib.src.test}/org/apache/poi/hpsf/data"/>
698 <sysproperty key="java.awt.headless" value="true"/>
699 <formatter type="plain"/>
700 <formatter type="xml"/>
701 <batchtest todir="${contrib.reports.test}">
702 <fileset dir="${contrib.src.test}">
703 <include name="**/Test*.java"/>
704 <exclude name="**/AllTests.java"/>
708 <delete file="${contrib.testokfile}"/>
709 <antcall target="-test-contrib-write-testfile"/>
712 <target name="-test-contrib-write-testfile" unless="contrib.test.failed">
713 <echo file="${contrib.testokfile}" append="false" message="testok"/>
716 <target name="-test-ooxml-check">
717 <uptodate property="ooxml.test.notRequired" targetfile="${ooxml.testokfile}">
718 <srcfiles dir="${ooxml.src}"/>
719 <srcfiles dir="${ooxml.src.test}"/>
723 <target name="test-ooxml" depends="compile-main,compile-ooxml,-test-ooxml-check" unless="ooxml.test.notRequired">
724 <junit printsummary="yes" fork="no" haltonfailure="${halt.on.test.failure}" failureproperty="ooxml.test.failed">
726 <path refid="ooxml.classpath"/>
727 <pathelement location="${main.output.dir}"/>
728 <pathelement location="${ooxml.output.dir}"/>
729 <pathelement location="${ooxml.output.test.dir}"/>
730 <pathelement location="${junit.jar1.dir}"/>
732 <sysproperty key="HSSF.testdata.path" file="${main.src.test}/org/apache/poi/hssf/data"/>
733 <sysproperty key="HWPF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hwpf/data"/>
734 <sysproperty key="HSLF.testdata.path" file="${scratchpad.src.test}/org/apache/poi/hslf/data"/>
735 <sysproperty key="java.awt.headless" value="true"/>
736 <formatter type="plain"/>
737 <formatter type="xml"/>
738 <batchtest todir="${ooxml.reports.test}">
739 <fileset dir="${ooxml.src.test}">
740 <include name="**/Test*.java"/>
741 <exclude name="**/AllTests.java"/>
745 <delete file="${ooxml.testokfile}"/>
746 <antcall target="-test-ooxml-write-testfile"/>
749 <target name="-test-ooxml-write-testfile" unless="ooxml.test.failed">
750 <echo file="${ooxml.testokfile}" append="false" message="testok"/>
753 <target name="-check-docs">
754 <uptodate property="main.docs.notRequired" targetfile="${build.site}/index.html">
755 <srcfiles dir="${build.site.src}"/>
759 <target name="-check-forrest-installed" unless="env.FORREST_HOME">
760 <echo>Please install Apache Forrest (see
761 <http://xml.apache.org/forrest/index.html>) and set the
762 FORREST_HOME environment variable!</echo>
763 <fail message="Apache Forrest is not installed."/>
766 <!-- <target name="check-docs">-->
767 <!-- <uptodate property="main.docs.notRequired" targetfile="${build.site}/index.html" >-->
768 <!-- <srcfiles dir= "${build.site.src}"/>-->
772 <target name="docs" depends="init, -check-forrest-installed, -check-docs"
773 unless="main.docs.notRequired" description="Builds the POI website">
775 <mkdir dir="${build.site.src}/src/documentation/content/apidocs"/>
776 <copy todir="${build.site.src}/src/documentation/content/apidocs">
777 <fileset dir="${apidocs.report.dir}"/>
780 tofile="${build.site.src}/src/documentation/content/jdepend.ehtml"
781 file="${jdepend.report.dir}/index.html" failonerror="false"/>
782 <mkdir dir="${build.site.src}/src/documentation/content/junit"/>
783 <copy todir="${build.site.src}/src/documentation/content/junit">
784 <fileset dir="${junit.report.dir}"/>
788 file="${build.site.src}/src/documentation/content/xdocs/status.xml"
789 tofile="${build.site.src}/status.xml"/>
791 <ant antfile="${forrest.home}/forrest.antproxy.xml" target="site">
792 <property name="project.home" location="${build.site.src}"/>
795 <echo>Broken links:</echo>
796 <echo file="${build.site}/../tmp/brokenlinks.txt"/>
799 <fileset dir="${build.site}"/>
803 <!-- Checks whether reports are required to be run. If nothing has changed then they dont. -->
804 <target name="-check-reports">
805 <condition property="reports.notRequired">
807 <equals arg1="${main.test.notRequired}" arg2="true"/>
808 <equals arg1="${scratchpad.test.notRequired}" arg2="true"/>
809 <equals arg1="${contrib.test.notRequired}" arg2="true"/>
816 <!-- Generates a log of the latest changes in the CVS repository. -->
817 <target name="cvschangelog" unless="disconnected"
818 depends="fail-unless-xslt-is-available"
819 description="Generates a CVS change log report">
820 <antcall target="cvs-rsh-warning"/>
821 <cvschangelog destfile="${changelog.file}" daysinpast="30"/>
823 <style in="${changelog.file}"
824 out="${build.site.src}/src/documentation/content/changelog.html"
825 style="changelog.xsl">
826 <param name="title" expression="POI Change Log"/>
827 <param name="module" expression="jakarta-poi"/>
828 <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
832 <target name="cvs-rsh-warning" unless="env.CVS_RSH">
834 WARNING: The environment variable CVS_RSH is not set. If you cannot
835 access the CVS repository this could be one of the reasons for the
842 <!-- Creates reports and API documentation -->
843 <target name="reports" unless="reports.notRequired" depends="-check-reports,
844 fail-unless-xslt-is-available, fail-unless-junit-is-available,
845 fail-unless-jdepend-is-available, test-ignore-failures, junitreport,
846 jdepend, cvschangelog, javadocs, clover.html"
847 description="Creates various reports and the API documentation">
852 <!-- Runs all JUnit tests without aborting if one of the tests fails. -->
853 <target name="test-ignore-failures" depends="init">
854 <antcall target="test">
855 <param name="halt.on.test.failure" value="false"/>
861 <!-- Produces a report of the JUnit test results -->
862 <target name="junitreport"
863 depends="fail-unless-xslt-is-available, test-ignore-failures"
864 description="Produces a report of the JUnit test results">
865 <junitreport todir="${junit.report.dir}">
866 <fileset dir="${main.reports.test}">
867 <include name="TEST-*.xml"/>
869 <fileset dir="${scratchpad.reports.test}">
870 <include name="TEST-*.xml"/>
872 <fileset dir="${contrib.reports.test}">
873 <include name="TEST-*.xml"/>
875 <report format="frames" todir="${junit.report.dir}"/>
881 <!-- Generates the API documentation. -->
882 <target name="javadocs" depends="init, warn-unless-junit-is-available,
883 warn-unless-xslt-is-available"
884 description="Generates the API documentation">
885 <javadoc verbose="false" author="true" destdir="${apidocs.report.dir}"
886 windowtitle="POI API Documentation" use="true" version="true">
888 <packageset dir="${main.src}" defaultexcludes="yes">
889 <include name="org/apache/poi/**"/>
891 <packageset dir="${scratchpad.src}" defaultexcludes="yes">
892 <include name="org/apache/poi/**"/>
893 <exclude name="org/apache/poi/hdf/**"/>
895 <packageset dir="${contrib.src}" defaultexcludes="yes">
896 <include name="org/apache/poi/**"/>
898 <packageset dir="${examples.src}" defaultexcludes="yes">
899 <include name="org/apache/poi/**"/>
902 <classpath id="javadoc.classpath">
903 <path refid="main.classpath"/>
904 <path refid="scratchpad.classpath"/>
905 <path refid="contrib.classpath"/>
906 <path refid="examples.classpath"/>
907 <path path="${env.CLASSPATH}"/>
910 <doctitle><![CDATA[<h1>POI API Documentation</h1>]]></doctitle>
912 <![CDATA[<i>Copyright ${tstamp.year} The Apache Software Foundation or
913 its licensors, as applicable.</i>]]>
916 <title>DDF - Dreadful Drawing Format</title>
917 <package name="org.apache.poi.ddf*"/>
920 <title>HPSF - Horrible Property Set Format</title>
921 <package name="org.apache.poi.hpsf*"/>
924 <title>HSSF - Horrible Spreadsheet Format</title>
925 <package name="org.apache.poi.hssf*"/>
928 <title>HWPF - Horrible Word Processor Format</title>
929 <package name="org.apache.poi.hwpf*"/>
932 <title>POIFS - POI File System</title>
933 <package name="org.apache.poi.poifs*"/>
936 <title>Utilities</title>
937 <package name="org.apache.poi.util*"/>
940 <title>Examples</title>
941 <package name="org.apache.poi.hpsf.examples*"/>
942 <package name="org.apache.poi.hssf.usermodel.examples*"/>
946 <antcall target="clover.html"/>
951 <!-- ================================== -->
952 <!-- Generate records -->
953 <!-- ================================== -->
955 <target name="generate-records" depends="init"
956 description="Generates HSSF records">
957 <java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
958 <arg file="src/records/definitions"/>
959 <arg file="src/records/styles"/>
960 <arg file="src/java"/>
961 <arg file="src/testcases"/>
963 <path refid="scratchpad.classpath"/>
964 <pathelement location="${main.output.dir}"/>
965 <pathelement location="${scratchpad.output.dir}"/>
970 <!-- ================================== -->
971 <!-- Generate types -->
972 <!-- ================================== -->
974 <target name="generate-types" depends="init"
975 description="Generates word types">
976 <java classname="org.apache.poi.dev.RecordGenerator" fork="yes">
977 <arg file="src/types/definitions"/>
978 <arg file="src/types/styles"/>
979 <arg file="src/scratchpad/src"/>
980 <arg file="src/scratchpad/testcases"/>
982 <path refid="scratchpad.classpath">
984 <pathelement location="${main.output.dir}"/>
985 <pathelement location="${scratchpad.output.dir}"/>
992 <!-- Generates documentation and reports -->
993 <target name="site" depends="reports, docs"
994 description="Generates POI's website's contents"/>
997 <target name="maven-dist" depends="jar" description="Builds the POM files for a maven distribution, and copies these and the jars to the appropriate locations">
998 <!-- Copy the jar files into the maven jar directory -->
999 <!-- Same jars as for the main release, only lacking the datestamp -->
1001 file="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar"
1002 tofile="${mavendist.oap.dir}/jars/${jar.name}-${version.id}.jar" />
1004 file="${dist.dir}/${jar.name}-contrib-${version.id}-${DSTAMP}.jar"
1005 tofile="${mavendist.oap.dir}/jars/${jar.name}-contrib-${version.id}.jar" />
1007 file="${dist.dir}/${jar.name}-scratchpad-${version.id}-${DSTAMP}.jar"
1008 tofile="${mavendist.oap.dir}/jars/${jar.name}-scratchpad-${version.id}.jar" />
1010 <!-- TODO: Decide about source jars, and copy them if we have some -->
1012 <!-- Build the org.apache.poi poms -->
1013 <!-- Copy from the base file, substituting in the version and -->
1014 <!-- artificat, plus doing the core poi dependency as needed -->
1016 <!-- Build the main pom -->
1019 tofile="${mavendist.oap.dir}/poms/${jar.name}-${version.id}.pom"
1023 <token key="VERSION" value="${version.id}" />
1024 <token key="ARTIFICAT" value="poi" />
1028 <replaceregex pattern="START_NON_MAIN.*END_NON_MAIN_DEPENDENCY" replace="No POI dependency on the main jar" flags="s" />
1032 <!-- And the contrib pom -->
1035 tofile="${mavendist.oap.dir}/poms/${jar.name}-contrib-${version.id}.pom"
1039 <token key="VERSION" value="${version.id}" />
1040 <token key="ARTIFICAT" value="poi-contrib" />
1043 <replaceregex pattern="..-- START_NON_MAIN_DEPENDENCY --." replace="" flags="s"/>
1044 <replaceregex pattern="..-- END_NON_MAIN_DEPENDENCY --." replace="" flags="s"/>
1048 <!-- And the scratchpad pom -->
1051 tofile="${mavendist.oap.dir}/poms/${jar.name}-scratchpad-${version.id}.pom"
1055 <token key="VERSION" value="${version.id}" />
1056 <token key="ARTIFICAT" value="poi-scratchpad" />
1059 <replaceregex pattern="..-- START_NON_MAIN_DEPENDENCY --." replace="" flags="s"/>
1060 <replaceregex pattern="..-- END_NON_MAIN_DEPENDENCY --." replace="" flags="s"/>
1065 <!-- Build the poi => org.apache.poi redirect poms -->
1066 <!-- Copy from the base file, substituting in the version+artifact -->
1068 file="poi-redirect.pom"
1069 tofile="${mavendist.poi.dir}/poms/${jar.name}-${version.id}.pom"
1071 <filterchain><replacetokens>
1072 <token key="VERSION" value="${version.id}" />
1073 <token key="ARTIFICAT" value="poi" />
1074 </replacetokens></filterchain>
1077 file="poi-redirect.pom"
1078 tofile="${mavendist.poi.dir}/poms/${jar.name}-contrib-${version.id}.pom"
1080 <filterchain><replacetokens>
1081 <token key="VERSION" value="${version.id}" />
1082 <token key="ARTIFICAT" value="poi-contrib" />
1083 </replacetokens></filterchain>
1086 file="poi-redirect.pom"
1087 tofile="${mavendist.poi.dir}/poms/${jar.name}-scratchpad-${version.id}.pom"
1089 <filterchain><replacetokens>
1090 <token key="VERSION" value="${version.id}" />
1091 <token key="ARTIFICAT" value="poi-scratchpad" />
1092 </replacetokens></filterchain>
1095 <!-- And that's it for maven -->
1098 <target name="jar" depends="compile" description="Creates jar files for distribution">
1099 <jar destfile="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar">
1100 <fileset dir="${main.output.dir}" />
1101 <fileset dir="legal/" />
1103 <attribute name="Built-By" value="${user.name}"/>
1104 <attribute name="Specification-Title" value="Apache POI"/>
1105 <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/>
1106 <attribute name="Specification-Vendor" value="Apache"/>
1107 <attribute name="Implementation-Title" value="Apache POI"/>
1108 <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/>
1109 <attribute name="Implementation-Vendor" value="Apache"/>
1112 <jar destfile="${dist.dir}/${jar.name}-contrib-${version.id}-${DSTAMP}.jar">
1113 <fileset dir="${contrib.output.dir}" />
1114 <fileset dir="legal/" />
1116 <attribute name="Built-By" value="${user.name}"/>
1117 <attribute name="Specification-Title" value="Apache POI"/>
1118 <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/>
1119 <attribute name="Specification-Vendor" value="Apache"/>
1120 <attribute name="Implementation-Title" value="Apache POI"/>
1121 <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/>
1122 <attribute name="Implementation-Vendor" value="Apache"/>
1125 <jar destfile="${dist.dir}/${jar.name}-scratchpad-${version.id}-${DSTAMP}.jar">
1126 <fileset dir="${scratchpad.output.dir}" />
1127 <fileset dir="legal/" />
1129 <attribute name="Built-By" value="${user.name}"/>
1130 <attribute name="Specification-Title" value="Apache POI"/>
1131 <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/>
1132 <attribute name="Specification-Vendor" value="Apache"/>
1133 <attribute name="Implementation-Title" value="Apache POI"/>
1134 <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/>
1135 <attribute name="Implementation-Vendor" value="Apache"/>
1139 <target name="jar-ooxml" depends="compile-ooxml" description="Creates the ooxml jar files for distribution">
1140 <jar destfile="${dist.dir}/${jar.name}-ooxml-${version.id}-${DSTAMP}.jar">
1141 <fileset dir="${ooxml.output.dir}" />
1142 <fileset dir="legal/" />
1144 <attribute name="Built-By" value="${user.name}"/>
1145 <attribute name="Specification-Title" value="Apache POI"/>
1146 <attribute name="Specification-Version" value="${version.id}-${DSTAMP}"/>
1147 <attribute name="Specification-Vendor" value="Apache"/>
1148 <attribute name="Implementation-Title" value="Apache POI"/>
1149 <attribute name="Implementation-Version" value="${version.id}-${DSTAMP}"/>
1150 <attribute name="Implementation-Vendor" value="Apache"/>
1155 <target name="dist" depends="clean, fail-unless-tools-are-available, compile, site, jar"
1156 description="Creates the entire distribution into build/dist, from scratch">
1158 <property name="zipdir" value="${jar.name}-${version.id}" />
1160 <zip destfile="${dist.dir}/${jar.name}-bin-${version.id}-${DSTAMP}.zip">
1161 <zipfileset dir="legal/" prefix="${zipdir}" />
1162 <zipfileset dir="${build.site}" prefix="${zipdir}/docs"/>
1163 <zipfileset file="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar" prefix="${zipdir}" />
1164 <zipfileset file="${dist.dir}/${jar.name}-contrib-${version.id}-${DSTAMP}.jar" prefix="${zipdir}" />
1165 <zipfileset file="${dist.dir}/${jar.name}-scratchpad-${version.id}-${DSTAMP}.jar" prefix="${zipdir}" />
1168 <zip destfile="${dist.dir}/${jar.name}-src-${version.id}-${DSTAMP}.zip">
1169 <zipfileset dir="legal/" prefix="${zipdir}" />
1170 <zipfileset dir="${build.site}" prefix="${zipdir}/docs"/>
1171 <zipfileset dir="." prefix="${zipdir}">
1172 <exclude name="build/**"/>
1173 <exclude name="scripts/**"/>
1174 <exclude name="*.ipr"/>
1175 <exclude name="*.iml"/>
1176 <exclude name="*.iws"/>
1177 <exclude name="*.swp"/>
1181 <tar destfile="${dist.dir}/${jar.name}-bin-${version.id}-${DSTAMP}.tar.gz"
1183 <tarfileset dir="legal/" prefix="${zipdir}" />
1184 <tarfileset dir="${build.site}" prefix="${zipdir}/docs"/>
1185 <tarfileset file="${dist.dir}/${jar.name}-${version.id}-${DSTAMP}.jar" prefix="${zipdir}" />
1186 <tarfileset file="${dist.dir}/${jar.name}-contrib-${version.id}-${DSTAMP}.jar" prefix="${zipdir}" />
1187 <tarfileset file="${dist.dir}/${jar.name}-scratchpad-${version.id}-${DSTAMP}.jar" prefix="${zipdir}" />
1190 <tar destfile="${dist.dir}/${jar.name}-src-${version.id}-${DSTAMP}.tar.gz"
1192 <tarfileset dir="legal/" prefix="${zipdir}" />
1193 <tarfileset dir="${build.site}" prefix="${zipdir}/docs"/>
1194 <tarfileset dir="." prefix="${zipdir}">
1195 <exclude name="build/**"/>
1196 <exclude name="scripts/**"/>
1197 <exclude name="*.ipr"/>
1198 <exclude name="*.iml"/>
1199 <exclude name="*.iws"/>
1200 <exclude name="*.swp"/>
1204 <echo>Distribution located in build/dist</echo>
1207 <target name="clean-compile" depends="clean, compile"/>
1209 <target name="clean-dist" depends="clean, dist"
1210 description="Cleans the build directory then creates a distribution"/>
1212 <target name="gump" depends="test, jar"/>
1216 <!-- Generates the Ant document type definition (DTD) -->
1218 description="Generates the Ant document type definition (DTD)">
1219 <antstructure output="ant.dtd"/>
1225 <!-- Abort the build if JUnit is missing. -->
1226 <target name="fail-unless-junit-is-available" depends="init">
1227 <condition property="isAvailable.junit">
1228 <available classname="junit.framework.TestCase"/>
1230 <antcall target="fail-junit"/>
1233 <target name="fail-junit" unless="isAvailable.junit">
1235 JUnit is not available. You must download JUnit from
1236 <http://www.junit.org/> and include the JAR file in your
1239 <fail message="JUnit is not available."/>
1242 <!-- Warn if JUnit is missing. -->
1243 <target name="warn-unless-junit-is-available" depends="init">
1244 <condition property="isAvailable.junit">
1245 <available classname="junit.framework.TestCase"/>
1247 <antcall target="warn-junit"/>
1250 <target name="warn-junit" unless="isAvailable.junit">
1252 WARNING: Since JUnit is not available you might encounter failures
1253 subsequently. In order to avoid this you should download JUnit from
1254 <http://www.junit.org/> and include the JAR file in your
1261 <!-- Abort the build if JDepend is missing. -->
1262 <target name="fail-unless-jdepend-is-available" depends="init">
1263 <condition property="isAvailable.jdepend">
1264 <available classname="jdepend.framework.JDepend"/>
1266 <antcall target="fail-jdepend"/>
1269 <target name="fail-jdepend" unless="isAvailable.jdepend">
1271 JDepend is not available. You must download JDepend from
1272 <http://www.clarkware.com/software/JDepend.html> and include the
1273 JAR file in your classpath.
1275 <fail message="JDepend is not available."/>
1280 <!-- Abort the build if an XSLT processor is missing. -->
1281 <target name="fail-unless-xslt-is-available" depends="init">
1282 <condition property="isAvailable.xslt">
1283 <available classname="javax.xml.transform.TransformerFactory"/>
1285 <antcall target="fail-xslt"/>
1288 <target name="fail-xslt" unless="isAvailable.xslt">
1290 An XSLT processor is missing. You must download e.g. Xalan from
1291 <http://xml.apache.org/xalan-j/> and include the JAR file in your
1294 <fail message="An XSLT processor is not available."/>
1297 <!-- Warn if an XSLT processor is missing. -->
1298 <target name="warn-unless-xslt-is-available" depends="init">
1299 <condition property="isAvailable.xslt">
1300 <available classname="javax.xml.transform.TransformerFactory"/>
1302 <antcall target="warn-xslt"/>
1305 <target name="warn-xslt" unless="isAvailable.xslt">
1307 WARNING: Since an XSLT processor is not available you might encounter
1308 failures subsequently. In order to avoid this you should download
1309 e.g. Xalan from <http://xml.apache.org/xalan-j/> and include the
1310 JAR file in your classpath.
1316 <!-- Aborts the build if any of the required tools are missing. -->
1317 <target name="fail-unless-tools-are-available"
1318 depends="fail-unless-junit-is-available, fail-unless-junit-is-available,
1319 fail-unless-jdepend-is-available"/>
1323 <!-- Runs jdepend to produce a report about package dependencies -->
1324 <target name="jdepend" depends="fail-unless-jdepend-is-available"
1325 description="Runs jdepend to produce a report about package dependencies">
1326 <jdepend outputfile="${jdepend.report.dir}/jdepend.xml" format="xml">
1328 <pathelement location="${main.output.dir}"/>
1329 <pathelement location="${contrib.output.dir}"/>
1330 <pathelement location="${scratchpad.output.dir}"/>
1333 <path refid="main.classpath"/>
1334 <path refid="contrib.classpath"/>
1335 <path refid="scratchpad.classpath"/>
1339 <style basedir="${jdepend.report.dir}"
1340 in="${jdepend.report.dir}/jdepend.xml"
1341 out="${jdepend.report.out.dir}/index.html"
1342 style="jdepend.xsl"/>
1347 <!-- Keep this comment at the end of the file
1352 sgml-namecase-general:nil
1353 sgml-general-insert-case:lower
1354 sgml-minimize-attributes:nil
1355 sgml-always-quote-attributes:t
1358 sgml-parent-document:nil
1359 sgml-exposed-tags:nil
1360 sgml-local-catalogs:nil
1361 sgml-local-ecat-files:nil