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

2002-04-08 Thread nicolaken
nicolaken02/04/08 00:19:40 Modified:.build.bat build.sh build.xml layout.xml module.xml properties.xml tools/antipede build.xtarget Added: tools/cents centipede-20020408.cent.jar Log: Update of the build system. Gump target

cvs commit: jakarta-poi/tools/cents jdepend-20020408.cent.jar junit-20020408.cent.jar

2002-04-08 Thread nicolaken
nicolaken02/04/08 00:21:16 Added: tools/cents jdepend-20020408.cent.jar junit-20020408.cent.jar Log: Update of the build system. Gump target works ok. All docs generate ok. Jar task is ok. Revision ChangesPath 1.1 jakarta

HSSFRow bug ?

2002-04-08 Thread Libin Roman
Good Morning :))) I Find something interesting in your source code. in HSSFRow : private short findLastCell(short lastcell) { short cellnum = (short)(lastcell - 1); HSSFCell r = getCell(cellnum); while (r == null) { r = getCell(--cellnum); } return cellnum; } ok, by the logic .

cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel TestHSSFRow.java

2002-04-08 Thread glens
glens 02/04/08 05:45:57 Modified:src/testcases/org/apache/poi/hssf/usermodel TestHSSFRow.java Log: Testcase for HSSFRow removal bug Revision ChangesPath 1.2 +17 -0 jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFRow.java Index:

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/usermodel HSSFRow.java

2002-04-08 Thread glens
glens 02/04/08 05:46:40 Modified:src/java/org/apache/poi/hssf/usermodel HSSFRow.java Log: Fixed remove bug. Revision ChangesPath 1.6 +1 -1 jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java Index: HSSFRow.java

Re: HSSFRow bug ?

2002-04-08 Thread Glen Stampoultzis
Good night! I just submitted a testcase and a fix. Thanks for the report, Regards, Glen Stampoultzis (TriNexus Pty Ltd)+63 3 9753-6850 0402 835 458ICQ: 62722370 EMail: [EMAIL PROTECTED] - Original Message - From: Libin Roman To: [EMAIL PROTECTED] Sent: Monday,

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

2002-04-08 Thread glens
glens 02/04/08 05:58:00 Modified:src/documentation/xdocs todo.xml src/documentation/xdocs/hssf book.xml Added: src/documentation/xdocs/hssf hacking-hssf.xml Log: More documentation. Revision ChangesPath 1.6 +3 -0

Re: HSSFRow bug ?

2002-04-08 Thread Glen Stampoultzis
Yes please! Oops, sorry Andy. I got to it first! :)

cvs commit: jakarta-poi build.sh

2002-04-08 Thread nicolaken
nicolaken02/04/08 06:25:58 Modified:.build.sh Log: fixed -projecthelp usage in build.sh by removing the xml log stuff. It still puzzles me... I guess I'll dump the xml log alltogether. Revision ChangesPath 1.6 +1 -1 jakarta-poi/build.sh Index:

cvs commit: jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel TestHSSFRow.java

2002-04-08 Thread glens
glens 02/04/08 07:03:56 Modified:src/testcases/org/apache/poi/hssf/usermodel TestHSSFRow.java Log: findFirstRow testcase... Revision ChangesPath 1.3 +5 -0 jakarta-poi/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFRow.java Index: TestHSSFRow.java

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

2002-04-08 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/java/org/apache/poi/hssf/record FooterRecord.java

2002-04-08 Thread glens
glens 02/04/08 07:13:25 Modified:src/java/org/apache/poi/hssf/record FooterRecord.java Log: Some credits were missed. Sorry Shawn. Revision ChangesPath 1.6 +1 -0 jakarta-poi/src/java/org/apache/poi/hssf/record/FooterRecord.java Index:

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/record HeaderRecord.java

2002-04-08 Thread glens
glens 02/04/08 07:13:32 Modified:src/java/org/apache/poi/hssf/record HeaderRecord.java Log: Some credits were missed. Sorry Shawn. Revision ChangesPath 1.6 +1 -0 jakarta-poi/src/java/org/apache/poi/hssf/record/HeaderRecord.java Index:

DO NOT REPLY [Bug 7755] - Boolean Cells are ignored when reading .xls file

2002-04-08 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=7755. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/usermodel HSSFRow.java

2002-04-08 Thread glens
glens 02/04/08 07:25:16 Modified:src/java/org/apache/poi/hssf/usermodel HSSFRow.java Log: Small comment correction. Revision ChangesPath 1.8 +1 -1 jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java Index: HSSFRow.java

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

2002-04-08 Thread nicolaken
nicolaken02/04/08 10:15:14 Added: tools/cents forrest.cent.jar Removed: tools/cents forrest-20020408.cent.jar Log: Removed batik, since it was not used, to reduce size. Now the cents have always the same name, regardless of the version (which is in the manifest

cvs commit: jakarta-poi/tools/cents jdepend.cent.jar jdepend-20020408.cent.jar

2002-04-08 Thread nicolaken
nicolaken02/04/08 10:17:44 Added: tools/cents jdepend.cent.jar Removed: tools/cents jdepend-20020408.cent.jar Log: Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check by the build. Revision

cvs commit: jakarta-poi/tools/cents junit.cent.jar junit-20020408.cent.jar

2002-04-08 Thread nicolaken
nicolaken02/04/08 10:18:32 Added: tools/cents junit.cent.jar Removed: tools/cents junit-20020408.cent.jar Log: Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check by the build. Revision Changes

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

2002-04-08 Thread nicolaken
nicolaken02/04/08 10:20:22 Added: tools/cents centipede.cent.jar Removed: tools/cents centipede-20020408.cent.jar Log: Added complete dist build. Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check

cvs commit: jakarta-poi/tools/cents antidote.cent.jar antidote-20020406.cent.jar

2002-04-08 Thread nicolaken
nicolaken02/04/08 10:21:46 Added: tools/cents antidote.cent.jar Removed: tools/cents antidote-20020406.cent.jar Log: Now the cents have always the same name, regardless of the version (which is in the manifest) to enable easy uptodate check by the build. Revision

cvs commit: jakarta-poi/legal LICENSE.jdepend LICENSE.krysalis LICENSE.batik LICENSE.izpress LICENSE.jisp LICENSE.jtidy

2002-04-08 Thread nicolaken
nicolaken02/04/08 10:30:40 Added: legalLICENSE.jdepend LICENSE.krysalis Removed: legalLICENSE.batik LICENSE.izpress LICENSE.jisp LICENSE.jtidy Log: Updated legal info. Revision ChangesPath 1.1

RE: Interface Change to HSSF (AND mail list problems)

2002-04-08 Thread Carey Sublette
Hi Andrew: -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 7:13 PM To: Carey Sublette Cc: POI Development; [EMAIL PROTECTED] Subject: Re: Interface Change to HSSF (AND mail list problems) Hi Carey, Can you try subscribing

Re: Interface Change to HSSF (AND mail list problems)

2002-04-08 Thread Andrew C. Oliver
Congrats! I got it! Carey Sublette wrote: Hi Andrew: -Original Message- From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 7:13 PM To: Carey Sublette Cc: POI Development; [EMAIL PROTECTED] Subject: Re: Interface Change to HSSF (AND mail list problems)

RE: Interface Change to HSSF (AND mail list problems)

2002-04-08 Thread Carey Sublette
Hi Andrew: From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 7:13 PM To: Carey Sublette Cc: POI Development; [EMAIL PROTECTED] Subject: Re: Interface Change to HSSF (AND mail list problems) Hi Carey, Can you try subscribing the the dev list once more?

cvs commit: jakarta-poi index.html

2002-04-08 Thread nicolaken
nicolaken02/04/08 12:11:43 Modified:.index.html Log: tweaked layout Revision ChangesPath 1.6 +8 -12 jakarta-poi/index.html Index: index.html === RCS file:

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

2002-04-08 Thread nicolaken
nicolaken02/04/08 12:13:21 Modified:tools/cents centipede.cent.jar Log: dist build fix (lib location with layout property) Revision ChangesPath 1.2 +24 -23jakarta-poi/tools/cents/centipede.cent.jar Binary file

Re: Interface Change to HSSF (AND mail list problems)

2002-04-08 Thread Andrew C. Oliver
Alright, just post to dev not pier and to me. (pier probably isn't interested and I only need one :-) Exception errors are one thing. Hi I don't feel like processing any more is another. I think invalid data should be a runtime exception: RecordFormatException. I think application-based

development release tonight?

2002-04-08 Thread Andrew C. Oliver
Hi All, Ken informs me that the build is now in working order. Can we get one more dev release? I'm uncomfortable doing a prod release unless we've had a release that captures the logging fixes and other various things. Thanks, Andy

cvs commit: jakarta-poi index.html

2002-04-08 Thread nicolaken
nicolaken02/04/08 13:07:01 Modified:.index.html Log: final layout (CCD-Community-Code-Docs) Revision ChangesPath 1.7 +11 -8 jakarta-poi/index.html Index: index.html === RCS file:

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

2002-04-08 Thread nicolaken
nicolaken02/04/08 14:01:54 Modified:tools/cents centipede.cent.jar Log: The build jars ended in .jar.jar ; fixed. Revision ChangesPath 1.3 +11 -14jakarta-poi/tools/cents/centipede.cent.jar Binary file

Re: development release tonight?

2002-04-08 Thread Nicola Ken Barozzi
From: Andrew C. Oliver [EMAIL PROTECTED] Ken informs me that the build is now in working order. Can we get one more dev release? I'm uncomfortable doing a prod release unless we've had a release that captures the logging fixes and other various things. I agree, also given the new build

RE: Interface Change to HSSF (AND mail list problems)

2002-04-08 Thread Andrew C. Oliver
Great send me a patch, I'll apply it. On Mon, 2002-04-08 at 17:56, Carey Sublette wrote: Ideally, two means of termination of processing should be provided. The exception version, and a result code as the function value, which would result in a result code being returned to the user code that

Build still broken!!

2002-04-08 Thread Glen Stampoultzis
When running pretty much any target on a completely fresh checkout: BUILD FAILED C:\temp\jakarta-poi\build.xml:86: Could not create task or type of type: centipe de-xml-property. Ant could not find the task or a class this task relies upon. This is common and has a number of causes; the