Re: [CODE UN-FREEZE] Brave new Centipede committed

2002-04-05 Thread Rainer Klute
Please check that all the tasks in the build.xml file work. The build doesn't work at all for me. I did a fresh checkout. Here's what I get after typing the build.sh command: Buildfile: build.xml -init: -cent-unjar: [unjar] Expanding:

Re: [CODE UN-FREEZE] Brave new Centipede committed

2002-04-05 Thread Nicola Ken Barozzi
From: Rainer Klute [EMAIL PROTECTED] Please check that all the tasks in the build.xml file work. The build doesn't work at all for me. I did a fresh checkout. Here's what I get after typing the build.sh command: Buildfile: build.xml ... BUILD FAILED

Re: [CODE UN-FREEZE] Brave new Centipede committed

2002-04-05 Thread Rainer Klute
Do this: move the cent.jar packages out of the way so that they don't get unpacked next time. In each *.cent dir there is a tasks.properties file. Add a return at the beginning and at the end of each of these files and try rerunning the build. junit.cent/tasks.properties and

cvs commit: jakarta-poi/tools/cents forrest-20020405.cent.jar forrest-20020404.cent.jar

2002-04-05 Thread nicolaken
nicolaken02/04/05 05:32:17 Added: tools/cents forrest-20020405.cent.jar Removed: tools/cents forrest-20020404.cent.jar Log: Forrest cent: fixed nested images resolving in documentation. Revision ChangesPath 1.1 jakarta-poi/tools/cents/forrest

cvs commit: jakarta-poi/src/documentation/xdocs/hssf book.xml

2002-04-05 Thread glens
glens 02/04/05 06:02:04 Modified:src/documentation/xdocs/hssf book.xml Log: New section Revision ChangesPath 1.6 +1 -0 jakarta-poi/src/documentation/xdocs/hssf/book.xml Index: book.xml

cvs commit: jakarta-poi/src/documentation/xdocs/hssf how-to.xml

2002-04-05 Thread glens
glens 02/04/05 06:02:18 Modified:src/documentation/xdocs/hssf how-to.xml Log: Some minor changes. Revision ChangesPath 1.9 +113 -125 jakarta-poi/src/documentation/xdocs/hssf/how-to.xml Index: how-to.xml

cvs commit: jakarta-poi/src/documentation/xdocs changes.xml

2002-04-05 Thread glens
glens 02/04/05 06:02:32 Modified:src/documentation/xdocs changes.xml Log: Minor edits. Revision ChangesPath 1.6 +10 -10jakarta-poi/src/documentation/xdocs/changes.xml Index: changes.xml

RE: Dates in Excel

2002-04-05 Thread Andrew C. Oliver
Here is how I figure out how to implement things: 1. create Test1.xls (same as Test2.xls except none of the property I'm interested in implementing) 2. save. 3. modify to exhibit interesting behavior 4. save as Test2.xls 5. java org.apache.poi.hssf.dev.BiffViewer test1.xls foo1 6. java

cvs commit: jakarta-poi/tools/cents centipede-20020404.cent.jar

2002-04-05 Thread nicolaken
nicolaken02/04/05 08:33:21 Removed: tools/cents centipede-20020404.cent.jar Log: Updated centipede.jar: now javadocs generate ok and now the unit test fails if it doesn't succede.

cvs commit: jakarta-poi build.number

2002-04-05 Thread nicolaken
nicolaken02/04/05 08:33:27 Modified:.build.number Log: Updated centipede.jar: now javadocs generate ok and now the unit test fails if it doesn't succede. Revision ChangesPath 1.4 +2 -2 jakarta-poi/build.number Index: build.number

cvs commit: jakarta-poi/tools/cents centipede-20020405.cent.jar

2002-04-05 Thread nicolaken
nicolaken02/04/05 08:33:39 Added: tools/cents centipede-20020405.cent.jar Log: Updated centipede.jar: now javadocs generate ok and now the unit test fails if it doesn't succede. Revision ChangesPath 1.1 jakarta-poi/tools/cents/centipede-20020405

Merging Cells

2002-04-05 Thread Cornellious Mann
Is see that in version 1.0.2 there is a setMerge(boolean) method on HSSFCellStyle. I tried this, but it didn't quite work when checked my output .xls file. Does anyone know if merging is suported? And if so, does anyone have an example of how to use it? Thanks for any help. = Best

Re: Merging Cells

2002-04-05 Thread Cornellious Mann
Thanks for the info. I have one more question that I hope this isn't a bad question. I am looking for the latest release build of POI. I am looking on the Jakarta web site at the binary download page (http://jakarta.apache.org/site/binindex.html). I do not see POI listed in the release

Re: Merging Cells

2002-04-05 Thread Andrew C. Oliver
The latest milestone is 1.4583 (look off of downloads). The next release will be 1.5. We'll probably have one more interim build. I'd like to make sure this logging issue is finished before we have a release. Had I realized what a big pain this would be (dealing with log4j changing and the

Re: Merging Cells

2002-04-05 Thread Cornellious Mann
Is there a 1.3 or 1.4 release available? I am guessing not, because I don't see it on the Jarkarta site. --- Andrew C. Oliver [EMAIL PROTECTED] wrote: The latest milestone is 1.4583 (look off of downloads). The next release will be 1.5. We'll probably have one more interim build. I'd

DO NOT REPLY [Bug 7779] New: - Excel file created is not opening sometimes in Unix

2002-04-05 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7779. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-poi/src/documentation/xdocs/hssf limitations.xml

2002-04-05 Thread glens
glens 02/04/05 23:19:12 Modified:src/documentation/xdocs/hssf limitations.xml Log: Some more limitations Revision ChangesPath 1.2 +5 -0 jakarta-poi/src/documentation/xdocs/hssf/limitations.xml Index: limitations.xml

cvs commit: jakarta-poi/src/documentation/xdocs faq.xml

2002-04-05 Thread glens
glens 02/04/05 23:19:58 Modified:src/documentation/xdocs faq.xml Log: Another FAQ. Revision ChangesPath 1.5 +33 -25jakarta-poi/src/documentation/xdocs/faq.xml Index: faq.xml === RCS

build number...

2002-04-05 Thread Glen Stampoultzis
Having the build number checked into CVS causes all sorts of conflicts. This doesn't seem to be a good idea. Regards, Glen