Hi Ken,
the "build.sh all" now runs nicely for me. There are still a
couple of warnings and errors, but they are not necessarily
your business. You'll find a stripped logging below.
I also tried "build.sh uml". However, it fails with an ugly
ClassCastException - see below.
Best regards
Rainer Klute
RAINER KLUTE IT-CONSULTING
Dipl.-Inform.
Rainer Klute E-Mail: [EMAIL PROTECTED]
K�rner Grund 24 Telefon: +49 172 2324824
D-44143 Dortmund Telefax: +49 231 5349423
Stripped build all logging:
---------------------------
...
-init:
--------------------------------------------------------------
Using Apache Ant version 1.5alpha compiled on April 2 2002
Build file /share/mark/work/jakarta-poi/build.xml
Build number 7
Project Name project build file
Java Version 1.3
Timestamp 200204121053
--------------------------------------------------------------
DEPRECATED - <available> used to overide an existing property.
Build writer should not reuse the same property name for
different values.
...
javadocs:
Created dir: /share/mark/work/jakarta-poi/build/docs/javadocs
Generating Javadoc
Javadoc execution
Loading source files for package org.apache.poi.dev...
Loading source files for package org.apache.poi.hpsf...
Loading source files for package org.apache.poi.hpsf.wellknown...
Loading source files for package org.apache.poi.hpsf.littleendian...
Loading source files for package org.apache.poi.hssf.dev...
Loading source files for package org.apache.poi.hssf.util...
Loading source files for package org.apache.poi.hssf.model...
Loading source files for package org.apache.poi.hssf.record...
Loading source files for package org.apache.poi.hssf.record.formula...
Loading source files for package org.apache.poi.hssf.record.aggregates...
Loading source files for package org.apache.poi.hssf.usermodel...
Loading source files for package org.apache.poi.hssf.eventmodel...
Loading source files for package org.apache.poi.util...
Loading source files for package org.apache.poi.poifs.dev...
Loading source files for package org.apache.poi.poifs.storage...
Loading source files for package org.apache.poi.poifs.common...
Loading source files for package org.apache.poi.poifs.filesystem...
Loading source files for package org.apache.poi.poifs.eventfilesystem...
Loading source files for package org.apache.poi.poifs.property...
Constructing Javadoc information...
Copying file
/share/mark/work/jakarta-poi/tools/cents/centipede.cent/resources/stylesheets/javadoc.css
to file /share/mark/work/jakarta-poi/build/docs/javadocs/javadoc.css...
Building tree for all the packages and classes...
javadoc: warning - org.apache.poi.poifs.property.PropertyConstants: @author tag has no
arguments.
javadoc: warning - Tag @link: Class or Package not found: java.lang.Integer
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.usermodel
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.poifs
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.poifs
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
Building index for all the packages and classes...
Building index for all classes...
Generating /share/mark/work/jakarta-poi/build/docs/javadocs/help-doc.html...
9 warnings
...
test:
Created dir: /share/mark/work/jakarta-poi/build/testcases
Compiling 75 source files to /share/mark/work/jakarta-poi/build/testcases
/share/mark/work/jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestReadWriteChart.java:106:
warning: createCell(short,int) in org.apache.poi.hssf.usermodel.HSSFRow has been
deprecated
HSSFCell cell = row.createCell(( short ) 1,
^
1 warning
...
Running org.apache.poi.util.TestPOILogger
log4j:ERROR No appenders could be found for category (foo).
log4j:ERROR Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,012 sec
Running org.apache.poi.util.TestShortField
Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,748 sec
Running org.apache.poi.util.TestPOILogFactory
1 [main] FATAL org.apache.poi.hssf.test - testing cat org.apache.poi.hssf.*:FATAL
7 [main] FATAL org.apache.poi.hdf.test - testing cat org.apache.poi.hdf.*:FATAL
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,023 sec
...
all:
BUILD SUCCESSFUL
Total time: 4 minutes 46 seconds
...
-init:
--------------------------------------------------------------
Using Apache Ant version 1.5alpha compiled on April 2 2002
Build file /share/mark/work/jakarta-poi/build.xml
Build number 7
Project Name project build file
Java Version 1.3
Timestamp 200204121053
--------------------------------------------------------------
DEPRECATED - <available> used to overide an existing property.
Build writer should not reuse the same property name for
different values.
...
javadocs:
Created dir: /share/mark/work/jakarta-poi/build/docs/javadocs
Generating Javadoc
Javadoc execution
Loading source files for package org.apache.poi.dev...
Loading source files for package org.apache.poi.hpsf...
Loading source files for package org.apache.poi.hpsf.wellknown...
Loading source files for package org.apache.poi.hpsf.littleendian...
Loading source files for package org.apache.poi.hssf.dev...
Loading source files for package org.apache.poi.hssf.util...
Loading source files for package org.apache.poi.hssf.model...
Loading source files for package org.apache.poi.hssf.record...
Loading source files for package org.apache.poi.hssf.record.formula...
Loading source files for package org.apache.poi.hssf.record.aggregates...
Loading source files for package org.apache.poi.hssf.usermodel...
Loading source files for package org.apache.poi.hssf.eventmodel...
Loading source files for package org.apache.poi.util...
Loading source files for package org.apache.poi.poifs.dev...
Loading source files for package org.apache.poi.poifs.storage...
Loading source files for package org.apache.poi.poifs.common...
Loading source files for package org.apache.poi.poifs.filesystem...
Loading source files for package org.apache.poi.poifs.eventfilesystem...
Loading source files for package org.apache.poi.poifs.property...
Constructing Javadoc information...
Copying file
/share/mark/work/jakarta-poi/tools/cents/centipede.cent/resources/stylesheets/javadoc.css
to file /share/mark/work/jakarta-poi/build/docs/javadocs/javadoc.css...
Building tree for all the packages and classes...
javadoc: warning - org.apache.poi.poifs.property.PropertyConstants: @author tag has no
arguments.
javadoc: warning - Tag @link: Class or Package not found: java.lang.Integer
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.usermodel
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.poifs
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.poifs
javadoc: warning - Tag @see: Class or Package not found: org.apache.poi.hssf
Building index for all the packages and classes...
Building index for all classes...
Generating /share/mark/work/jakarta-poi/build/docs/javadocs/help-doc.html...
9 warnings
...
test:
Created dir: /share/mark/work/jakarta-poi/build/testcases
Compiling 75 source files to /share/mark/work/jakarta-poi/build/testcases
/share/mark/work/jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestReadWriteChart.java:106:
warning: createCell(short,int) in org.apache.poi.hssf.usermodel.HSSFRow has been
deprecated
HSSFCell cell = row.createCell(( short ) 1,
^
1 warning
...
Running org.apache.poi.util.TestPOILogger
log4j:ERROR No appenders could be found for category (foo).
log4j:ERROR Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,012 sec
Running org.apache.poi.util.TestShortField
Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0,748 sec
Running org.apache.poi.util.TestPOILogFactory
1 [main] FATAL org.apache.poi.hssf.test - testing cat org.apache.poi.hssf.*:FATAL
7 [main] FATAL org.apache.poi.hdf.test - testing cat org.apache.poi.hdf.*:FATAL
Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1,023 sec
...
all:
BUILD SUCCESSFUL
Total time: 4 minutes 46 seconds
Complete build uml logging:
---------------------------
Using classpath:
"./lib/endorsed/xalan-2.2.0.jar:./lib/endorsed/xerces-2.0.0.jar:./lib/endorsed/xml-apis.jar"
Buildfile: build.xml
-init:
--------------------------------------------------------------
Using Apache Ant version 1.5alpha compiled on April 2 2002
Build file /share/mark/work/jakarta-poi/build.xml
Build number 13
Project Name project build file
Java Version 1.3
Timestamp 200204121104
--------------------------------------------------------------
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/forrest.cent.jar is uptodate with respect to
forrest.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/centipede.cent.jar is uptodate with respect
to centipede.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/junit.cent.jar is uptodate with respect to
junit.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/umldoclet.cent.jar is uptodate with respect
to umldoclet.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/checkstyle.cent.jar is uptodate with respect
to checkstyle.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/antidote.cent.jar is uptodate with respect to
antidote.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/xmldoclet.cent.jar is uptodate with respect
to xmldoclet.
No need to expand it.
-cent-unjar:
-cent-unjar-check:
-cent-unjar-expand:
-cent-unjar-keep:
/share/mark/work/jakarta-poi/tools/cents/jdepend.cent.jar is uptodate with respect to
jdepend.
No need to expand it.
-cent-unjar:
Deleting: /share/mark/work/jakarta-poi/tools/tmp/tasks.properties
compile:
call-cent:
-prepare-src:
compile:
Compiling project core with Java 1.3, debug on, optimize off, deprecation on
Compiling project scratchpad with Java 1.3, debug on, optimize off, deprecation on
Compiling project examples with Java 1.3, debug on, optimize off, deprecation on
Compiling project contributions with Java 1.3, debug on, optimize off, deprecation on
uml:
call-cent:
doclet:
Generating Javadoc
Javadoc execution
Loading source files for package org.apache.poi.dev...
Loading source files for package org.apache.poi.hpsf...
Loading source files for package org.apache.poi.hpsf.wellknown...
Loading source files for package org.apache.poi.hpsf.littleendian...
Loading source files for package org.apache.poi.hssf.dev...
Loading source files for package org.apache.poi.hssf.util...
Loading source files for package org.apache.poi.hssf.model...
Loading source files for package org.apache.poi.hssf.record...
Loading source files for package org.apache.poi.hssf.record.formula...
Loading source files for package org.apache.poi.hssf.record.aggregates...
Loading source files for package org.apache.poi.hssf.usermodel...
Loading source files for package org.apache.poi.hssf.eventmodel...
Loading source files for package org.apache.poi.util...
Loading source files for package org.apache.poi.poifs.dev...
Loading source files for package org.apache.poi.poifs.storage...
Loading source files for package org.apache.poi.poifs.common...
Loading source files for package org.apache.poi.poifs.filesystem...
Loading source files for package org.apache.poi.poifs.eventfilesystem...
Loading source files for package org.apache.poi.poifs.property...
Constructing Javadoc information...
/share/mark/work/jakarta-poi/build/java/org/apache/poi/util/POILogger.java:58: Class
org.apache.commons.logging.Log not found in import.
import org.apache.commons.logging.Log;
^
javadoc: warning - Import not found: org.apache.commons.logging.Log - ignoring!
javadoc: warning - Cannot find class org.apache.commons.logging.Log
javadoc: warning - org.apache.poi.poifs.property.PropertyConstants: @author tag has no
arguments.
1 error
3 warnings
javadoc: In doclet class JP.co.esm.caddies.doclets.UMLDoclet, method start has thrown
an exception java.lang.reflect.InvocationTargetException
java.lang.ClassCastException: JP.co.esm.caddies.doclets.ConfigurationUMLDoclet
at com.sun.tools.doclets.standard.Standard.configuration(Standard.java:53)
at com.sun.tools.doclets.standard.Standard.start(Standard.java:35)
at JP.co.esm.caddies.doclets.UMLDoclet.startGeneration(UMLDoclet.java:74)
at JP.co.esm.caddies.doclets.UMLDoclet.start(UMLDoclet.java:46)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.tools.javadoc.DocletInvoker.invoke(DocletInvoker.java:193)
at com.sun.tools.javadoc.DocletInvoker.start(DocletInvoker.java:95)
at com.sun.tools.javadoc.Main.main(Main.java:233)
BUILD FAILED
/share/mark/work/jakarta-poi/tools/cents/umldoclet.cent/xbuild.xml:12: Javadoc
returned 1
Total time: 14 seconds