diff --git a/README.txt b/README.txt deleted file mode 100755 index 3037a2c4d..000000000 --- a/README.txt +++ /dev/null @@ -1,74 +0,0 @@ - - P O I - - @version@ - - - What is it? - ----------- - - The POI project consists of APIs for manipulating various file formats - based upon Microsoft's OLE 2 Compound Document format using pure Java. - - A common misconception is that POI writes Excel files. POI is the name - of the project. - POI contains several components, one of which, HSSF, writes Excel files. - The following are components of the entire POI project. - - POIFS - ----- - The oldest and most stable part of the project. - It is our port of the OLE 2 Compound Document Format to pure Java. - It supports both read and write functionality. - All of our components ultimately rely on it by definition. - - HSSF - ----- - It's our port of the Microsoft Excel 97(-2002) file format (BIFF8) - to pure Java. It supports read and write capability. - - HDF - --- - It's our port of the Microsoft Word 97 file format to pure Java. - It supports read and write capability. - This component is in the early stages of design. - Jump in! - - Where is it? - ------------ - - The home page for the POI project can be found in the POI - Project web site (http://jakarta.apache.org/poi/). There you also find - information on how to download the latest release as well as all the other - information you might need regarding this project. - - - Requirements - ------------ - - The following requirements exist for installing it: - - o A Java 1.2 or later compatible virtual machine for your operating system. - - Installation Instructions and Documentation - ------------------------------------------- - - The documentation available as of the date of this release is - included in the "docs/" directory. - - Look for the most updated documentation on the POI web site. - - - Licensing and legal issues - -------------------------- - - For legal and licensing issues, please read the LICENSE files - in the /legal directory. - - - Thanks for using POI. - - The POI Project - http://jakarta.apache.org/poi/ - - diff --git a/build.bat b/build.bat index 286904744..52804d6c4 100755 --- a/build.bat +++ b/build.bat @@ -1,11 +1,10 @@ @echo off set OLD_ANT_HOME=%ANT_HOME% -set ANT_HOME=tools\ant +set ANT_HOME=tools\antipede set OLD_CLASSPATH=%CLASSPATH% for %%i in (.\lib\endorsed\*.jar) do call appendcp.bat %%i -for %%i in (.\tools\centipede\lib\*.jar) do call appendcp.bat %%i call %ANT_HOME%\bin\ant -listener org.apache.tools.ant.XmlLogger %1 %2 %3 %4 %5 %6 %7 %8 %9 diff --git a/build.number b/build.number new file mode 100644 index 000000000..24a0b1c62 --- /dev/null +++ b/build.number @@ -0,0 +1,3 @@ +#Build Number for ANT. Do not edit! +#Wed Apr 03 18:45:13 CEST 2002 +build.number=78 diff --git a/build.sh b/build.sh index 0c2e19e6a..ed186b944 100755 --- a/build.sh +++ b/build.sh @@ -6,8 +6,8 @@ if [ "$JAVA_HOME" = "" ] ; then exit 1 fi -chmod u+x ./tools/ant/bin/antRun -chmod u+x ./tools/ant/bin/ant +chmod u+x ./tools/antipede/bin/antRun +chmod u+x ./tools/antipede/bin/ant # ----- Verify and Set Required Environment Variables ------------------------- @@ -26,10 +26,10 @@ CP=$CLASSPATH export CP unset CLASSPATH -CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S``echo ./tools/centipede/lib/*.jar | tr ' ' $S`" +CLASSPATH="`echo ./lib/endorsed/*.jar | tr ' ' $S`" export CLASSPATH -$PWD/./tools/ant/bin/ant -listener org.apache.tools.ant.XmlLogger $@ +$PWD/./tools/antipede/bin/ant -listener org.apache.tools.ant.XmlLogger $@ unset CLASSPATH diff --git a/build.xml b/build.xml index 2f8a5fcf4..80e600b9f 100644 --- a/build.xml +++ b/build.xml @@ -1,57 +1,36 @@ + + +]> + + * ===================================== * | Krysalis Centipede Build System | * ===================================== * by - Nicola Ken Barozzi - Marc Johnson + Nicola Ken Barozzi (nicolaken@apache.org) + Marc Johnson (mjohnson@apache.org) - extends the Apache Cocoon Build System - (http://xml.apache.org/cocoon/) + started as an extension of the + the Apache Cocoon Build System + (http://xml.apache.org/cocoon/) by - Stefano Mazzocchi - Carsten Ziegeler + Stefano Mazzocchi (stefano@apache.org) + Carsten Ziegeler (cziegeler@apache.org) ---> - - - - - - - - - - - - - - - - - - - - - - - -]> - - - + Happy hacking :) +============================================================================ + - - - - &preinit-target; - - &project-target; + - &init-target; - - &compile-target; - - &interactive-target; - - &scratchpad-target; - - &contrib-target; - - &util-target; - - &dev-target; - - &test-target; - - &robot-target; - - &docs-target; - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + &import-antipede; + + diff --git a/layout.xml b/layout.xml new file mode 100644 index 000000000..0b8a2dc1f --- /dev/null +++ b/layout.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/module.xml b/module.xml new file mode 100644 index 000000000..cef807228 --- /dev/null +++ b/module.xml @@ -0,0 +1,123 @@ + + + + + + + + + + Status + + properties + + layout + + Build + + log + + + + + + + + + + The POI project consists of APIs for manipulating various file formats + based upon Microsoft's OLE 2 Compound Document format using pure Java. + + + + A common misconception is that POI writes Excel files. POI is the + name of the project. POI contains several components, one of which, + HSSF, writes Excel files. The following are components of the entire + POI project.POIFS is the oldest and most stable part of the project. + It is our port of the OLE 2 Compound Document Format to pure Java. + It supports both read and write functionality. All of our components + ultimately rely on it by definition. HSSF is our port of the + Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. + It supports read and write capability. HDF is our port of the + Microsoft Word 97 file format to pure Java. + It supports read and write capability. This component is in the early + stages of design. Jump in! + + + + just do it + + + + Why not? + + + This software is released under the Apache Public License 1.1. + For detailed legal and licensing issues, please read the LICENSE.* files + in the /legal directory. + + + + This software includes software developed by the Krysalis Project + (http://www.krysalis.org/). + + + + + + + + org.apache.poi + + + + + + + + + + + + + + + + + + + + + diff --git a/project-info.xml b/project-info.xml deleted file mode 100644 index 4f5f66093..000000000 --- a/project-info.xml +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - The POI project consists of APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. - - A common misconception is that POI writes Excel files. POI is the name of the project. POI contains several components, one of which, HSSF, writes Excel files. The following are components of the entire POI project.POIFS is the oldest and most stable part of the project. It is our port of the OLE 2 Compound Document Format to pure Java. It supports both read and write functionality. All of our components ultimately rely on it by definition. HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write capability. HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. This component is in the early stages of design. Jump in! - - The home page for the POI project can be found on the web site (http://jakarta.apache.org/poi/). There you also find information on how to download the latest release as well as all the other information you might need regarding this project. - - The for installing it you need a Java 1.2 or later compatible virtual machine for your operating system. - - The documentation available as of the date of this release is included in the "docs/" directory. The documentation sources are in the "src/documentation" directory. Look for the most updated documentation on the web site. - - For legal and licensing issues, please read the LICENSE.* files in the /legal directory. - - - - - - - Ports of file formats based on Microsoft's OLE 2 Compound Document - Format (tm) to pure Java (tm). - - - - - - - org.apache.poi - - - -