Re: HSSF: Additional number formats

2002-04-12 Thread Andrew C. Oliver
Hi... wrong list, this is a poi-dev kind of issue. Custom formats are on the plate for HSSF 2.0. I'm going to need this soon for some stuff I'm working on. If you're game, take a crack at it. I'll apply and help debug the patches. So do a cvs diff -u and send in the patch, just annotate t

cvs commit: jakarta-poi/src/java/org/apache/poi/hssf/dev BiffViewer.java

2002-04-12 Thread glens
glens 02/04/12 07:50:56 Modified:src/java/org/apache/poi/hssf/dev BiffViewer.java Log: Some small output changes to BiffViewer Revision ChangesPath 1.9 +9 -8 jakarta-poi/src/java/org/apache/poi/hssf/dev/BiffViewer.java Index: BiffViewer.java =

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

2002-04-12 Thread glens
glens 02/04/12 07:40:36 Added: src/java/org/apache/poi/hssf/record LineFormatRecord.java Log: New chart record Revision ChangesPath 1.1 jakarta-poi/src/java/org/apache/poi/hssf/record/LineFormatRecord.java Index: LineFormatRecord.java ===

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

2002-04-12 Thread glens
glens 02/04/12 07:40:30 Added: src/testcases/org/apache/poi/hssf/record TestLineFormatRecord.java Log: New chart record Revision ChangesPath 1.1 jakarta-poi/src/testcases/org/apache/poi/hssf/record/TestLineFormatRecord.java

cvs commit: jakarta-poi/src/records/definitions line_format_record.xml

2002-04-12 Thread glens
glens 02/04/12 07:40:16 Added: src/records/definitions line_format_record.xml Log: New chart record Revision ChangesPath 1.1 jakarta-poi/src/records/definitions/line_format_record.xml Index: line_format_record.xml =

cvs commit: jakarta-poi/src/targets/record-generation xbuild.xml

2002-04-12 Thread glens
glens 02/04/12 06:56:43 Modified:src/targets/record-generation xbuild.xml Log: Fixed record-generator. Revision ChangesPath 1.2 +2 -1 jakarta-poi/src/targets/record-generation/xbuild.xml Index: xbuild.xml ==

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

2002-04-12 Thread glens
glens 02/04/12 04:13:26 Modified:src/documentation/xdocs/resolutions res001.xml Log: Fixed a spelling mistake and added a small bit about jokes. Revision ChangesPath 1.5 +21 -21jakarta-poi/src/documentation/xdocs/resolutions/res001.xml Index: res001.xml

Re: Build Update - UML support added

2002-04-12 Thread Nicola Ken Barozzi
It's another JDK1.4-1.3 incompatibility stuff :-( Now that I have also jdk1.3 I'll see to make it work on it also ;-) Thanks :-) -- Nicola Ken Barozzi [EMAIL PROTECTED] - verba volant, scripta manent - (discussions get forgotten, just code remains) -

Re: Build Update - UML support added

2002-04-12 Thread Rainer Klute
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 Raine

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

2002-04-12 Thread nicolaken
nicolaken02/04/12 02:02:22 Modified:src/documentation/xdocs/resolutions res001.xml Log: 2 cents wisdom on bringing up coding standards Revision ChangesPath 1.4 +10 -0 jakarta-poi/src/documentation/xdocs/resolutions/res001.xml Index: res001.xml ==

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

2002-04-12 Thread nicolaken
nicolaken02/04/12 01:55:29 Modified:src/documentation/xdocs/resolutions index.xml Log: Fixed typo. Revision ChangesPath 1.4 +1 -1 jakarta-poi/src/documentation/xdocs/resolutions/index.xml Index: index.xml

Re: Checkstyle code check on POI: 10827 errors

2002-04-12 Thread Nicola Ken Barozzi
From: "Glen Stampoultzis" <[EMAIL PROTECTED]> > Resolution 2: No laughing allow in conversations regarding coding > standards. > > :-) :-) BTW, does the build work ok now? I've tested with JDK1.3.1_02 and the docs compile ok for me. Glen, have you had problems with previous versions of the

Re: Checkstyle code check on POI: 10827 errors

2002-04-12 Thread Glen Stampoultzis
> From: "Andrew C. Oliver" <[EMAIL PROTECTED]> > > > -1 on letting this degrade into a long pedantic discussion on where one > > should put their braces or whether to use _variables or not. Its not > > productive and has been addressed. > > Well, you are the one that's being pedantic ;-P > > I p

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

2002-04-12 Thread glens
glens 02/04/12 01:26:30 Modified:src/java/org/apache/poi/hssf/model Sheet.java src/java/org/apache/poi/hssf/usermodel HSSFWorkbook.java src/testcases/org/apache/poi/hssf/usermodel TestHSSFSheet.java Log: Fixed a bug I introduce