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

2002-04-11 Thread glens
glens 02/04/11 01:02:12 Modified:src/documentation/xdocs/poifs index.xml Log: Removed unncessary paragraph. Revision ChangesPath 1.6 +1 -3 jakarta-poi/src/documentation/xdocs/poifs/index.xml Index: index.xml

Implementing Named Ranges

2002-04-11 Thread Libin Roman
Hi , I am now implementing the named range (Name). I have already done all the needed Records and Formula tags , to get the reference. Now I am implementing the high level (HSSFName). I want to hear your advice about the best way to do it. As I found you have 2 "Arrays" of sheets, one of

Re: Build: Crimson missing

2002-04-11 Thread Nicola Ken Barozzi
From: [EMAIL PROTECTED] Are you sure that you don't have any system property that points to another parser? I surely havent set anything. Are you sure that you don't have other parsers in the /jre/lib/ext directory? Absolutely .. given the number of things i work on simultaneously, i

Re: Build: Crimson missing

2002-04-11 Thread lists
arg value=-uWARN/ to read arg value=-uINFO/ -uINFO did not give anything extra, but a combination of -uDEBUG and ant in verbose mode gave the following (huge) output .. but nothing that caught my eye :( owdocs: Forking C:\jdk1.3\jre\bin\java.exe -classpath

Checkstyle code check on POI: 10827 errors

2002-04-11 Thread Nicola Ken Barozzi
I have included checkstyle in my local POI version. Running it with the Sun conventions, we had 10827 errors. An example: C:\jbprojects\jakarta-poi\src\java\org\apache\poi\util\ShortField.java:73: varia ble '_offset' must match pattern '^[a-z][a-zA-Z0-9]*$'.

cvs commit: jakarta-poi/tools/antipede build.xtarget

2002-04-11 Thread nicolaken
nicolaken02/04/11 10:49:25 Modified:tools/antipede build.xtarget Log: Added header echo to any build that shows java.vm info and other stuff Revision ChangesPath 1.10 +12 -0 jakarta-poi/tools/antipede/build.xtarget Index: build.xtarget

cvs commit: jakarta-poi/legal LICENSE.antlr LICENSE.checkstyle LICENSE.umldoclet

2002-04-11 Thread nicolaken
nicolaken02/04/11 11:00:20 Modified:.build.xml Added: tools/cents checkstyle.cent.jar umldoclet.cent.jar legalLICENSE.antlr LICENSE.checkstyle LICENSE.umldoclet Log: Added new cents with build targets uml and checkstyle. Revision Changes

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

2002-04-11 Thread nicolaken
nicolaken02/04/11 11:01:09 Modified:tools/cents centipede.cent.jar Log: Minor tweaks to the javadoc build process. Revision ChangesPath 1.6 +19 -17jakarta-poi/tools/cents/centipede.cent.jar Binary file

Build Update - UML support added

2002-04-11 Thread Nicola Ken Barozzi
I've downloaded JDK 1.3.1_02 and ran that on the build I've just committed. To be sure it was using the correct classpath and the correct JDK, at the beginning of every build Centipede outputs all this info. The doc target works, and produces valid documentation. I've added a proposed Avalon

Patch for error reading spreadsheet

2002-04-11 Thread Craig
Index: src/java/org/apache/poi/hssf/model/Sheet.java === RCS file: /home/cvspublic/jakarta-poi/src/java/org/apache/poi/hssf/model/Sheet.java,v retrieving revision 1.5 diff -c -r1.5 Sheet.java ***

Re: Checkstyle code check on POI: 10827 errors

2002-04-11 Thread Andrew C. Oliver
for more information on POI coding standards please see this document... (which you voted to approve ;-) http://jakarta.apache.org/poi/resolutions/res001.html On Thu, 2002-04-11 at 10:53, Nicola Ken Barozzi wrote: I have included checkstyle in my local POI version. Running it with the Sun

Re: Checkstyle code check on POI: 10827 errors

2002-04-11 Thread Andrew C. Oliver
-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. On Thu, 2002-04-11 at 19:20, Glen Stampoultzis wrote: Given that our coding standard is very relaxed I don't think

Re: Checkstyle code check on POI: 10827 errors

2002-04-11 Thread Glen Stampoultzis
The comment was aimed at whether checkstyle would be useful for this project given it's lack of standards. It was not a standards discussion as such. We have already been down that path and you know my feelings on that subject. Regards, Glen Stampoultzis (TriNexus Pty Ltd) +63 3 9753-6850

Re: Checkstyle code check on POI: 10827 errors

2002-04-11 Thread Andrew C. Oliver
I know...just nipping it in the bud before it starts up again ;-) -Andy On Thu, 2002-04-11 at 21:48, Glen Stampoultzis wrote: The comment was aimed at whether checkstyle would be useful for this project given it's lack of standards. It was not a standards discussion as such. We have already