Re: [VOTE] Yegor as commiter

2007-01-03 Thread Tetsuya Kitahata
Avik wrote:

 Yegor Kozlov has put in significant effort over the past few months 
 developing 
 the Powerpoint components within POI. You may have seen him on the  dev 
 lists, 
 helping users and developers actively. 
 
 I therefore propose he be made a commiter on POI. Herewith, my
 
 +1
 
 Please reply to the list with your votes. 
 
 I propose to let the vote run till the 5th of Jan. 

+1


-
Tetsuya Kitahata --  Terra-International, Inc. - President - 
E-mail: [EMAIL PROTECTED]   http://www.terra-intl.com/
Sponsorship Member, Apache Software Foundation -- http://apache.org/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt/html site2xhtml.xsl

2003-11-20 Thread tetsuya
tetsuya 2003/11/20 14:36:27

  Modified:src/documentation/skins/poi-site/xslt/html site2xhtml.xsl
  Log:
  Apachecon US 2003 is over
  
  Revision  ChangesPath
  1.3   +1 -2  
jakarta-poi/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- site2xhtml.xsl13 Oct 2003 09:43:48 -  1.2
  +++ site2xhtml.xsl20 Nov 2003 22:36:27 -  1.3
  @@ -112,7 +112,6 @@
 tr valign=top
   xsl:comment= start Menu ==/xsl:comment
   td id=leftcol
  - A HREF=http://apachecon.com/2003/US/index.html;img border=0 
src=http://jakarta.apache.org/images/logos/ac2003-150.gif; alt=ApacheCon US 
2003//A
 div id=navcolumn
   xsl:apply-templates select=[EMAIL PROTECTED]'menuBar']/
 /div
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation skinconf.xml

2003-10-26 Thread tetsuya
tetsuya 2003/10/26 01:09:20

  Modified:src/documentation skinconf.xml
  Log:
  Updated skinconf to be fit to Apache Forrest 0.5.1
  
  Revision  ChangesPath
  1.8   +28 -3 jakarta-poi/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/skinconf.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- skinconf.xml  13 Oct 2003 09:46:14 -  1.7
  +++ skinconf.xml  26 Oct 2003 09:09:20 -  1.8
  @@ -9,22 +9,30 @@
   
 !ENTITY % links.att 'name CDATA #REQUIRED'
 !ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'
  -  !ELEMENT skinconfig (disable-search?, disable-compliance-links?, 
searchsite-domain?, searchsite-name?,
  -  project-name, project-url, project-logo, group-name?, group-url?, group-logo?,
  -  host-url?, host-logo?, year?, vendor?, trail?, credits?)*
  +  !ELEMENT skinconfig (disable-lucene?, disable-search?, disable-print-link?, 
disable-pdf-link?,
  +  disable-xml-link?, disable-compliance-links?, obfuscate-mail-links?, 
searchsite-domain?, searchsite-name?,
  +  project-name, project-description?, project-url, project-logo, group-name?, 
group-description?, group-url?, group-logo?,
  +  host-url?, host-logo?, year?, vendor?, trail?, toc?, credits?)*
 !ELEMENT credits (credit*)
 !ELEMENT credit (name, url, image?, width?, height?)
 !-- id uniquely identifies the tool, and role indicates its function --
 !ATTLIST credit id   CDATA #IMPLIED
  role CDATA #IMPLIED
  +  !ELEMENT disable-lucene (#PCDATA)
 !ELEMENT disable-search (#PCDATA)
  +  !ELEMENT disable-print-link (#PCDATA)
  +  !ELEMENT disable-pdf-link (#PCDATA)
  +  !ELEMENT disable-xml-link (#PCDATA)
 !ELEMENT disable-compliance-links (#PCDATA)   
  +  !ELEMENT obfuscate-mail-links (#PCDATA)   
 !ELEMENT searchsite-domain (#PCDATA)
 !ELEMENT searchsite-name (#PCDATA)  
 !ELEMENT project-name (#PCDATA)
  +  !ELEMENT project-description (#PCDATA)
 !ELEMENT project-url (#PCDATA)
 !ELEMENT project-logo (#PCDATA)
 !ELEMENT group-name (#PCDATA)
  +  !ELEMENT group-description (#PCDATA)
 !ELEMENT group-url (#PCDATA)
 !ELEMENT group-logo (#PCDATA)
 !ELEMENT host-url (#PCDATA)
  @@ -44,9 +52,26 @@
 !ELEMENT image (#PCDATA)
 !ELEMENT width (#PCDATA)
 !ELEMENT height (#PCDATA)
  +  !ELEMENT toc EMPTY
  +  !ATTLIST toc level CDATA #IMPLIED
 ]
   
   skinconfig
  +  !-- Do we want to disable the Lucene search box? --
  +  disable-lucenetrue/disable-lucene
  +  !-- Do we want to disable the Google search box? --
  +  disable-searchfalse/disable-search
  +  !-- Do we want to disable the print link? If enabled, invalid HTML 4.0.1 --
  +  disable-print-linkfalse/disable-print-link  
  +  !-- Do we want to disable the PDF link? --
  +  disable-pdf-linkfalse/disable-pdf-link
  +  !-- Do we want to disable the xml source link? --
  +  disable-xml-linktrue/disable-xml-link
  +  !-- Do we want to disable w3c compliance links? --
  +  disable-compliance-linksfalse/disable-compliance-links
  +  !-- Whether to render mailto: links unrecognisable by spam harvesters --
  +  obfuscate-mail-linkstrue/obfuscate-mail-links
  +
 !-- Do we want to disable the Google search box? --
 disable-searchfalse/disable-search
 !-- Do we want to disable w3c compliance links? --
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt/html tab2menu.xsl

2003-10-25 Thread tetsuya
tetsuya 2003/10/25 22:32:51

  Modified:src/documentation/skins/poi-site/xslt/html tab2menu.xsl
  Log:
  Enhancement of Tab (PDF/XML/Print links to tab menu)
  
  Revision  ChangesPath
  1.2   +64 -0 
jakarta-poi/src/documentation/skins/poi-site/xslt/html/tab2menu.xsl
  
  Index: tab2menu.xsl
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/skins/poi-site/xslt/html/tab2menu.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tab2menu.xsl  11 Oct 2003 18:21:00 -  1.1
  +++ tab2menu.xsl  26 Oct 2003 05:32:51 -  1.2
  @@ -7,11 +7,75 @@
   xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
   
 xsl:import href=../../../common/xslt/html/tab2menu.xsl/
  +  xsl:param name=config-file select='../../../../skinconf.xml'/
  +  xsl:variable name=config select=document($config-file)/skinconfig/
  +  
  +  xsl:param name=notoc/
  +  xsl:param name=path/
  +  !-- xsl:include href=split.xsl/ --
  +  xsl:include href=../../../common/xslt/html/dotdots.xsl/
  +  xsl:include href=../../../common/xslt/html/pathutils.xsl/
  +  
  +  !-- If true, a PDF link for this page will not be generated --
  +  xsl:variable name=disable-pdf-link select=$config/disable-pdf-link/
  +  !-- If true, a print link for this page will not be generated --
  +  xsl:variable name=disable-print-link select=$config/disable-print-link/
  +  !-- If true, an XML link for this page will not be generated --
  +  xsl:variable name=disable-xml-link select=$config/disable-xml-link/  
  +  !-- Get the section depth to use when generating the minitoc (default is 2) --
  +  xsl:variable name=config-max-depth select=$config/toc/@level/
  +  !-- Whether to obfuscate email links --
  +  xsl:variable name=obfuscate-mail-links select=$config/obfuscate-mail-links/
  +
  +  !-- Path to site root, eg '../../' --
  +  xsl:variable name=root
  +xsl:call-template name=dotdots
  +  xsl:with-param name=path select=$path/
  +/xsl:call-template
  +  /xsl:variable
  +
  +  xsl:variable name=filename-noext
  +xsl:call-template name=filename-noext
  +  xsl:with-param name=path select=$path/
  +/xsl:call-template
  +  /xsl:variable
   
 xsl:template name=pre-separator
 /xsl:template
   
 xsl:template name=post-separator
  +
  +xsl:if test=not($config/disable-print-link) or $disable-print-link = 'false'
  +xsl:text | /xsl:text
  +script type=text/javascript language=Javascript
  +function printit() {  
  +if (window.print) {
  +window.print() ;  
  +} else {
  +var WebBrowser = 'lt;OBJECT ID=WebBrowser1 WIDTH=0 HEIGHT=0 
CLASSID=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2lt;/OBJECT';
  +document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
  +WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box
WebBrowser1.outerHTML = ;  
  +}
  +}
  +/script
  +
  +script type=text/javascript language=Javascript
  +var NS = (navigator.appName == Netscape);
  +var VERSION = parseInt(navigator.appVersion);
  +if (VERSION  3) {
  +document.write('  a href=javascript:printit() title=PRINT this page 
OUTPRINT/a');
  +}
  +/script
  +   /xsl:if
  +
  +   xsl:if test=not($config/disable-xml-link) or $disable-xml-link = 'false' 
  +xsl:text | /xsl:texta href={$filename-noext}.xml title=XML file of this 
pageXML/a
  +   /xsl:if
  +
  +
  +   xsl:if test=not($config/disable-pdf-link) or $disable-pdf-link = 'false' 
  +xsl:text | /xsl:texta href={$filename-noext}.pdf title=PDF file of this 
pagePDF/a
  +   /xsl:if
 /xsl:template
   
 xsl:template name=separator
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-10-13 Thread tetsuya
tetsuya 2003/10/13 02:43:02

  Modified:src/documentation/content/xdocs book.xml
  Log:
  Added Apache POI TOP (Left-side navi)
  
  Revision  ChangesPath
  1.15  +4 -0  jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- book.xml  5 Aug 2003 04:00:13 -   1.14
  +++ book.xml  13 Oct 2003 09:43:02 -  1.15
  @@ -6,6 +6,10 @@
   copyright=@year@ POI Project
   xmlns:xlink=http://www.w3.org/1999/xlink;
   
  +menu label=Apache POI
  +menu-item label=TOP href=index.html/
  +/menu
  +
   menu label=Marketing
   menu-item label=Case Studies href=casestudies.html/
   /menu
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt/html site2xhtml.xsl

2003-10-13 Thread tetsuya
tetsuya 2003/10/13 02:43:48

  Modified:src/documentation/skins/poi-site/xslt/html site2xhtml.xsl
  Log:
  Slight change of POI-skin for *ApacheCon US 2003*
  
  Revision  ChangesPath
  1.2   +36 -45
jakarta-poi/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl
  
  Index: site2xhtml.xsl
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/skins/poi-site/xslt/html/site2xhtml.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- site2xhtml.xsl11 Oct 2003 18:21:00 -  1.1
  +++ site2xhtml.xsl13 Oct 2003 09:43:48 -  1.2
  @@ -70,50 +70,6 @@
 /div
   /td
   xsl:comment= end Project Logo 
==/xsl:comment
  -xsl:comment= start Search 
==/xsl:comment
  -td class=search align=right rowspan=2 valign=top
  -  xsl:if test=not($config/disable-search) or
  -$config/disable-search='false' and $config/searchsite-domain and
  -$config/searchsite-name
  -form method=get action=http://www.google.com/search; 
target=_blank
  -  table cellpadding=0 cellspacing=0 border=0 
summary=search
  -tr
  -  td colspan=3 bgcolor=#a5b6c6img class=spacer 
src={$spacer} alt= width=1 height=10 //td
  -/tr
  -tr
  -  td colspan=3img class=spacer src={$spacer} alt= 
width=1 height=8 //td
  -/tr
  -tr
  -  tdimg class=spacer src={$spacer} alt= width=1 
height=1 //td
  -  td nowrap=nowrap
  -input type=hidden name=sitesearch 
value={$config/searchsite-domain}/
  -input type=text id=query name=q size=10/
  -img class=spacer src={$spacer} alt= width=5 
height=1 /
  -input type=submit value=Search name=Search/
  -br /
  -  Search xsl:value-of select=$config/searchsite-name/
  -  !-- setting search options off for the moment --
  -  !--
  -  input type=radio name=web value=web/web 
site#160;#160;input type=radio name=mail value=mail/mail lists
  -  --
  -  /td
  -  tdimg class=spacer src={$spacer} alt= width=1 
height=1 //td
  -/tr
  -
  -tr
  -  td colspan=3img class=spacer src={$spacer} alt= 
width=1 height=7 //td
  -/tr
  -
  -tr
  -  td class=bottom-left-thick/td
  -  td bgcolor=#a5b6c6img class=spacer src={$spacer} 
alt= width=1 height=1 //td
  -  td class=bottom-right-thick/td
  -/tr
  -  /table
  -/form
  -  /xsl:if
  -/td
  -xsl:comment= end Search 
==/xsl:comment
 /tr
/tbody  
   /table
  @@ -156,9 +112,44 @@
 tr valign=top
   xsl:comment= start Menu ==/xsl:comment
   td id=leftcol
  + A HREF=http://apachecon.com/2003/US/index.html;img border=0 
src=http://jakarta.apache.org/images/logos/ac2003-150.gif; alt=ApacheCon US 
2003//A
 div id=navcolumn
   xsl:apply-templates select=[EMAIL PROTECTED]'menuBar']/
 /div
  +  xsl:if test=not($config/disable-search) or
  +$config/disable-search='false' and $config/searchsite-domain and
  +$config/searchsite-name
  +form method=get action=http://www.google.com/search; 
target=_blank
  +  table cellpadding=0 cellspacing=0 border=0 
summary=search
  +tr
  +  tdimg class=spacer src={$spacer} alt= width=1 
height=1 //td
  +  td nowrap=nowrap
  +input type=hidden name=sitesearch 
value={$config/searchsite-domain}/
  +input type=text id=query name=q size=10/
  +img class=spacer src={$spacer} alt= width=5 
height=1 /
  +input type=submit value=GO name=Search/
  +br /
  +  Search xsl:value-of select=$config/searchsite-name/
  +  !-- setting search options off for the moment --
  +  !--
  +  input type=radio name=web value=web/web 
site#160;#160;input type=radio name=mail value=mail/mail lists
  +  --
  +  /td

cvs commit: jakarta-poi build.xml

2003-10-13 Thread tetsuya
tetsuya 2003/10/13 02:45:14

  Modified:.build.xml
  Log:
  Make use of unique poi-skin so that we can highlight the ApacheCon US on the 
left-side navi
  
  Revision  ChangesPath
  1.52  +0 -6  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- build.xml 23 Sep 2003 16:00:45 -  1.51
  +++ build.xml 13 Oct 2003 09:45:14 -  1.52
  @@ -389,12 +389,6 @@
   property name=project.home location=${build.site.src}/
   /ant
   
  -replace dir=${build.site} value=lt;!--= start Menu items 
==--gt;lt;A 
HREF=quot;http://apachecon.com/2003/US/index.htmlquot;gt;lt;img 
border=quot;0quot; 
src=quot;http://jakarta.apache.org/images/logos/ac2003-150.gifquot;/gt;lt;/Agt;;
  -  include name=**/*.html/
  -  replacetokenlt;!--= start Menu items 
==--gt;/replacetoken
  -/replace
  -
  -
   echoBroken links:/echo
   echo file=${build.site}/../tmp/brokenlinks.txt/
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation skinconf.xml

2003-10-13 Thread tetsuya
tetsuya 2003/10/13 02:46:14

  Modified:src/documentation skinconf.xml
  Log:
  Apache | Jakarta | POI  ;-)
  
  Revision  ChangesPath
  1.7   +1 -2  jakarta-poi/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/skinconf.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- skinconf.xml  29 Aug 2003 00:45:14 -  1.6
  +++ skinconf.xml  13 Oct 2003 09:46:14 -  1.7
  @@ -82,8 +82,7 @@
 trail
   link1 name=Apache href=http://www.apache.org//
   link2 name=Jakarta href=http://jakarta.apache.org//
  -link3 name= href=/
  -!--link3 name=POI href=http://jakarta.apache.org/poi//--
  +link3 name=POI href=http://jakarta.apache.org/poi//
 /trail
   
 !-- Credits are typically rendered as a set of small clickable images in the
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-poi forrest.properties

2003-10-12 Thread Tetsuya Kitahata

Hi,

On Sun, 12 Oct 2003 20:35:14 +0500
(Subject: Re: cvs commit: jakarta-poi forrest.properties)
Avik Sengupta [EMAIL PROTECTED] wrote:

 Hey, cool, i like it!

Danke :)

 I have a few nitpicks:
 * I hate the big hude pdf logo hainging in mid air. I think a link to
 pdf would be nice as a text link next to the Home link in the top bar
 -- Home | PDF

Agreed. God knows I tried in the past. ;) I am still investigating
how to. (Yes, I wanted to display like
Home | PDF ... ;-)
 
 * I liked the fact that originally, the code sections were boxed.. it
 looked nice. Also, is the current code sections in fixed-width font?

Agreed. Will be fixed soon.

 * the HSSF/howto page, for example has horizontal scrolling, i cant figure out how. 

I think it is because of the length of the code.
If I put carriage return (and LF) to some codes, I think the scroll bar
would be wiped out completely.

 But anyway, i think this is a fresh new look! 

Any suggestions/opinions would be appreciated! 

Anyway, I am now re-creating
Jakarta-POI
WebServices Site
WS-SOAP
WS-Axis
websites. I hope they would be the same look and feel. 
That skin was based on avalon-tigris skin. Cool. 

Really, I welcome any suggestion, indeed.

Thanks,

-- Tetsuya. ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:51:03

  jakarta-poi/src/documentation/skins - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/common - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:51:27

  jakarta-poi/src/documentation/skins/common - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:51:49

  jakarta-poi/src/documentation/skins/poi-site - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/common/images - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:52:09

  jakarta-poi/src/documentation/skins/common/images - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/common/xslt - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:52:30

  jakarta-poi/src/documentation/skins/common/xslt - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/css - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:52:54

  jakarta-poi/src/documentation/skins/poi-site/css - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/images - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:53:13

  jakarta-poi/src/documentation/skins/poi-site/images - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:53:32

  jakarta-poi/src/documentation/skins/poi-site/xslt - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/common/xslt/fo - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:53:53

  jakarta-poi/src/documentation/skins/common/xslt/fo - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/common/xslt/html - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:54:13

  jakarta-poi/src/documentation/skins/common/xslt/html - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt/fo - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:54:33

  jakarta-poi/src/documentation/skins/poi-site/xslt/fo - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt/html - New directory

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 10:54:53

  jakarta-poi/src/documentation/skins/poi-site/xslt/html - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/skins/poi-site/xslt/html book2menu.xsl document2html.xsl site2xhtml.xsl tab2menu.xsl

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 11:21:00

  Added:   src/documentation/skins/common/images README.txt
built-with-forrest-button.png pdfdoc.gif
printer.gif spacer.gif valid-html401.png xmldoc.gif
   src/documentation/skins/common/xslt/fo document2fo.xsl
footerinfo.xsl pdfoutline.xsl
   src/documentation/skins/common/xslt/html book2menu.xsl
document2html.xsl dotdots.xsl pathutils.xsl
renderlogo.xsl site2xhtml.xsl split.xsl
tab2menu.xsl tabutils.xsl
   src/documentation/skins/poi-site/css mysite.css print.css
site.css tigris.css
   src/documentation/skins/poi-site/images add.jpg favicon.ico
note.gif nw_maj_rond.gif nw_min.gif pdfdoc.gif
remove.jpg spacer.gif strich.gif update.jpg
valid-html401.png vcss.png void.gif xmldoc.gif
   src/documentation/skins/poi-site/xslt/fo document2fo.xsl
   src/documentation/skins/poi-site/xslt/html book2menu.xsl
document2html.xsl site2xhtml.xsl tab2menu.xsl
  Log:
  poi-skin: Original Skin (Forrest) for Jakarta POI Project
  
  Revision  ChangesPath
  1.1  jakarta-poi/src/documentation/skins/common/images/README.txt
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/images/README.txt?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/images/built-with-forrest-button.png
  
Binary file
  
  
  1.1  jakarta-poi/src/documentation/skins/common/images/pdfdoc.gif
  
Binary file
  
  
  1.1  jakarta-poi/src/documentation/skins/common/images/printer.gif
  
Binary file
  
  
  1.1  jakarta-poi/src/documentation/skins/common/images/spacer.gif
  
Binary file
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/images/valid-html401.png
  
Binary file
  
  
  1.1  jakarta-poi/src/documentation/skins/common/images/xmldoc.gif
  
Binary file
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/fo/document2fo.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/fo/document2fo.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/fo/footerinfo.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/fo/footerinfo.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/fo/pdfoutline.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/fo/pdfoutline.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/book2menu.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/book2menu.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/document2html.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/document2html.xsl?rev=1.1
  
  
  1.1  jakarta-poi/src/documentation/skins/common/xslt/html/dotdots.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/dotdots.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/pathutils.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/pathutils.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/renderlogo.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/renderlogo.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/site2xhtml.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/site2xhtml.xsl?rev=1.1
  
  
  1.1  jakarta-poi/src/documentation/skins/common/xslt/html/split.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/split.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/tab2menu.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/tab2menu.xsl?rev=1.1
  
  
  1.1  
jakarta-poi/src/documentation/skins/common/xslt/html/tabutils.xsl
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/common/xslt/html/tabutils.xsl?rev=1.1
  
  
  1.1  jakarta-poi/src/documentation/skins/poi-site/css/mysite.css
  
  
http://cvs.apache.org/viewcvs/jakarta-poi/src/documentation/skins/poi-site/css/mysite.css?rev=1.1
  
  
  1.1  jakarta-poi/src/documentation/skins/poi-site/css/print.css

cvs commit: jakarta-poi forrest.properties

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 11:23:03

  Modified:.forrest.properties
  Log:
  poi-skin: Original Skin (Forrest) for Jakarta POI Project
  
  Revision  ChangesPath
  1.3   +1 -1  jakarta-poi/forrest.properties
  
  Index: forrest.properties
  ===
  RCS file: /home/cvs/jakarta-poi/forrest.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- forrest.properties24 Apr 2003 00:53:27 -  1.2
  +++ forrest.properties11 Oct 2003 18:23:03 -  1.3
  @@ -12,7 +12,7 @@
   #project.skin=forrest-site
   #project.skin=avalon-tigris
   #project.skin=krysalis-site
  -
  +project.skin=poi-site
   
   ##
   # layout properties
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/resources/images group-logo.gif

2003-10-11 Thread tetsuya
tetsuya 2003/10/11 19:25:05

  Modified:src/documentation/resources/images group-logo.gif
  Log:
  Revert POI Logo (White Background)
  
  Revision  ChangesPath
  1.5   +78 -48jakarta-poi/src/documentation/resources/images/group-logo.gif
  
Binary file
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Article on POI on devX

2003-10-02 Thread Tetsuya Kitahata

DONE. (With regard to the Front page of Jakarta.Apache.Org)

http://jakarta.apache.org/site/news.html#20030930.1

-- Tetsuya. ([EMAIL PROTECTED])

On Tue, 30 Sep 2003 07:45:38 -0700
(Subject: Re: Article on POI on devX)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Very cool.  We should post this on the front page of Jakarta and in the poi
 news.. . I'll try and get around to it if no one does but I'm in the 3rd
 quarter of an  1 mo on the road and I'm a bit fatigued in the evenings.
 
snip/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Apache Newsletter Draft] News as to Jakarta POI Project from Aug. to Sep.

2003-10-02 Thread Tetsuya Kitahata
Dear Jakarta POI Development Team, 
(http://jakarta.apache.org/poi/)


Hello,

Apache newsletter is in progress of preparing the second all-Apache
newsletter, news from August to September 2003, which will be 
published in the middle of October 2003.

=== What is The Apache Newsletter? ===
http://www.apache.org/newsletter/


the 'Apache Newsletter Issue 2' will be appeared at
http://www.apache.org/newsletter/200309.html
and the editorial deadline will be 00:00 GMT-7000, 11th October.

We lowered the barrier to entry - anyone will be able to easily 
contribute, as prepared the ApacheWiki
(http://nagoya.apache.org/wiki/apachewiki.cgi).

If you have anything to be added to the ApacheWiki, please go to
http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue2
and fill up what you want to append.
(A few editors per (sub)project would be highly appreciated, indeed)
Of course, if you do have a hesitation on writing article via Wiki,
please send e-mails to me [EMAIL PROTECTED] directly.

Probably, the former newsletter (Apache Newsletter Issue #1)
might be able to give you some hints in writing the articles.
cf. http://www.apache.org/newsletter/200307.html

I am waiting your contributions. Please e-mail to me [EMAIL PROTECTED]
whensoever you have a question about this newsletter.

Hope to hear from you

Sincerely,

-- Tetsuya Kitahata ([EMAIL PROTECTED])

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(The Apache Newsletter Issuer/Editor)
http://www.apache.org/newsletter/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[PATCH] Re: Advert police strikes again

2003-09-23 Thread Tetsuya Kitahata

(BI think you can do it by applying this patch.
(B
(BI also wanted to do this @ incubator-site, however,
(BI do not have a karma (and ROOT Meister did not give me
(Bsuch karma). -- sad --
(B
(BRegards,
(B
(B__ Tetsuya [EMAIL PROTECTED] __
(B
(B-
(BIndex: build.xml
(B===
(BRCS file: /home/cvs/jakarta-poi/build.xml,v
(Bretrieving revision 1.50
(Bdiff -u -r1.50 build.xml
(B--- build.xml   4 Sep 2003 19:52:11 -   1.50
(B+++ build.xml   23 Sep 2003 15:09:52 -
(B@@ -389,6 +389,12 @@
(B property name="project.home" location="${build.site.src}"/
(B /ant
(B 
(B+replace dir="${build.site}" value="lt;!--= start Menu items 
(B==--gt;lt;A 
(BHREF=quot;http://apachecon.com/2003/US/index.htmlquot;gt;lt;img 
(Bborder=quot;0quot; 
(Bsrc=quot;http://jakarta.apache.org/images/logos/ac2003-150.gifquot;/gt;lt;/Agt;"
(B+  include name="**/*.html"/
(B+  replacetokenlt;!--= start Menu items 
(B==--gt;/replacetoken
(B+/replace
(B+
(B+
(B echoBroken links:/echo
(B echo file="${build.site}/../tmp/brokenlinks.txt"/
(B 
(B-
(B
(BOn Tue, 23 Sep 2003 07:00:18 -0700
(B(Subject: FW: Advert police strikes again)
(B"Andrew C. Oliver" [EMAIL PROTECTED] wrote:
(B
(B 
(B -- 
(B Andrew C. Oliver
(B http://www.superlinksoftware.com/poi.jsp
(B Custom enhancements and Commercial Implementation for Jakarta POI
(B 
(B http://jakarta.apache.org/poi
(B For Java and Excel, Got POI?
(B 
(B The views expressed in this email are those of the author and are almost
(B definitely not shared by the Apache Software Foundation, its board or its
(B general membership.  In fact they probably most definitively disagree with
(B everything espoused in the above email.
(B 
(B -- Forwarded Message
(B 
(B Hello all,
(B 
(B According to the latest report from the Apache Advert Police (AAP),
(B many of top level projects as well as subprojects have added an advert
(B icon linking to ApacheCon US 2003. Thanks everyone.
(B 
(B Unfortunately, some projects still have not added any advertising
(B related to AC 2003. For the foundation's benefit, please fix this as
(B soon as possible. We still need to make a collective effort to make
(B ApacheCon 2003 a success.
(B 
(B Moreover, some projects have added an advert on few pages but not all
(B pages. For maximum impact, I believe that all project pages should
(B contain an AC 2003 advert. Having the advert on select pages is good,
(B on all pages even better!
(B 
(B For projects using Maven here is the procedure to add an image to the
(B navigator:
(B 
(B   http://maven.apache.org/reference/plugins/xdoc/faq.html#navigation-images
(B 
(B I suppose there is a similar procedure available for Forrest.
(B 
(B For the set of available advert icons, please see:
(B 
(Bhttp://apache.org/~ceki/ac2003/
(B 
(B 
(B -- 
(B Ceki G|lc|
(B 
(B   import org.apache.Facetime;
(B   ApacheCon US 2003, 18-21 November http://apachecon.com/
(B
(B---
(BTetsuya Kitahata --  Terra-International, Inc.
(BE-mail: [EMAIL PROTECTED]  http://www.terra-intl.com/
(B(Accredited Herrmann Brain Dominance Instrument Facilitator)
(Bhttp://www.hbdi.com/
(B
(B
(B
(B-
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: jakarta-poi build.xml

2003-09-23 Thread tetsuya
tetsuya 2003/09/23 09:00:45

  Modified:.build.xml
  Log:
  Added Link to Apachecon2003 (http://apachecon.com/2003/US/)
  
  Revision  ChangesPath
  1.51  +6 -0  jakarta-poi/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-poi/build.xml,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.xml 4 Sep 2003 19:52:11 -   1.50
  +++ build.xml 23 Sep 2003 16:00:45 -  1.51
  @@ -389,6 +389,12 @@
   property name=project.home location=${build.site.src}/
   /ant
   
  +replace dir=${build.site} value=lt;!--= start Menu items 
==--gt;lt;A 
HREF=quot;http://apachecon.com/2003/US/index.htmlquot;gt;lt;img 
border=quot;0quot; 
src=quot;http://jakarta.apache.org/images/logos/ac2003-150.gifquot;/gt;lt;/Agt;;
  +  include name=**/*.html/
  +  replacetokenlt;!--= start Menu items 
==--gt;/replacetoken
  +/replace
  +
  +
   echoBroken links:/echo
   echo file=${build.site}/../tmp/brokenlinks.txt/
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: LabelRecord Uncompressed

2003-09-17 Thread Tetsuya Kitahata

On Thu, 18 Sep 2003 12:37:00 +0930
(Subject: LabelRecord Uncompressed)
Height, Jason [EMAIL PROTECTED] wrote:


 On the head I get some weird strings for uncompressed label records due to
 the following code:

   field_6_value = StringUtil.getFromUnicodeBE(data, 9 + offset,
 field_4_string_len);

 Now I think that this should be (well this causes it to work):
field_6_value = StringUtil.getFromUnicodeLE(data, 9 + offset,
 field_4_string_len);

 Or is that only because I am testing on a LE machine. I thought that the
 byte swapping was handled at a much lower level.

 I know that a lot of this stuff changed during my absence, Should I change
 this to LE ??

Agreed.

__ Tetsuya [EMAIL PROTECTED] __


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: POI Website

2003-09-05 Thread Tetsuya Kitahata

Skin.. you (we) can choose tigris-skin.

To tell the truth, my company's website is now using 
Apache Forrest .. Yay! ;-)
(http://www.terra-intl.com/)

Will I build POI-website using tigris-skin and show you all?
(There could be no need for discussion of the background color
any more, I believe)

--

Also, what about using the Cocoon-like (Release-Number
based website management system) styled site?


-- Tetsuya ([EMAIL PROTECTED])

On 05 Sep 2003 20:21:11 +0530
(Subject: Re: POI Website)
Avik Sengupta [EMAIL PROTECTED] wrote:

 What's your issue with the skin? 
 I particularly dont like the color scheme.. I think its slightly
 depressing .. i would prefer something happier :) And, as you say, it
 doesnt play too well with the logo. The other thing i dont like is the
 side menu.. it doesnt size too well (becomes too big if text is too
 long) .. etc... 
 
 However, whatever my opinions on this, i have a stronger view that its
 totally counter-productive to discuss subjective website look issues on
 lists such as this .. either i care enough to change it myself, or I am
 happy with it so long as it does its job 
 
 On a more objective basis, I think our site has lots of info.. we
 probably need a way to categorize it better.. anyone with a library
 science degree? :)
 
 For example, see the menu on the left.. each of the items seem as
 important as another, however, most people probably want the FAQ and the
 Quick Start first.. so that should be most obvious.. maybe a big red
 arrow.. :)
 
 There is one thing i have always thought we should do, but i have been
 to lazy.. is that we should have an INSTALL page on the site.. even tho
 we dont have much to say.. people still look for it.. so it should be
 there to pander
 
 This needs more thought.. will give it some. 
 
 
 
 On Fri, 2003-09-05 at 08:34, Glen Stampoultzis wrote:
  What's your issue with the skin?  I'm pretty happy with it aside from the 
  logo which I think just doesn't work well against the blue background.
  
  -- Glen
  
  At 02:08 AM 5/09/2003, you wrote:
  yeah, i think that should be nice, tho properly labelled to avoid
  confusion. My biggest currently is the skin.. if i get a momentoh
  well...  :)
  
  On Thu, 2003-09-04 at 07:05, Glen Stampoultzis wrote:
I agree that the main site should show the development version but surely
there's no harm in providing a link to the released version docs 
   on-line as
well?
   
Regards,
   
Glen
   
At 11:14 AM 4/09/2003, you wrote:
The site should always show the development version.  The goal of the site
is to get people involved.  People who want to use the releases have the
release docs.

On 9/3/03 8:15 PM, Glen Stampoultzis [EMAIL PROTECTED] wrote:

 
  Yeah... it probably wouldn't hurt to show released documentation 
   and the
  current HEAD documentation.  I'll have to keep that in mind when 
   the 2.0
  release comes around.
 
  -- Glen
 
  At 11:56 PM 3/09/2003, you wrote:
  Something that is kind of along the same lines, especially with the
 upcoming
  release, is that we need javadocs to hang off the site for the 
   released
  version.  The javadocs for the development version can still be on 
   the
 page
  but possibly in a sub menu (tab?) on development.  This would 
   avoid some
  confusion with uses who see a certain feature available in the
 javadocs but
  does not work because they have the most current release and not 
   the head.
 
  I do realize that this is still in on going development but we are
 starting
  to getting a good enough release and large enough base that many want
  need/want to use the development head.
 
  Shawn
 
  -Original Message-
  From: Glen Stampoultzis [mailto:[EMAIL PROTECTED]
  Sent: Wednesday, September 03, 2003 6:08 AM
  To: [EMAIL PROTECTED]
  Subject: POI Website
 
 
 
  As the project as matured the POI web site has grown organically to
  accommodate that growth.  Unfortunately I think we're now at the 
   stage
 were
  things are a bit messy and it's not holding together as well as it
 once may
  have.
 
  I'd like to open up discussions as to what you think the main 
   problems are
  and some idea's how we might fix them without having to invest huge
 amounts
  of time in complete rewrites.
 
  I'll kick it off with a few things I can see:
 
  Problem)  Some of the content is out of date.
  Potential Solution)  Identify out of date content and rewrite it.
 
  Problem)  The navigation system is kind of awkward.
  Potential Solution)  Tabs for each project?
  Potential Solution)  More clearly defining user oriented content and
  developer oriented content.
  Potential Solution)  Maybe using forrest sitemaps will give us better
  control

cvs commit: jakarta-poi/src/documentation skinconf.xml

2003-08-19 Thread tetsuya
tetsuya 2003/08/19 05:14:05

  Modified:src/documentation skinconf.xml
  Log:
  Applied Jeff Turners' Patch: To keep compatibilities of BUILD with 0.4 and forrest 
CVS HEAD
  
  Revision  ChangesPath
  1.5   +1 -11 jakarta-poi/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/skinconf.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- skinconf.xml  5 Aug 2003 04:37:19 -   1.4
  +++ skinconf.xml  19 Aug 2003 12:14:05 -  1.5
  @@ -9,8 +9,7 @@
   
 !ENTITY % links.att 'name CDATA #REQUIRED'
 !ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'
  -  !ELEMENT skinconfig (disable-search?, disable-print-link?, disable-pdf-link?,
  -  disable-xml-link?, disable-compliance-links?, searchsite-domain?, 
searchsite-name?,
  +  !ELEMENT skinconfig (disable-search?, disable-compliance-links?, 
searchsite-domain?, searchsite-name?,
 project-name, project-url, project-logo, group-name?, group-url?, group-logo?,
 host-url?, host-logo?, year?, vendor?, trail?, credits?)*
 !ELEMENT credits (credit*)
  @@ -19,9 +18,6 @@
 !ATTLIST credit id   CDATA #IMPLIED
  role CDATA #IMPLIED
 !ELEMENT disable-search (#PCDATA)
  -  !ELEMENT disable-print-link (#PCDATA)
  -  !ELEMENT disable-pdf-link (#PCDATA)
  -  !ELEMENT disable-xml-link (#PCDATA)
 !ELEMENT disable-compliance-links (#PCDATA)   
 !ELEMENT searchsite-domain (#PCDATA)
 !ELEMENT searchsite-name (#PCDATA)  
  @@ -53,12 +49,6 @@
   skinconfig
 !-- Do we want to disable the Google search box? --
 disable-searchfalse/disable-search
  -  !-- Do we want to disable the print link? --
  -  disable-print-linkfalse/disable-print-link  
  -  !-- Do we want to disable the PDF link? --
  -  disable-pdf-linkfalse/disable-pdf-link
  -  !-- Do we want to disable the xml source link? --
  -  disable-xml-linktrue/disable-xml-link
 !-- Do we want to disable w3c compliance links? --
 disable-compliance-linksfalse/disable-compliance-links
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/testcases/org/apache/poi/util TestStringUtil.java

2003-08-19 Thread tetsuya
tetsuya 2003/08/19 07:07:40

  Modified:src/documentation/content/xdocs/dtd changes-v11.dtd
   src/java/org/apache/poi/hssf/record BoundSheetRecord.java
FontRecord.java FormatRecord.java LabelRecord.java
SeriesTextRecord.java StringRecord.java
StyleRecord.java UnicodeString.java
   src/java/org/apache/poi/hssf/record/formula StringPtg.java
   src/java/org/apache/poi/util StringUtil.java
   src/testcases/org/apache/poi/util TestStringUtil.java
  Log:
  PR:18846
  Submitted by: [EMAIL PROTECTED] (Toshiaki Kamoshida)
  
  Revision  ChangesPath
  1.2   +1 -1  jakarta-poi/src/documentation/content/xdocs/dtd/changes-v11.dtd
  
  Index: changes-v11.dtd
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/dtd/changes-v11.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes-v11.dtd   6 Jul 2003 05:58:45 -   1.1
  +++ changes-v11.dtd   19 Aug 2003 14:07:40 -  1.2
  @@ -62,7 +62,7 @@
   !-- Common entities --
   !-- === --
   
  -!ENTITY % types add|remove|update|fix
  +!ENTITY % types add|remove|update|fix|unknown
   
   !-- === --
   !-- Document Type Definition --
  
  
  
  1.9   +2 -2  
jakarta-poi/src/java/org/apache/poi/hssf/record/BoundSheetRecord.java
  
  Index: BoundSheetRecord.java
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/BoundSheetRecord.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- BoundSheetRecord.java 30 Apr 2003 04:38:47 -  1.8
  +++ BoundSheetRecord.java 19 Aug 2003 14:07:40 -  1.9
  @@ -138,7 +138,7 @@
   int nameLength = LittleEndian.ubyteToInt( field_3_sheetname_length );
   if ( ( field_4_compressed_unicode_flag  0x01 ) == 1 )
   {
  -field_5_sheetname = StringUtil.getFromUnicodeHigh( data, 8 + offset, 
nameLength );
  +field_5_sheetname = StringUtil.getFromUnicodeLE( data, 8 + offset, 
nameLength );
   }
   else
   {
  @@ -300,7 +300,7 @@
   data[11 + offset] = getCompressedUnicodeFlag();
   
   if ( ( field_4_compressed_unicode_flag  0x01 ) == 1 )
  -StringUtil.putUncompressedUnicode( getSheetname(), data, 12 + offset );
  +StringUtil.putUnicodeLE( getSheetname(), data, 12 + offset );
   else
   StringUtil.putCompressedUnicode( getSheetname(), data, 12 + offset );
   
  
  
  
  1.10  +2 -2  jakarta-poi/src/java/org/apache/poi/hssf/record/FontRecord.java
  
  Index: FontRecord.java
  ===
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/FontRecord.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FontRecord.java   2 May 2003 14:30:03 -   1.9
  +++ FontRecord.java   19 Aug 2003 14:07:40 -  1.10
  @@ -169,7 +169,7 @@
   }
   else
   {   // is not compressed unicode
  -field_11_font_name = StringUtil.getFromUnicodeHigh(data, 16,
  +field_11_font_name = StringUtil.getFromUnicodeLE(data, 16,
   field_10_font_name_len);
   }
   }
  @@ -579,7 +579,7 @@
   data[ 18 + offset ] = getFontNameLength();
   data[ 19 + offset ] = ( byte ) 1;
   if (getFontName() != null) {
  -   StringUtil.putUncompressedUnicode(getFontName(), data, 20 + offset);
  +   StringUtil.putUnicodeLE(getFontName(), data, 20 + offset);
   }
   return getRecordSize();
   }
  
  
  
  1.10  +2 -2  
jakarta-poi/src/java/org/apache/poi/hssf/record/FormatRecord.java
  
  Index: FormatRecord.java
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/java/org/apache/poi/hssf/record/FormatRecord.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- FormatRecord.java 30 Apr 2003 04:38:47 -  1.9
  +++ FormatRecord.java 19 Aug 2003 14:07:40 -  1.10
  @@ -128,7 +128,7 @@
 
 if ( field_3_unicode_flag  ) {
 // unicode
  -  field_4_formatstring = StringUtil.getFromUnicodeHigh( data, 5 + offset, 
field_3_unicode_len );
  +  field_4_formatstring = StringUtil.getFromUnicodeLE( data, 5 + offset, 
field_3_unicode_len );
 }
 else {
 // not unicode
  @@ -264,7 +264,7 @@
   
 if ( field_3_unicode_flag

Re: Versioning

2003-08-14 Thread Tetsuya Kitahata
+1

-- Tetsuya ([EMAIL PROTECTED])

On 04 Aug 2003 19:55:38 +0530
(Subject: Re: Versioning)
Avik Sengupta [EMAIL PROTECTED] wrote:

 The current scheme is far from clear. I personally find the linux kernel
 scheme pretty good. 
 
 On Mon, 2003-08-04 at 19:48, Andrew C. Oliver wrote:
  The last time I brought this up I don't think we ever concluded or reached
  anything resembling consensus.  Our present version numbering system is from
  the old days of sourceforge.  And moreover dealt partly with a limitation I
  don't think sf has anymore.
  
  Do we want to revise our versioning scheme?  I kind of feel like a linux
  kernel style versioning scheme might work for us (even = prod versus odd =
  dev).  Still I don't really care as long as its clear (I don't really know
  that the current system is clear).  We could also use the HTTPD/Tomcat
  scheme where we just count up from the 3.0 and mark one release and the
  others dev etc.  If we're going to change it we need to decide now as I
  expect we'll start having 3.0-dev releases this month.
  
  We need a new project plan for 3.0.  I'm going to start one on the wiki.  My
  contribution will say:
  
  * Integrate POIFS2.
  * performance improvements from performance branch.
  * integrate new reactor based record factory.
  
  I want to keep the scope tighter this time as I think we all agree 2.0 has
  taken way too long and we still didn't even meet all of the original
  objectives.
  
  -Andy
 -- 
 Avik Sengupta [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 Mailing List:http://jakarta.apache.org/site/mail2.html#poi
 The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/content/xdocs/hdf projectplan.xml index.xml docoverview.xml book.xml

2003-08-14 Thread tetsuya
tetsuya 2003/08/07 20:00:07

  Removed: src/documentation/content/xdocs/hdf projectplan.xml
index.xml docoverview.xml book.xml
  Log:
  HDF - HWPF : HDF directory is obsolete

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans/es/hssf alternatives.xml book.xml diagram1.xml diagrams.xml formula.xml hacking-hssf.xml how-to.xml index.xml limitations.xml quick-guide.xml record-generator.xml use-case.xml

2003-08-14 Thread tetsuya
tetsuya 2003/08/05 21:30:39

  Modified:src/documentation/content/xdocs/trans/es 3rdparty.xml
book.xml casestudies.xml changes.xml faq.xml
historyandfuture.xml index.xml news.xml
overview.xml patches.xml todo.xml who.xml
   src/documentation/content/xdocs/trans/es/hssf
alternatives.xml book.xml diagram1.xml diagrams.xml
formula.xml hacking-hssf.xml how-to.xml index.xml
limitations.xml quick-guide.xml
record-generator.xml use-case.xml
  Log:
  ES Translation: Reverted and Made changes
  
  Revision  ChangesPath
  1.4   +1 -1  
jakarta-poi/src/documentation/content/xdocs/trans/es/3rdparty.xml
  
  Index: 3rdparty.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/3rdparty.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- 3rdparty.xml  4 Aug 2003 03:42:46 -   1.3
  +++ 3rdparty.xml  6 Aug 2003 04:30:38 -   1.4
  @@ -3,7 +3,7 @@
   
   document
header
  -  titleContribuciones de Terceras Partes/title
  +  titleJakarta POI - Contribuciones de Terceras Partes/title
 authors
  person name=Nicola Ken Barozzi email=[EMAIL PROTECTED]/
  person name=Agustín Martín Barbero email=-/
  
  
  
  1.9   +1 -1  jakarta-poi/src/documentation/content/xdocs/trans/es/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/book.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- book.xml  5 Aug 2003 04:00:14 -   1.8
  +++ book.xml  6 Aug 2003 04:30:38 -   1.9
  @@ -45,7 +45,7 @@
   menu-item label=Alemán href=../de/index.html/
   menu-item label=Español href=index.html/
   menu-item label=Japonés href=http://jakarta.terra-intl.com/poi//
  -menu-item label=Coreano href=http://jakarta.apache-korea.org/poi//
  +menu-item label=Casano href=http://jakarta.apache-korea.org/poi//
 /menu
 
 menu label=Código
  
  
  
  1.4   +64 -23
jakarta-poi/src/documentation/content/xdocs/trans/es/casestudies.xml
  
  Index: casestudies.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/casestudies.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- casestudies.xml   7 Jul 2003 04:22:55 -   1.3
  +++ casestudies.xml   6 Aug 2003 04:30:38 -   1.4
  @@ -22,29 +22,71 @@
 confidence and understanding.
  /p
   /section
  -sectiontitleSubmitting a Case Study/title
  -   p
  -  We are actively seeking case studies for this page (after all it 
  -  just started).  Andy Oliver (acoliver at apache dot org) has 
  -  agreed to have a few T-Shirts printed with the POI logo (once its
  -  chosen) for the first
  -  few best submissions.  To submit a case study, either  
  -  link href=http://jakarta.apache.org/poi/getinvolved/index.html;
  -  submit a patch for this page/link (preferred) or email it to the 
  -  link href=http://jakarta.apache.org/site/mail.html;mailing list
  -  /link.  
  -   /p
  -/section
  -sectiontitleCase Studies/title
  +section
  +titleSubmitting a Case Study/title
  +p
  +We are actively seeking case studies for this page (after all it
  +just started).  Andrew C. Oliver (acoliver at apache dot org) has
  +agreed to have a few T-Shirts printed with the POI logo (once its
  +chosen) for the first
  +few best submissions.  To submit a case study, either
  +link href=http://jakarta.apache.org/poi/getinvolved/index.html;
  +submit a patch for this page/link or email it to the
  +link href=http://jakarta.apache.org/site/mail2.html#poi;mailing 
list
  +/link (with [PATCH] prefixed subject, please).
  +/p
  +/section
  +section
  +titleCase Studies/title
  +  sectiontitleSunshine Systems/title
  +   p
  +   link href=http://www.sunshinesys.com/;Sunshine Systems/link 
deveveloped a
  +POI based reporting solution for a price optimization software package 
which
  +is used by major retail chains.
  + /p
  + pThe solution allowed the retailer's merchandise planners and managers 
to request a
  +   markdown decision support reports and price change reports using a 
standard browser
  +   The users could

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

2003-08-14 Thread tetsuya
tetsuya 2003/08/07 21:10:39

  Modified:src/documentation/content/xdocs/trans/es changes.xml
  Log:
  changes.xml: type attribute should be changed properly later
  Temporarily, unknown to add .. please rewrite  those who know the *past*
  
  Revision  ChangesPath
  1.8   +29 -28jakarta-poi/src/documentation/content/xdocs/trans/es/changes.xml
  
  Index: changes.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml   8 Aug 2003 03:06:15 -   1.7
  +++ changes.xml   8 Aug 2003 04:10:39 -   1.8
  @@ -40,65 +40,66 @@
   action dev=POI-DEVELOPERS type=addEtapas preliminares del desarrollo 
de HFS (no esta listo para el desarrollo)/action
   action dev=POI-DEVELOPERS type=addSoporte inicial de registros de 
bajo nivel para gráficas (no está completo)/action
   /release
  +!-- type attribute should be changed below properly --
   release version=1.1.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERS type=unknownSe crea un nuevo modelo de 
eventos/action
  -action dev=POI-DEVELOPERS type=unknownSe optimiza HSSF, incluyendo 
registros (records) para
  +action dev=POI-DEVELOPERS type=addSe crea un nuevo modelo de 
eventos/action
  +action dev=POI-DEVELOPERS type=addSe optimiza HSSF, incluyendo 
registros (records) para
valores, filas, etc./action
  -action dev=POI-DEVELOPERS type=unknownpredicción de tamaño, escritura 
basada en desplazamiento (en lugar de
  +action dev=POI-DEVELOPERS type=addpredicción de tamaño, escritura 
basada en desplazamiento (en lugar de
multitud de copias de arrays)/action
  -action dev=POI-DEVELOPERS type=unknownun poco de re-factoring 
(¿re-factorización? mejor no) y corrección de errores./action
  +action dev=POI-DEVELOPERS type=addun poco de re-factoring 
(¿re-factorización? mejor no) y corrección de errores./action
   /release
   release version=1.0.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERS type=unknownActualizaciones menores a la 
documentación./action
  +action dev=POI-DEVELOPERS type=addActualizaciones menores a la 
documentación./action
   /release
   release version=0.14.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERS type=unknownSe añade la clase de ayuda 
DataFormat y se expone el formato set y get en
  +action dev=POI-DEVELOPERS type=addSe añade la clase de ayuda 
DataFormat y se expone el formato set y get en
HSSFCellStyle/action
  -action dev=POI-DEVELOPERS type=unknownCorrecciones a las apis de 
anchura de columna (en cuanto a las unidades) y
  +action dev=POI-DEVELOPERS type=addCorrecciones a las apis de anchura 
de columna (en cuanto a las unidades) y
varios comentarios javadoc al respecto/action
  -action dev=POI-DEVELOPERS type=unknownCorrección para el registro de 
Dimensions (de nuevo)... (uno de estos días
  +action dev=POI-DEVELOPERS type=addCorrección para el registro de 
Dimensions (de nuevo)... (uno de estos días
escribiré una prueba unitaria (unit test) para esto ;-p)./action
  -action dev=POI-DEVELOPERS type=unknownAlguna optimización en la 
creación de páginas./action
  +action dev=POI-DEVELOPERS type=addAlguna optimización en la creación 
de páginas./action
   /release
   release version=0.13.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERS type=unknownMejoras no registradas/action
  +action dev=POI-DEVELOPERS type=addMejoras no registradas/action
   /release
   release version=0.12.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERS type=unknownSe añaden MulBlank, Blank, 
ColInfo/action
  -action dev=POI-DEVELOPERS type=unknownSe añade facilidad log4j y se 
quitan las anotaciones (logs) del tipo sys.out/action
  -action dev=POI-DEVELOPERS type=unknownSe añade soporte para la 
adición de fuentes, estilos y el api de alto
  +action dev=POI-DEVELOPERS type=addSe añaden MulBlank, Blank, 
ColInfo/action
  +action dev=POI-DEVELOPERS type=addSe añade facilidad log4j y se 
quitan las anotaciones (logs) del tipo sys.out/action
  +action dev=POI-DEVELOPERS type=addSe añade soporte para la adición de 
fuentes, estilos y el api de alto
nivel correspondiente para dar estilo a las celdas/action
  -action dev=POI-DEVELOPERS type=unknownSe añade soporte para cambiar 
el alto de una fila, el ancho de una celda, y
  +action dev=POI-DEVELOPERS type=addSe añade soporte para cambiar el 
alto de una fila, el ancho de una celda, y
sus valores por defecto./action
  -action dev=POI

Re: (re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

2003-08-14 Thread Tetsuya Kitahata

Humble .. *IMHO* ;-)

-- Tetsuya ([EMAIL PROTECTED])

On Fri, 8 Aug 2003 14:14:30 +0200 (MEST)
(Subject: Re: (re)branding... Re: cvs commit:   
jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml)
[EMAIL PROTECTED] wrote:

  Meaning names like Horrible make POI less palatable to German bankers
  (wh
  o
  do not have senses of humor ;-) )
 
 Good point! Can we replace Horrible by something else starting with an H?
 Any ideas?
 
 Best regards
 Rainer Klute



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans/es casestudies.xml

2003-08-14 Thread tetsuya
tetsuya 2003/08/05 21:52:29

  Modified:src/documentation/content/xdocs/trans/es casestudies.xml
  Log:
  Forgot to perform the XML Validation: fixed
  
  Revision  ChangesPath
  1.5   +2 -1  
jakarta-poi/src/documentation/content/xdocs/trans/es/casestudies.xml
  
  Index: casestudies.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/casestudies.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- casestudies.xml   6 Aug 2003 04:30:38 -   1.4
  +++ casestudies.xml   6 Aug 2003 04:52:29 -   1.5
  @@ -153,6 +153,7 @@
   pIt is obvious that Microsoft Excel files are also supported.
   POI has been used to successfully implement this support in 
ETL4ALL./p
   /section
  +   /section
 /body
 footer
   legal
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Fw: *REMINDER* last call for july newsletter

2003-08-11 Thread Tetsuya Kitahata

It is overdue to the deadline of the apache newsletter, however,
I wrote the Jakarta POI article.

Please feel free to modify/append to/comment on it.

http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue1

Best,

-- Tetsuya ([EMAIL PROTECTED])

Forwarded by Tetsuya Kitahata [EMAIL PROTECTED]
--- Original Message ---
From:Tetsuya Kitahata [EMAIL PROTECTED]
To:  Jakarta General List [EMAIL PROTECTED]
Date:Fri, 08 Aug 2003 13:32:58 +0900
Subject: *REMINDER* last call for july newsletter



This is a last call for additions for the july newsletter.
(The Apache Newsletter -- Issue 1 -- http://www.apache.org/newsletter/)
There's still time to add articles about your favorite jakarta 
(and jakarta-related) products to the wiki page.

http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue1

The editorial deadline will be 00:00 (PDT), 9th August.
# 07:00 GMT, 9th August

If you have a hesitation in writing the article using Apachewiki,
please directly write it and let me know. I'll upload it and pick
it up as an article in the next newsletter.

Anticipating nice blurb :-)

Sincerely,

-- Tetsuya Kitahata ([EMAIL PROTECTED])



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

- Original Message Ends 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation skinconf.xml

2003-08-10 Thread tetsuya
tetsuya 2003/08/04 21:37:19

  Modified:src/documentation skinconf.xml
  Log:
  no message
  
  Revision  ChangesPath
  1.4   +1 -1  jakarta-poi/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/skinconf.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- skinconf.xml  5 Aug 2003 04:00:13 -   1.3
  +++ skinconf.xml  5 Aug 2003 04:37:19 -   1.4
  @@ -92,7 +92,7 @@
 trail
   link1 name=Apache href=http://www.apache.org//
   link2 name=Jakarta href=http://jakarta.apache.org//
  -!--link3 name=POI href=http://jakarta.apache.org/poi//--
  +link3 name=POI href=http://jakarta.apache.org/poi//
 /trail
   
 !-- Credits are typically rendered as a set of small clickable images in the
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



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

2003-08-07 Thread tetsuya
tetsuya 2003/08/07 20:06:15

  Modified:src/documentation/content/xdocs/trans/es changes.xml
  Log:
  changes.xml: added many 'type=unknown's to avoid the build error
  
  Revision  ChangesPath
  1.7   +28 -28jakarta-poi/src/documentation/content/xdocs/trans/es/changes.xml
  
  Index: changes.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/changes.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- changes.xml   6 Aug 2003 04:57:32 -   1.6
  +++ changes.xml   8 Aug 2003 03:06:15 -   1.7
  @@ -41,64 +41,64 @@
   action dev=POI-DEVELOPERS type=addSoporte inicial de registros de 
bajo nivel para gráficas (no está completo)/action
   /release
   release version=1.1.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERSSe crea un nuevo modelo de eventos/action
  -action dev=POI-DEVELOPERSSe optimiza HSSF, incluyendo registros 
(records) para
  +action dev=POI-DEVELOPERS type=unknownSe crea un nuevo modelo de 
eventos/action
  +action dev=POI-DEVELOPERS type=unknownSe optimiza HSSF, incluyendo 
registros (records) para
valores, filas, etc./action
  -action dev=POI-DEVELOPERSpredicción de tamaño, escritura basada en 
desplazamiento (en lugar de
  +action dev=POI-DEVELOPERS type=unknownpredicción de tamaño, escritura 
basada en desplazamiento (en lugar de
multitud de copias de arrays)/action
  -action dev=POI-DEVELOPERSun poco de re-factoring (¿re-factorización? 
mejor no) y corrección de errores./action
  +action dev=POI-DEVELOPERS type=unknownun poco de re-factoring 
(¿re-factorización? mejor no) y corrección de errores./action
   /release
   release version=1.0.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERSActualizaciones menores a la 
documentación./action
  +action dev=POI-DEVELOPERS type=unknownActualizaciones menores a la 
documentación./action
   /release
   release version=0.14.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERSSe añade la clase de ayuda DataFormat y se 
expone el formato set y get en
  +action dev=POI-DEVELOPERS type=unknownSe añade la clase de ayuda 
DataFormat y se expone el formato set y get en
HSSFCellStyle/action
  -action dev=POI-DEVELOPERSCorrecciones a las apis de anchura de columna 
(en cuanto a las unidades) y
  +action dev=POI-DEVELOPERS type=unknownCorrecciones a las apis de 
anchura de columna (en cuanto a las unidades) y
varios comentarios javadoc al respecto/action
  -action dev=POI-DEVELOPERSCorrección para el registro de Dimensions 
(de nuevo)... (uno de estos días
  +action dev=POI-DEVELOPERS type=unknownCorrección para el registro de 
Dimensions (de nuevo)... (uno de estos días
escribiré una prueba unitaria (unit test) para esto ;-p)./action
  -action dev=POI-DEVELOPERSAlguna optimización en la creación de 
páginas./action
  +action dev=POI-DEVELOPERS type=unknownAlguna optimización en la 
creación de páginas./action
   /release
   release version=0.13.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERSMejoras no registradas/action
  +action dev=POI-DEVELOPERS type=unknownMejoras no registradas/action
   /release
   release version=0.12.0 date=Fecha de distribución no registrada
  -action dev=POI-DEVELOPERSSe añaden MulBlank, Blank, ColInfo/action
  -action dev=POI-DEVELOPERSSe añade facilidad log4j y se quitan las 
anotaciones (logs) del tipo sys.out/action
  -action dev=POI-DEVELOPERSSe añade soporte para la adición de fuentes, 
estilos y el api de alto
  +action dev=POI-DEVELOPERS type=unknownSe añaden MulBlank, Blank, 
ColInfo/action
  +action dev=POI-DEVELOPERS type=unknownSe añade facilidad log4j y se 
quitan las anotaciones (logs) del tipo sys.out/action
  +action dev=POI-DEVELOPERS type=unknownSe añade soporte para la 
adición de fuentes, estilos y el api de alto
nivel correspondiente para dar estilo a las celdas/action
  -action dev=POI-DEVELOPERSSe añade soporte para cambiar el alto de una 
fila, el ancho de una celda, y
  +action dev=POI-DEVELOPERS type=unknownSe añade soporte para cambiar 
el alto de una fila, el ancho de una celda, y
sus valores por defecto./action
  -action dev=POI-DEVELOPERSCorrecciones para internacionalización (UTF-16 
debería funcionar ahora
  +action dev=POI-DEVELOPERS type=unknownCorrecciones para 
internacionalización (UTF-16 debería funcionar ahora
desde HSSFCell.setStringValue, etc cuando se define la codificación)/action
  -action dev=POI-DEVELOPERSSoporte para la adición / eliminación y cambio 
de nombre de hojas

Re: rebuilding the website

2003-08-05 Thread Tetsuya Kitahata
Ryan,

Okay, I've done the replacements of *HDF* into *HPWF* at CVS HEAD,
as far as I can see.

Please cross check. After the confirmation, I will let them to be
reflected to the website.

-- Tetsuya ([EMAIL PROTECTED])

On Mon, 4 Aug 2003 23:06:00 -0500
(Subject: Re: rebuilding the website)
Ryan Ackley [EMAIL PROTECTED] wrote:

 I'm ready just have to find the time. I would be very grateful for any help.
 
 Ryan
 
 - Original Message - 
 From: Tetsuya Kitahata [EMAIL PROTECTED]
 To: POI Developers List [EMAIL PROTECTED]; Ryan Ackley
 [EMAIL PROTECTED]
 Sent: Monday, August 04, 2003 9:36 PM
 Subject: Re: rebuilding the website
 
 
 
  Yep,  Ryan
 
  By the way, when are you planning to rename HDF to HWPF?
  (Jakarta-POI Toppage Left-side Navi, etc.)
  When you are ready, please let me know. Regular expression,
  permutation etc etc are what I am at home.
 
  Sincerely,
 
  -- Tetsuya ([EMAIL PROTECTED])
 
  On Mon, 4 Aug 2003 09:26:35 -0400
  (Subject: Re: rebuilding the website)
  Ryan Ackley [EMAIL PROTECTED] wrote:
 
- hdf/projectplan.xml is invalid; needs a
  headertitle.../title/header element.
  
   *bangs head against wall*



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: rebuilding the website

2003-08-05 Thread Tetsuya Kitahata

Yep,  Ryan

By the way, when are you planning to rename HDF to HWPF?
(Jakarta-POI Toppage Left-side Navi, etc.)
When you are ready, please let me know. Regular expression,
permutation etc etc are what I am at home.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

On Mon, 4 Aug 2003 09:26:35 -0400
(Subject: Re: rebuilding the website)
Ryan Ackley [EMAIL PROTECTED] wrote:

  - hdf/projectplan.xml is invalid; needs a
headertitle.../title/header element.
 
 *bangs head against wall*
 

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans/es book.xml historyandfuture.xml index.xml overview.xml todo.xml

2003-08-05 Thread tetsuya
tetsuya 2003/08/04 21:00:14

  Modified:src/documentation skinconf.xml
   src/documentation/content/xdocs book.xml changes.xml
howtobuild.xml index.xml overview.xml status.xml
todo.xml
   src/documentation/content/xdocs/hpsf internals.xml
   src/documentation/content/xdocs/hssf record-generator.xml
   src/documentation/content/xdocs/plan POI20Vision.xml
   src/documentation/content/xdocs/trans/de book.xml index.xml
   src/documentation/content/xdocs/trans/es book.xml
historyandfuture.xml index.xml overview.xml
todo.xml
  Added:   src/documentation/content/xdocs/hwpf book.xml
docoverview.xml index.xml projectplan.xml
  Log:
  HDF - HWPF
  
  Revision  ChangesPath
  1.3   +16 -4 jakarta-poi/src/documentation/skinconf.xml
  
  Index: skinconf.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/skinconf.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- skinconf.xml  24 Apr 2003 00:53:27 -  1.2
  +++ skinconf.xml  5 Aug 2003 04:00:13 -   1.3
  @@ -9,7 +9,8 @@
   
 !ENTITY % links.att 'name CDATA #REQUIRED'
 !ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'
  -  !ELEMENT skinconfig (disable-search?, disable-compliance-links?, 
searchsite-domain?, searchsite-name?,
  +  !ELEMENT skinconfig (disable-search?, disable-print-link?, disable-pdf-link?,
  +  disable-xml-link?, disable-compliance-links?, searchsite-domain?, 
searchsite-name?,
 project-name, project-url, project-logo, group-name?, group-url?, group-logo?,
 host-url?, host-logo?, year?, vendor?, trail?, credits?)*
 !ELEMENT credits (credit*)
  @@ -18,7 +19,10 @@
 !ATTLIST credit id   CDATA #IMPLIED
  role CDATA #IMPLIED
 !ELEMENT disable-search (#PCDATA)
  -  !ELEMENT disable-compliance-links (#PCDATA)
  +  !ELEMENT disable-print-link (#PCDATA)
  +  !ELEMENT disable-pdf-link (#PCDATA)
  +  !ELEMENT disable-xml-link (#PCDATA)
  +  !ELEMENT disable-compliance-links (#PCDATA)   
 !ELEMENT searchsite-domain (#PCDATA)
 !ELEMENT searchsite-name (#PCDATA)  
 !ELEMENT project-name (#PCDATA)
  @@ -49,7 +53,15 @@
   skinconfig
 !-- Do we want to disable the Google search box? --
 disable-searchfalse/disable-search
  +  !-- Do we want to disable the print link? --
  +  disable-print-linkfalse/disable-print-link  
  +  !-- Do we want to disable the PDF link? --
  +  disable-pdf-linkfalse/disable-pdf-link
  +  !-- Do we want to disable the xml source link? --
  +  disable-xml-linktrue/disable-xml-link
  +  !-- Do we want to disable w3c compliance links? --
 disable-compliance-linksfalse/disable-compliance-links
  +
 searchsite-domainjakarta.apache.org/searchsite-domain
 searchsite-namejakarta/searchsite-name
   
  @@ -71,7 +83,7 @@
 host-logo/host-logo
   
 !-- The following are used to construct a copyright statement --
  -  year2003/year
  +  year2002-2003/year
 vendorThe Apache Software Foundation./vendor
   
 !-- Some skins use this to form a 'breadcrumb trail' of links. If you don't
  @@ -80,7 +92,7 @@
 trail
   link1 name=Apache href=http://www.apache.org//
   link2 name=Jakarta href=http://jakarta.apache.org//
  -link3 name=POI href=http://jakarta.apache.org/poi//
  +!--link3 name=POI href=http://jakarta.apache.org/poi//--
 /trail
   
 !-- Credits are typically rendered as a set of small clickable images in the
  
  
  
  1.14  +1 -1  jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- book.xml  4 Aug 2003 04:20:29 -   1.13
  +++ book.xml  5 Aug 2003 04:00:13 -   1.14
  @@ -14,7 +14,7 @@
   menu-item label=Overview href=overview.html/
   menu-item label=POIFS href=poifs/index.html/
   menu-item label=HSSF href=hssf/index.html/
  -menu-item label=HDF href=hdf/index.html/
  +menu-item label=HWPF href=hwpf/index.html/
   menu-item label=HPSF href=hpsf/index.html/
   menu-item label=POI-Utils href=utils/index.html/
   menu-item label=Download href=ext:download/
  
  
  
  1.6   +2 -2  jakarta-poi/src/documentation/content/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml   4 Aug 2003 03:42:45 -   1.5

Re: (re)branding... Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml

2003-08-05 Thread Tetsuya Kitahata
Done.

-- Tetsuya ([EMAIL PROTECTED])

On Tue, 05 Aug 2003 17:50:29 -0400
(Subject: (re)branding... Re: cvs commit: 
jakarta-poi/src/documentation/content/xdocs/hpsf internals.xml)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Would you mind (or mind if I) doing:
 
  g/Horrible\ Property\ Set\ Format\ \(HPSF\)/s//HPSF/g ?
 
 -Andy
snip/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans/es/hssf alternatives.xml hacking-hssf.xml how-to.xml limitations.xml quick-guide.xml record-generator.xml

2003-08-05 Thread tetsuya
tetsuya 2003/08/05 21:57:33

  Modified:src/documentation/content/xdocs/trans/es changes.xml
index.xml
   src/documentation/content/xdocs/trans/es/hssf
alternatives.xml hacking-hssf.xml how-to.xml
limitations.xml quick-guide.xml
record-generator.xml
  Log:
  Glen's e-mail address to poi-user at jakarta
  
  Revision  ChangesPath
  1.6   +1 -1  jakarta-poi/src/documentation/content/xdocs/trans/es/changes.xml
  
  Index: changes.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/changes.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- changes.xml   6 Aug 2003 04:30:38 -   1.5
  +++ changes.xml   6 Aug 2003 04:57:32 -   1.6
  @@ -6,7 +6,7 @@
   devs
   !-- in strict alphabetical order --
   person id=AO  name=Andrew C. Oliver   email=[EMAIL PROTECTED]/
  -person id=GJS  name=Glen Stampoultzis email=[EMAIL PROTECTED]/
  +person id=GJS  name=Glen Stampoultzis email=[EMAIL PROTECTED]/
   person id=MJ  name=Marc Johnson   email=[EMAIL PROTECTED]/
   person id=NKB name=Nicola Ken Barozzi email=[EMAIL PROTECTED]/
   person id=POI-DEVELOPERS name=POI Developersemail=[EMAIL 
PROTECTED]/
  
  
  
  1.7   +2 -2  jakarta-poi/src/documentation/content/xdocs/trans/es/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml 6 Aug 2003 04:30:38 -   1.6
  +++ index.xml 6 Aug 2003 04:57:32 -   1.7
  @@ -6,7 +6,7 @@
   titleBienvenido a POI/title
   authors
 person id=AO name=Andrew C. Oliver email=[EMAIL PROTECTED]/
  -  person id=GJS name=Glen Stampoultzis email=[EMAIL PROTECTED]/
  +  person id=GJS name=Glen Stampoultzis email=[EMAIL PROTECTED]/
 person id=AMB name=AgustçŽ MartçŽ Barbero email=-/
   /authors
 /header
  
  
  
  1.5   +1 -1  
jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/alternatives.xml
  
  Index: alternatives.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/alternatives.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- alternatives.xml  6 Aug 2003 04:30:39 -   1.4
  +++ alternatives.xml  6 Aug 2003 04:57:33 -   1.5
  @@ -6,7 +6,7 @@
   titleJakarta POI - HSSF/title
   subtitleProgramas Alternativos a HSSF/subtitle
   authors
  -person name=Glen Stampoultzis email=[EMAIL PROTECTED]/
  +person name=Glen Stampoultzis email=[EMAIL PROTECTED]/
   /authors
   /header
   
  
  
  
  1.6   +1 -1  
jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/hacking-hssf.xml
  
  Index: hacking-hssf.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/hacking-hssf.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- hacking-hssf.xml  6 Aug 2003 04:30:39 -   1.5
  +++ hacking-hssf.xml  6 Aug 2003 04:57:33 -   1.6
  @@ -5,7 +5,7 @@
   header
   titleJakarta POI - Hacking HSSF/title
   authors
  -person email=[EMAIL PROTECTED] name=Glen Stampoultzis id=GJS/
  +person email=[EMAIL PROTECTED] name=Glen Stampoultzis id=GJS/
   person email=[EMAIL PROTECTED] name=Andrew Oliver id=AO/
   /authors
   /header
  
  
  
  1.6   +1 -1  
jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/how-to.xml
  
  Index: how-to.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/how-to.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- how-to.xml6 Aug 2003 04:30:39 -   1.5
  +++ how-to.xml6 Aug 2003 04:57:33 -   1.6
  @@ -6,7 +6,7 @@
   titleJakarta POI - The New Halloween Document/title
   authors
   person email=[EMAIL PROTECTED] name=Andrew C. Oliver id=AO/
  -person email=[EMAIL PROTECTED] name=Glen Stampoultzis id=GJS/
  +person email=[EMAIL PROTECTED] name=Glen Stampoultzis id=GJS/
   person email=[EMAIL PROTECTED] name=Sergei Kozello id=SK/
   /authors
   /header
  
  
  
  1.5   +1 -1  
jakarta-poi/src/documentation/content/xdocs/trans/es/hssf/limitations.xml
  
  Index

Re: rebuilding the website

2003-08-04 Thread Tetsuya Kitahata
On Mon, 4 Aug 2003 20:54:55 +1000
Jeff Turner [EMAIL PROTECTED] wrote:

  What about the possibility of running a daily job from the Apache 
  machines?  I've confirmed that it is possible to build POI (including docs) 
  using the jdk on cvs.apache.org.   I'm not sure whether a nightly job on 
  the Apache machines would be okay with infrastructure or not.

 I have only been on the list a few hours, so am lacking context, but
 is this discussion about automatically building and publishing the
 website?

Yes, I think.

 We have a bunch of other Forrest sites being regularly built on
 http://forrestbot.cocoondev.org/.  Builds can be triggered manually or
 via cron, and the results committed to CVS.  I can set this up for POI if
 you like?

Yes, please. I think you said that there needed some changes on
current build.xml. Right?

 --Jeff

Thanks in advance.

-- Tetsuya ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



[OT] When are you planning to release newest version of Forrest? (Re: rebuilding the website)

2003-08-04 Thread Tetsuya Kitahata

Jeff,

[OT]:

When are you planning to release newest (release) version of Forrest?
I think the current CVS HEAD's forrest is very fast!!
(ant docs .. 30 minutes or less??)

-- Tetsuya ([EMAIL PROTECTED])

On Mon, 4 Aug 2003 23:27:15 +1000
Jeff Turner [EMAIL PROTECTED] wrote:

 On Mon, Aug 04, 2003 at 07:09:23AM -0400, Andrew C. Oliver wrote:
  On 8/4/03 6:54 AM, Jeff Turner [EMAIL PROTECTED] wrote:
 ...
   We have a bunch of other Forrest sites being regularly built on
   http://forrestbot.cocoondev.org/.  Builds can be triggered manually or
   via cron, and the results committed to CVS.  I can set this up for POI if
   you like?
   
  
  Can it handle that we have javadoc, unit test reports and other stuff
  generated?  (similar to what maven does but we do it with ant)
 
 What _should_ happen with this type of thing?  Does it all get checked
 into CVS (yuck..).
 
 Forrest doesn't take responsibility for the _whole_ URI structure of the
 project, just the part it generates.
 
 The Forrestbot is one conceptual level higher, and could be made
 responsible for generating Javadocs in addition to Forrestdocs.  It
 doesn't currently.  That's probably more in scope for tools like
 Centipede or Maven.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



cvs commit: jakarta-poi/src/documentation/content/xdocs/hwpf - New directory

2003-08-04 Thread tetsuya
tetsuya 2003/08/04 20:56:53

  jakarta-poi/src/documentation/content/xdocs/hwpf - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: rebuilding the website

2003-08-03 Thread Tetsuya Kitahata

Sorry, I forgot to put the /hpsf/, /hdf/, /hssf/
directory. (only I put the top dir)

I'll do it within a few hours.

-- Tetsuya ([EMAIL PROTECTED])

On Sun, 3 Aug 2003 20:49:33 -0500
(Subject: rebuilding the website)
Ryan Ackley [EMAIL PROTECTED] wrote:

 How do I rebuild the website. I put it some xml a couple weeks ago. Its
 still not showing up. It says last built on 7/15. Didn't we used to build
 the web page daily?
 
 Ryan

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: rebuilding the website

2003-08-03 Thread Tetsuya Kitahata

Done.

However, I am afraid the printer-friendly-PDF icon and link
would not be appeared. I think it is due to the default settings
of current HEAD of xml-forrest module.

I'll fix up tomorrow.

-- Tetsuya ([EMAIL PROTECTED])

On Mon, 04 Aug 2003 10:01:13 +0900
(Subject: Re: rebuilding the website)
Tetsuya Kitahata [EMAIL PROTECTED] wrote:

 
 Sorry, I forgot to put the /hpsf/, /hdf/, /hssf/
 directory. (only I put the top dir)
 
 I'll do it within a few hours.
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 On Sun, 3 Aug 2003 20:49:33 -0500
 (Subject: rebuilding the website)
 Ryan Ackley [EMAIL PROTECTED] wrote:
 
  How do I rebuild the website. I put it some xml a couple weeks ago. Its
  still not showing up. It says last built on 7/15. Didn't we used to build
  the web page daily?
  
  Ryan



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: POI Title (Attn: Tetsuya)

2003-08-03 Thread Tetsuya Kitahata

Yes, please. CVS commit, please.

-- Tetsuya ([EMAIL PROTECTED])

On Mon, 04 Aug 2003 13:20:30 +1000
(Subject: POI Title  (Attn: Tetsuya))
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 
 Tetsuya,
 
 I've read the new title in the Poi home page and I'm struggling to 
 understand what it means.  Can we reword this?
 
 Regards,


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: POI Title (Attn: Tetsuya)

2003-08-03 Thread Tetsuya Kitahata

Okay, I renamed (Poi-POI) and CVS committed.

-- Tetsuya ([EMAIL PROTECTED])

On Sun, 03 Aug 2003 23:32:21 -0400
(Subject: Re: POI Title  (Attn: Tetsuya))
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Actually that change (where we simply renamed POI-Poi) was vetoed by Mr.
 Klute and should be reverted by Mr. Kitahata.
 
 If Mr. Kitahata creates a new page with Poi, it would be disrespectful for
 Mr. Klute to veto it and he'd have no cause.
 
 The motion to effect a lock and barrel change in this policy did not pass.
 
 -Andy
 
 On 8/3/03 11:20 PM, Glen Stampoultzis [EMAIL PROTECTED] wrote:
 
  
  Tetsuya,
  
  I've read the new title in the Poi home page and I'm struggling to
  understand what it means.  Can we reword this?
  
  Regards,
  
  
  Glen Stampoultzis
  [EMAIL PROTECTED]
  http://members.iinet.net.au/~gstamp/glen/
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  Mailing List:http://jakarta.apache.org/site/mail2.html#poi
  The Apache Jakarta POI Project: http://jakarta.apache.org/poi/
  
 
 -- 
 Andrew C. Oliver
 http://www.superlinksoftware.com/poi.jsp
 Custom enhancements and Commercial Implementation for Jakarta POI
 
 http://jakarta.apache.org/poi
 For Java and Excel, Got POI?
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 Mailing List:http://jakarta.apache.org/site/mail2.html#poi
 The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



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

2003-08-03 Thread tetsuya
tetsuya 2003/08/03 21:20:29

  Modified:src/documentation/content/xdocs book.xml
   src/documentation/content/xdocs/getinvolved book.xml
   src/documentation/content/xdocs/hdf book.xml
   src/documentation/content/xdocs/hpsf book.xml
   src/documentation/content/xdocs/hssf book.xml
   src/documentation/content/xdocs/plan book.xml
   src/documentation/content/xdocs/poifs book.xml
   src/documentation/content/xdocs/references book.xml
   src/documentation/content/xdocs/resolutions book.xml
   src/documentation/content/xdocs/trans book.xml
   src/documentation/content/xdocs/trans/es book.xml
   src/documentation/content/xdocs/trans/es/hssf book.xml
   src/documentation/content/xdocs/utils book.xml
  Log:
  Poi - POI
  
  Revision  ChangesPath
  1.13  +1 -1  jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- book.xml  4 Aug 2003 03:42:45 -   1.12
  +++ book.xml  4 Aug 2003 04:20:29 -   1.13
  @@ -1,7 +1,7 @@
   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE book PUBLIC -//APACHE//DTD Cocoon Documentation Book V1.0//EN 
./dtd/book-cocoon-v10.dtd
   
  -book software=Poi
  +book software=POI
   title=POI Project Documentation
   copyright=@year@ POI Project
   xmlns:xlink=http://www.w3.org/1999/xlink;
  
  
  
  1.6   +2 -2  jakarta-poi/src/documentation/content/xdocs/getinvolved/book.xml
  
  Index: book.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/getinvolved/book.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- book.xml  4 Aug 2003 03:42:46 -   1.5
  +++ book.xml  4 Aug 2003 04:20:29 -   1.6
  @@ -1,12 +1,12 @@
   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE book PUBLIC -//APACHE//DTD Cocoon Documentation Book V1.0//EN 
./dtd/book-cocoon-v10.dtd
   
  -book software=Poi 
  +book software=POI 
 title=POI Project Documentation 
 copyright=@year@ POI Project
 xmlns:xlink=http://www.w3.org/1999/xlink;
   
  -  menu label=Jakarta Poi
  +  menu label=Jakarta POI
   menu-item label=Top href=../index.html/
 /menu
   
  
  
  
  1.6   +1 -1  jakarta-poi/src/documentation/content/xdocs/hdf/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hdf/book.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- book.xml  4 Aug 2003 03:42:46 -   1.5
  +++ book.xml  4 Aug 2003 04:20:29 -   1.6
  @@ -1,7 +1,7 @@
   ?xml version=1.0?
   !DOCTYPE book PUBLIC -//APACHE//DTD Cocoon Documentation Book V1.0//EN 
../dtd/book-cocoon-v10.dtd
   book software=POI Project title=HDF copyright=@year@ POI Project
  - menu label=Jakarta Poi
  + menu label=Jakarta POI
menu-item label=Top href=../index.html/
/menu
menu label=HWPF
  
  
  
  1.4   +2 -2  jakarta-poi/src/documentation/content/xdocs/hpsf/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hpsf/book.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- book.xml  17 Jun 2003 03:20:54 -  1.3
  +++ book.xml  4 Aug 2003 04:20:29 -   1.4
  @@ -5,7 +5,7 @@
 title=HPSF 
 copyright=@year@ POI Project
   
  -  menu label=Jakarta Poi
  +  menu label=Jakarta POI
   menu-item label=Top href=../index.html/
 /menu
 menu label=HPSF
  
  
  
  1.5   +1 -1  jakarta-poi/src/documentation/content/xdocs/hssf/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/hssf/book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book.xml  4 Aug 2003 03:42:46 -   1.4
  +++ book.xml  4 Aug 2003 04:20:29 -   1.5
  @@ -5,7 +5,7 @@
   title=HSSF
   copyright=@year@ POI Project
   
  -menu label=Jakarta Poi
  +menu label=Jakarta POI
   menu-item label=Top href=../index.html/
   /menu
   
  
  
  
  1.5   +1 -1  jakarta-poi/src/documentation/content/xdocs/plan/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/plan/book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5

Re: POI Title (Attn: Tetsuya)

2003-08-03 Thread Tetsuya Kitahata

Also, update on daedalus has done.

Please cross check.

Jakarta Poi at left-side navi and title had been appended by me
around two weeks ago or thereabouts (please check ^cvs commit:\s.+
subject mails). I built from the CVS HEAD and put to daedalus a
little while ago. believe me.

-- Tetsuya ([EMAIL PROTECTED])

P.S. I thought Glen wanted to fix my misspellings or something.
Very sorry.  Glen

On Mon, 04 Aug 2003 12:49:01 +0900
(Subject: Re: POI Title  (Attn: Tetsuya))
Tetsuya Kitahata [EMAIL PROTECTED] wrote:

 
 Okay, I renamed (Poi-POI) and CVS committed.
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 On Sun, 03 Aug 2003 23:32:21 -0400
 (Subject: Re: POI Title  (Attn: Tetsuya))
 Andrew C. Oliver [EMAIL PROTECTED] wrote:
 
  Actually that change (where we simply renamed POI-Poi) was vetoed by Mr.
  Klute and should be reverted by Mr. Kitahata.
  
  If Mr. Kitahata creates a new page with Poi, it would be disrespectful for
  Mr. Klute to veto it and he'd have no cause.
  
  The motion to effect a lock and barrel change in this policy did not pass.
  
  -Andy
  
  On 8/3/03 11:20 PM, Glen Stampoultzis [EMAIL PROTECTED] wrote:
  
   
   Tetsuya,
   
   I've read the new title in the Poi home page and I'm struggling to
   understand what it means.  Can we reword this?
   
   Regards,
   
   
   Glen Stampoultzis
   [EMAIL PROTECTED]
   http://members.iinet.net.au/~gstamp/glen/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: POI Title (Attn: Tetsuya)

2003-08-03 Thread Tetsuya Kitahata

On Mon, 04 Aug 2003 15:36:57 +1000
(Subject: Re: POI Title  (Attn: Tetsuya))
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 Actually it wasn't about POI or Poi or PoI.  I just don't understand the 
 sentence:
 
  Jakarta POI - Java APIs with XML manipulate MS Format
 
 What does it mean?

I wanted to express, Java APIs which can manipulate Microsoft
Excel/Word/Property Format Files using XML. However, It's too long.
(I could not abbreviate well)
I want to use Java/XML/MS. Please consider a *catchy* title :)

-- Tetsuya ([EMAIL PROTECTED])



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Fw: [Apache Newsletter Draft] News on Jakarta in July, 2003

2003-08-01 Thread Tetsuya Kitahata
Dear Jakarta POI Development Team, 
(http://jakarta.apache.org/poi/)


Hello,

I am now in the process of preparing the first all-Apache-wide newsletter.
http://www.apache.org/newsletter/

Please feel free to write statement/comment etc. to
the Apache Newsletter (Issue 1) using ApacheWiki
or in this mailing list. Hope to hear from you.
http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue1

Sincerely,

-- Tetsuya Kitahata ([EMAIL PROTECTED])

P.S. Jakarta POI Project's Wikipage is here:
http://nagoya.apache.org/wiki/apachewiki.cgi?POIProjectPages

Forwarded by Tetsuya Kitahata [EMAIL PROTECTED]
--- Original Message ---
From:Tetsuya Kitahata [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Date:Fri, 01 Aug 2003 15:54:21 +0900
Subject: [Apache Newsletter Draft] News on Jakarta in July, 2003



Hello, All (Jakarta-General Mailing List Subscribers)



I am now preparing the 'The Apache Newsletter Issue 1',
the first ASF-wide-newsletter of July 2003, which will be published
in the middle of August 2003.
--  http://www.apache.org/newsletter/  --

This The Apache Newsletter will be published as a result of the outgrowth
of the previous Jakarta Newsletter and The Apache Newsletter can now
cover all the projects under apache.org including infrastructure,
incubator, xml, webservice, et cetra.

'The Apache Newsletter Issue 1' will be appeared at
http://www.apache.org/newsletter/200307.html
and the editorial deadline will be 00:00 GMT, 9th August.

ApacheWiki (http://nagoya.apache.org/wiki/apachewiki.cgi) had
been already set up.
If you have anything to be added to the ApacheWiki, please go to
http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue1
and fill up what you want to append in.
If there's nothing news-worthy on your sub/projects, then please write
something you *hope* (e.g. XX project will release FINAL version of
XX product in the middle of August, etc etc).

If you have been voted in warmly as a new committer in ASF the
last month (July) please add your name to the list on ApacheWiki.

If your project really want some ADVERTISEMENT (to recruit
new comers, etc etc), please write nice and catchy blurb at the
advertisement section so that it will attract the readers'
attentions.

Probably, the former newsletter final draft and newsletter itself
(Jakarta Newsletter Issue 9)
will give you some hints in writing the articles.
cf.
http://nagoya.apache.org/wiki/apachewiki.cgi?JakartaNewsletterDrafts/Issue9
http://jakarta.apache.org/site/news/200305.html

If you have any questions about this, please send your messages to
[EMAIL PROTECTED]

This Newsletter will be published as webpage and be announced
at [EMAIL PROTECTED] (the ASF-wide announcement list)
To subscribe to [EMAIL PROTECTED],
please follow this instruction:
http://www.apache.org/foundation/mailinglists.html#foundation-announce


Hope to hear from many jakarta subprojects!!
(If you feel hesitation in writing articles on ApacheWiki, please
write your memo in this Jakarta General mailing list or give me
a note).
http://nagoya.apache.org/wiki/apachewiki.cgi?ApacheNewsletterDrafts/Issue1

Sincerely,


-- Tetsuya Kitahata ([EMAIL PROTECTED])


P.S. Also, your voice at Readers' Voice section will be
highly appreciated. Contributions from readers are cordially
invited !!

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/

- Original Message Ends 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



Re: [VOTE] Effect a naming policy g/POI/s//Poi/g

2003-07-30 Thread Tetsuya Kitahata
On Wed, 30 Jul 2003 02:05:19 -0400
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 On 7/30/03 1:52 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  P.S.  creation of jakarta-poi-3 module might be one of the best choices.
  There could be *no* CVS change, whether case sensitive or not
 There is not/was never a jakarta-poi-3 module.  There is a CVS BRANCH in the
 jakarta-poi module for REL_2_BRANCH and the HEAD.

Yes there *is* not, however, it does not influence to the future of poi.

In the future we can create jakarta-poi-3 module, I said.
(Like jakarta-jetspeed-2 which was just created yesterday!)

Next, if we think about the creation of the *new* TLP,
it will be *new* fileformats-poi module. You (all) do not have to
think about the current CVS (case sensitive, not, etc. because
it will be *new* module)

-- Tetsuya ([EMAIL PROTECTED])

P.S. What I wrote is that we did not have to think about the
technical matter too seriously when thinking of this voting issue.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Effect a naming policy g/POI/s//Poi/g

2003-07-30 Thread Tetsuya Kitahata

Just I responded to Andrew's this line:
 Please remember that a +1 indicates that you will
 help rename everything!!!

No need for takin' it too seriously. There will be various
ways to accomplish the renaming. 
Just enumerated the task list. (to help rename everything)

-- Tetsuya ([EMAIL PROTECTED])

On Wed, 30 Jul 2003 20:34:34 +1000
(Subject: Re: [VOTE] Effect a naming policy g/POI/s//Poi/g)
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 
 I don't understand what you are talking about.
 
 At 03:52 PM 30/07/2003, you wrote:
 
 Forgot to mention:
 (This vote result will be given as an official notice
 to Jakarta PMC)
 
 There will be some step to change all the material in jakarta.apache.org
 
 1. change on jakarta-site2 module : this could be done by myself
 (Tetsuya)
 2. change on the List-Id:, Reply-To: Header of -dev, -user lists
 (Infrastructure)
 3. change on Apachewiki (Tetsuya)
 4. Other materials: Please tell me if you notice.
 
 All the .java file had been sucessfully compiled. No problem
 with website, too.
 
 Please take these above and below into consideration and let's vote!
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 P.S.  creation of jakarta-poi-3 module might be one of the best choices.
 There could be *no* CVS change, whether case sensitive or not
 
 --
 
 On Wed, 30 Jul 2003 14:16:24 +0900
 (Subject: Re: [VOTE] Effect a naming policy g/POI/s//Poi/g)
 Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
   I am not sure that renaming all the .java files might
   a good idea, however, I completed this ( 5 minites :-)
  
   There was no *build error*.
  
   Please vote with this fact taken into consideration  all
  
   -- Tetsuya ([EMAIL PROTECTED])
  
   --
  
   On Wed, 30 Jul 2003 00:34:14 -0400
   (Subject: [VOTE] Effect a naming policy g/POI/s//Poi/g)
   Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
Let me put this the right way.  This vote will be conducted by the Apache
voting rules as documented here:
   
http://jakarta.apache.org/site/decisions.html
http://httpd.apache.org/dev/guidelines.html
   
   
Note specifically:
   
The act of voting carries certain obligations. Voting members 
  are   not only
stating their opinion, they are also agreeing to help do   the work.
   
An action requiring consensus approval must receive at least 3 binding +1
votes and no binding   vetos . An action requiring majority approval must
receive   at least 3 binding +1 votes and more +1 votes than -1 
  votes. All
other   action items are considered to have lazy approval until somebody
votes -1 , after which point they are decided by   either consensus or
majority vote, depending on the type of action   item.
   
Product Changes
   
Changes to the products of the Project, including code 
  and   documentation,
will appear as action items in the status file. All   product changes 
  to the
currently active repository are subject to   lazy consensus.
   
However, I'm opting to call a vote.
   

  ===
   
Presently the policy is:
   
So if you like acronyms, then POI is an acronym.  If you hate them, 
  then we
just used the name of the food for our
project.  If you wish to signify your love or hate for
acronyms, use POI or Poi to refer to the project respectively.
   
I propose to CHANGE this policy to:
   
Only Poi is the acceptable spelling, POI is not an acronym.  You must use
Poi to refer to the project in all documentation.  To preserve 
  consistency
with earlier releases all source code will use POI in class names and 
  poi in
package names.
   
Please remember that a +1 indicates that you will help rename 
  everything!!!
   
[X] +1 - I wish to enact this product change and will help
[ ] +0 - I wish it to happen but will not help
[ ] -0 - I don't wish it to happen but will not veto
[ ] -1 - I veto the proposal.
   
This vote will end at Thursday Friday August 1 at 00:30:00 EST.  As
mentioned above, to carry it must receive 3 BINDING +1 votes (active
committers) and NO binding vetoes (-1).
   
I expect that once this vote is complete that the matter should be 
  closed.
   
   
-Andy
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 Glen Stampoultzis
 [EMAIL PROTECTED]
 http://members.iinet.net.au/~gstamp/glen/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Fw: Re: Jakarta-Poi: mbox archive, message trailer

2003-07-30 Thread Tetsuya Kitahata

Andrew,

Do you konw this? Did you cut the ezmlm archives
at October 2002 or around?


Forwarded by Tetsuya Kitahata [EMAIL PROTECTED]
--- Original Message ---
From:Brian Behlendorf [EMAIL PROTECTED]
To:  Tetsuya Kitahata [EMAIL PROTECTED]
Date:Wed, 30 Jul 2003 18:02:12 -0700 (PDT)
Subject: Re: Jakarta-Poi: mbox archive, message trailer


On Thu, 31 Jul 2003, Tetsuya Kitahata wrote:
 Confirmed.
 /www/jakarta.apache.org/mail/poi-user
 /www/jakarta.apache.org/mail/poi-dev
 But, there seems archives after 2002/11. What's going on with
 mbox archives before October 2002?? (both poi-dev and poi-user)

I don't have any.  There's none in the ezmlm archives, which is what I
reconstructed these from.

Brian


- Original Message Ends 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/



[survey] mbox archive , message trailer, etc.

2003-07-29 Thread Tetsuya Kitahata

Hello, all.


I am wondering how it would be if we can prepare

1.  MBOX Archive for poi-dev and poi-user lists.
(cf. http://jakarta.apache.org/mail/)
2.  User-Friendly Message Trailer
(Message Trailer = Footer in each mails)

Explanation:
 1. Many of jakarta subprojects had been archived the *row* data
of each mailing lists (mbox style). poi-dev and poi-user
had not been. We can request this to infrastructure team.
 2. Now we are using

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

however, how about this??

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List Explanation: http://jakarta.apache.org/site/mail2.html#poi
The Apache Poi Project -- URL: http://jakarta.apache.org/poi/

--

Any thoughts?  all

If there will be no objection, I'll do this in this weekend.



-- Tetsuya ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [survey] mbox archive , message trailer, etc.

2003-07-29 Thread Tetsuya Kitahata

(BCapitalized "Poi"? Intentionally? :D
(B
(B... Okay, I'll do it.
(B
(BDev list:
(BThe Apache Jakarta POI project: http://jakarta.apache.org/poi/
(BUser list:
(BThe Apache Jakarta Poi project: http://jakarta.apache.org/poi/
(B
(B... this seems fair enough :D :D
(B
(B-- Tetsuya ([EMAIL PROTECTED])
(B
(BOn Tue, 29 Jul 2003 11:44:09 +0200 (MEST)
(B(Subject: Re: [survey] mbox archive , message trailer, etc.)
(B[EMAIL PROTECTED] wrote:
(B
(B Good idea to mention the project's home page!
(B 
(B Just turn
(B 
(B The Apache Poi Project -- URL: http://jakarta.apache.org/poi/
(B 
(B into
(B 
(B The Apache Jakarta POI project: http://jakarta.apache.org/poi/
(B 
(B and its fine for me.
(B 
(B Best regards
(B Rainer Klute
(B 
(B -- 
(B   RAINER KLUTE IT-CONSULTING GMBH
(B Dipl.-Inform.
(B Rainer Klute  [EMAIL PROTECTED]
(B Kvrner Grund 24   Telefon: +49 172 2324824
(B D-44143 Dortmund  Telefax: +49 231 5349423
(B 
(B COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test
(B --
(B 1. GMX TopMail - Platz 1 und Testsieger!
(B 2. GMX ProMail - Platz 2 und Preis-Qualit$BgU(Bssieger!
(B 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post
(B 
(B 
(B -
(B To unsubscribe, e-mail: [EMAIL PROTECTED]
(B For additional commands, e-mail: [EMAIL PROTECTED]
(B
(B-
(BTetsuya Kitahata --  Terra-International, Inc.
(BE-mail: [EMAIL PROTECTED]
(Bhttp://www.terra-intl.com/
(B(Apache Jakarta Translation, Japanese)
(Bhttp://jakarta.terra-intl.com/
(B
(B
(B
(B-
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]

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

2003-07-29 Thread tetsuya
tetsuya 2003/07/29 03:26:34

  Modified:src/documentation/content/xdocs book.xml
  Log:
  Comment out: CVS Changelog
  
  Revision  ChangesPath
  1.11  +1 -1  jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- book.xml  27 Jul 2003 00:55:26 -  1.10
  +++ book.xml  29 Jul 2003 10:26:33 -  1.11
  @@ -53,7 +53,7 @@
   menu label=Code
   !--menu-item label=Source Code 
href=http://jakarta.apache.org/poi/javadocs/javasrc//   --
   menu-item label=CVS href=http://jakarta.apache.org/site/cvsindex.html/
  -menu-item label=CVS Changelog href=changelog.html/
  +!-- menu-item label=CVS Changelog href=changelog.html/ --
   menu-item label=Top Voted Bugs 
href=http://nagoya.apache.org/bugzilla/buglist.cgi?votes=1amp;product=POIamp;order=bugs.votes/
   menu-item label=Bug Database 
href=http://nagoya.apache.org/bugzilla/buglist.cgi?product=POI/
   menu-item label=Patches 
href=http://nagoya.apache.org/bugzilla/buglist.cgi?product=POIamp;short_desc=%5BPATCH%5Damp;short_desc_type=allwordssubstr/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans book.xml guidelines.xml index.xml

2003-07-29 Thread tetsuya
tetsuya 2003/07/29 03:40:19

  Modified:src/documentation/content/xdocs casestudies.xml
   src/documentation/content/xdocs/getinvolved book.xml
   src/documentation/content/xdocs/trans book.xml
guidelines.xml index.xml
  Log:
  FIXED miscs (mail.html -- mail2.html etc)
  
  Revision  ChangesPath
  1.6   +14 -14jakarta-poi/src/documentation/content/xdocs/casestudies.xml
  
  Index: casestudies.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/casestudies.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- casestudies.xml   24 Jul 2003 16:45:19 -  1.5
  +++ casestudies.xml   29 Jul 2003 10:40:18 -  1.6
  @@ -3,7 +3,7 @@
   
   document
   header
  -titleJakarta POI - Case Studies/title
  +titleJakarta Poi - Case Studies/title
   authors
   person id=AO name=Andrew C. Oliver email=[EMAIL PROTECTED]/
   person id=CR name=Cameron Riley email=[EMAIL PROTECTED]/
  @@ -26,21 +26,21 @@
   titleSubmitting a Case Study/title
   p
   We are actively seeking case studies for this page (after all it
  -just started).  Andy Oliver (acoliver at apache dot org) has
  +just started).  Andrew C. Oliver (acoliver at apache dot org) has
   agreed to have a few T-Shirts printed with the POI logo (once its
   chosen) for the first
   few best submissions.  To submit a case study, either
   link href=http://jakarta.apache.org/poi/getinvolved/index.html;
  -submit a patch for this page/link (preferred) or email it to 
the
  -link href=http://jakarta.apache.org/site/mail.html;mailing list
  -/link.
  +submit a patch for this page/link or email it to the
  +link href=http://jakarta.apache.org/site/mail2.html#poi;mailing 
list
  +/link (with [PATCH] prefixed subject, please).
   /p
   /section
   section
   titleCase Studies/title
 sectiontitleSunshine Systems/title
  p
  -   link href=http://www.sunshinesys.com;Sunshine Systems/link 
deveveloped a
  +   link href=http://www.sunshinesys.com/;Sunshine Systems/link 
deveveloped a
   POI based reporting solution for a price optimization software package 
which
   is used by major retail chains.
/p
  @@ -82,11 +82,11 @@
   titleBank of Lithuania/title
   p
   The
  -link href=http://www.lbank.lt;Bank of Lithuania/link
  +link href=http://www.lbank.lt/;Bank of Lithuania/link
   reports financial statistical data to Excel format using the
  -link href=http://jakarta.apache.org/poi;Jakarta POI/link
  +link href=http://jakarta.apache.org/poi/;Jakarta POI/link
   project's
  -link href=http://jakarta.apache.org/poi/hssf;
  +link href=http://jakarta.apache.org/poi/hssf/;
   HSSF/link API.  The system is based on Oracle JServer and
   utilizes a Java stored procedure that outputs to XLS format
   using the HSSF API.  - Arian Lashkov (alaskov at lbank.lt)
  @@ -95,7 +95,7 @@
   section
   titleBit Tracker by Tracker Inc., and ThinkVirtual/title
   p
  -Bit Tracker (http://www.bittracker.com) is the world's first 
and only web-based drill bit tracking system to manage your company's critical bit 
information and use that data to its full potential. It manages all bit related data, 
including their usage, locations, how they were used, and results such as rate of 
penetration and dull grade after use.  This data needs to be available in Excel format 
for backwards compatibility and other uses in the industry.  After using CSV and HTML 
formats, we needed something better for creating the spreadsheets and POI is the 
answer.  It works great and was easy to implement.  Kudos to the POI team.
  +Bit Tracker (http://www.bittracker.com/) is the world's first 
and only web-based drill bit tracking system to manage your company's critical bit 
information and use that data to its full potential. It manages all bit related data, 
including their usage, locations, how they were used, and results such as rate of 
penetration and dull grade after use.  This data needs to be available in Excel format 
for backwards compatibility and other uses in the industry.  After using CSV and HTML 
formats, we needed something better for creating

Re: [survey] mbox archive , message trailer, etc.

2003-07-29 Thread Tetsuya Kitahata

Okay, I requested to infra team.

-- Tetsuya ([EMAIL PROTECTED])

On Tue, 29 Jul 2003 07:25:51 -0400
(Subject: Re: [survey] mbox archive , message trailer, etc.)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Go for it.
 
 Thanks,
 
 Andy
 
 On 7/29/03 4:27 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
  Hello, all.
  
  
  I am wondering how it would be if we can prepare
  
  1.  MBOX Archive for poi-dev and poi-user lists.
(cf. http://jakarta.apache.org/mail/)
  2.  User-Friendly Message Trailer
(Message Trailer = Footer in each mails)
  
  Explanation:
  1. Many of jakarta subprojects had been archived the *row* data
of each mailing lists (mbox style). poi-dev and poi-user
had not been. We can request this to infrastructure team.
  2. Now we are using
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  however, how about this??
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  Mailing List Explanation: http://jakarta.apache.org/site/mail2.html#poi
  The Apache Poi Project -- URL: http://jakarta.apache.org/poi/
  
  --
  
  Any thoughts?  all
  
  If there will be no objection, I'll do this in this weekend.




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-poi/src/documentation/content/xdocs/trans book.xml guidelines.xml index.xml

2003-07-29 Thread Tetsuya Kitahata
Glen, Rainer,

To tell the truth, I also agree with this point.

Especially, this line:

 Vetoing the making of this decision was not cool

--

My preference (opinion) is Poi rather than POI.
Because

1. This project used this POI as acronym and the market knows
   the *fact*.
2. Making all letters capitalized means acronym. See the other
   jakarta subprojects. (BSF,BCEL,ECS,ORO,...)
3. From marketing point of view, I am [+1] to Poi, to wipe out
   the dark image in the past.

--

Also, from my point of view, Andy's veto declaration was
not cool.
I declared, this vote will be passed if the average of the
votes will be greater than 0.5.. It meant, This vote
will not be passed even two(+1) and one(-1) .. at least we need
three(+1) and less than one(-1). And, vise versa.
I thought, this vote will not be passed, I know.
But, there were no *conversation* (involve all the committers)
about this issue before, it seems.
The *process* will be precious rather than the *result*.

Andy's declaration was a bit against the community process, it seems.
(I am very sad to say, however ...)

There might be one more choice:
  1. Product name: Jakarta Poi
  2. Project name: Jakarta POI

-- Tetsuya ([EMAIL PROTECTED])

P.S. Rather, is it better to be emphasized?
Why was there no vote on the fork of 3.0?

--

On Wed, 30 Jul 2003 09:53:34 +1000
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 
 Rainer, I agree.
 
 Although I preferred Poi I feel it's much more important to be 
 consistent.  A simple vote would have cleared this whole point up and we 
 would no longer be having this conversation.  Vetoing the making of this 
 decision was not cool and reflects an unwillingness on Andy's part to let 
 go of his baby.
 
 -- Glen
 
 At 07:02 AM 30/07/2003, you wrote:
  It is not appropriate to go through the docs and change one to another,
  however we have not indeed voted to change from the convention that both are
  acceptable.  Spelling it Poi on new Doc's that are created is ATM
  acceptable.
 
 This is a typical purely technical attitude. What do you think why 
 Microsoft is so successful? Because of its superior quality products? Look 
 and there marketing and learn! Do you think they don't care whether they 
 spell it Windows, WINDOWS or wInDoWs?
 
 
  It REALLY bugs me that this issue is achieving greater importance than our
  next release.
 
 Believe me, it is at least equally important. That POI or Poi spelling 
 makes at least a sloppy impression. Impression counts. Would you rely your 
 enterprise-critical application on a sloppy product. But wait, no, POI 
 isn't a product: It does not even have a brand!
 
 
 Best regards
 Rainer (out of town 'till Thursday) Klute


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Effect a naming policy g/POI/s//Poi/g

2003-07-29 Thread Tetsuya Kitahata

I am not sure that renaming all the .java files might
a good idea, however, I completed this ( 5 minites :-)

There was no *build error*.

Please vote with this fact taken into consideration  all

-- Tetsuya ([EMAIL PROTECTED])

--

On Wed, 30 Jul 2003 00:34:14 -0400
(Subject: [VOTE] Effect a naming policy g/POI/s//Poi/g)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Let me put this the right way.  This vote will be conducted by the Apache
 voting rules as documented here:
 
 http://jakarta.apache.org/site/decisions.html
 http://httpd.apache.org/dev/guidelines.html
 
 
 Note specifically: 
 
 The act of voting carries certain obligations. Voting members are   not only
 stating their opinion, they are also agreeing to help do   the work.
 
 An action requiring consensus approval must receive at least 3 binding +1
 votes and no binding   vetos . An action requiring majority approval must
 receive   at least 3 binding +1 votes and more +1 votes than -1 votes. All
 other   action items are considered to have lazy approval until somebody
 votes -1 , after which point they are decided by   either consensus or
 majority vote, depending on the type of action   item.
 
 Product Changes 
 
 Changes to the products of the Project, including code and   documentation,
 will appear as action items in the status file. All   product changes to the
 currently active repository are subject to   lazy consensus.
 
 However, I'm opting to call a vote.
 
 ===
 
 Presently the policy is:
 
 So if you like acronyms, then POI is an acronym.  If you hate them, then we
 just used the name of the food for our
 project.  If you wish to signify your love or hate for
 acronyms, use POI or Poi to refer to the project respectively.
  
 I propose to CHANGE this policy to:
 
 Only Poi is the acceptable spelling, POI is not an acronym.  You must use
 Poi to refer to the project in all documentation.  To preserve consistency
 with earlier releases all source code will use POI in class names and poi in
 package names.
 
 Please remember that a +1 indicates that you will help rename everything!!!
 
 [X] +1 - I wish to enact this product change and will help
 [ ] +0 - I wish it to happen but will not help
 [ ] -0 - I don't wish it to happen but will not veto
 [ ] -1 - I veto the proposal.
 
 This vote will end at Thursday Friday August 1 at 00:30:00 EST.  As
 mentioned above, to carry it must receive 3 BINDING +1 votes (active
 committers) and NO binding vetoes (-1).
 
 I expect that once this vote is complete that the matter should be closed.
 
 
 -Andy
 
 
 ---
 Andrew C. Oliver
 http://www.superlinksoftware.com/poi.jsp
 Custom enhancements and Commercial Implementation for Jakarta POI
 
 http://jakarta.apache.org/poi
 For Java and Excel, Got POI?
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Effect a naming policy g/POI/s//Poi/g

2003-07-29 Thread Tetsuya Kitahata

Forgot to mention:
(This vote result will be given as an official notice
to Jakarta PMC)

There will be some step to change all the material in jakarta.apache.org

1. change on jakarta-site2 module : this could be done by myself
(Tetsuya)
2. change on the List-Id:, Reply-To: Header of -dev, -user lists
(Infrastructure)
3. change on Apachewiki (Tetsuya)
4. Other materials: Please tell me if you notice.

All the .java file had been sucessfully compiled. No problem
with website, too.

Please take these above and below into consideration and let's vote!

-- Tetsuya ([EMAIL PROTECTED])

P.S.  creation of jakarta-poi-3 module might be one of the best choices.
There could be *no* CVS change, whether case sensitive or not

--

On Wed, 30 Jul 2003 14:16:24 +0900
(Subject: Re: [VOTE] Effect a naming policy g/POI/s//Poi/g)
Tetsuya Kitahata [EMAIL PROTECTED] wrote:

 
 I am not sure that renaming all the .java files might
 a good idea, however, I completed this ( 5 minites :-)
 
 There was no *build error*.
 
 Please vote with this fact taken into consideration  all
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 --
 
 On Wed, 30 Jul 2003 00:34:14 -0400
 (Subject: [VOTE] Effect a naming policy g/POI/s//Poi/g)
 Andrew C. Oliver [EMAIL PROTECTED] wrote:
 
  Let me put this the right way.  This vote will be conducted by the Apache
  voting rules as documented here:
  
  http://jakarta.apache.org/site/decisions.html
  http://httpd.apache.org/dev/guidelines.html
  
  
  Note specifically: 
  
  The act of voting carries certain obligations. Voting members are   not only
  stating their opinion, they are also agreeing to help do   the work.
  
  An action requiring consensus approval must receive at least 3 binding +1
  votes and no binding   vetos . An action requiring majority approval must
  receive   at least 3 binding +1 votes and more +1 votes than -1 votes. All
  other   action items are considered to have lazy approval until somebody
  votes -1 , after which point they are decided by   either consensus or
  majority vote, depending on the type of action   item.
  
  Product Changes 
  
  Changes to the products of the Project, including code and   documentation,
  will appear as action items in the status file. All   product changes to the
  currently active repository are subject to   lazy consensus.
  
  However, I'm opting to call a vote.
  
  ===
  
  Presently the policy is:
  
  So if you like acronyms, then POI is an acronym.  If you hate them, then we
  just used the name of the food for our
  project.  If you wish to signify your love or hate for
  acronyms, use POI or Poi to refer to the project respectively.
   
  I propose to CHANGE this policy to:
  
  Only Poi is the acceptable spelling, POI is not an acronym.  You must use
  Poi to refer to the project in all documentation.  To preserve consistency
  with earlier releases all source code will use POI in class names and poi in
  package names.
  
  Please remember that a +1 indicates that you will help rename everything!!!
  
  [X] +1 - I wish to enact this product change and will help
  [ ] +0 - I wish it to happen but will not help
  [ ] -0 - I don't wish it to happen but will not veto
  [ ] -1 - I veto the proposal.
  
  This vote will end at Thursday Friday August 1 at 00:30:00 EST.  As
  mentioned above, to carry it must receive 3 BINDING +1 votes (active
  committers) and NO binding vetoes (-1).
  
  I expect that once this vote is complete that the matter should be closed.
  
  
  -Andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: CVSCHANGELOG -- we need this?? (ATTN: Glen)

2003-07-28 Thread Tetsuya Kitahata

Okay, Glen

Maybe, after the
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21863
issue ;-)

-- Tetsuya ([EMAIL PROTECTED])

On Sun, 27 Jul 2003 14:11:11 +1000
(Subject: Re: CVSCHANGELOG -- we need this?? (ATTN: Glen))
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 
 It can be skipped by setting a system property.
 
 The original idea was that the web-site was going to be updated 
 automatically nightly (as has previously been the case) and that it would 
 provide an easy way to see who'd made changes recently.  As yet I haven't 
 gotten around to implementing this yet.
 
 I'm not overly concerned if you wish to remove it.  Perhaps just comment it 
 out rather than removing it.
 
 Regards,
 
 Glen
 
 
 At 07:20 AM 27/07/2003, you wrote:
 
 And my proposal is remove this cvschangelog from
 the build.xml or put this line out of target name=docs.
 Also, how about removing this from left-side-navi of poi
 website?
 
 I think this is due to the Ant itself. Of course,
 those who perform ant docs with checked-out-files from
 /home/cvspublic/ will not experience this phenomenon.
 
 Even the current Poi-website's cvschangelog is obsolete.
 Do we really need this??
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 On Sat, 26 Jul 2003 17:06:58 -0400
 Andrew C. Oliver [EMAIL PROTECTED] wrote:
 
   Ahh, yes I haven't built the docs in awhile...
  
   -Andy
  
   On 7/26/03 4:52 PM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  
   
How about ant docs?
   
-- Tetsuya ([EMAIL PROTECTED])
   
P.S. I am using windows2k advanced server and
SSH Secure Shell 3.2.3 (Build 279)
   
On Sat, 26 Jul 2003 16:41:43 -0400
(Subject: Re: CVSCHANGELOG -- we need this??)
Andrew C. Oliver [EMAIL PROTECTED] wrote:
   
No idea why but I've never had this problem and I run the build all the
time.
   
On 7/26/03 4:42 PM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
   
   
Hello,
   
As I mentioned before, poi-build fail at the line
jakarta-poi/build.xml:410: Error running cvs log,
because the committers always use
/home/cvs/ not /home/cvspublic/.
   
Do we really need cvs change log??
   
I wanna make this line (@ build.xml) comment out
and also remove cvschangelog left-side-nav section
from poi website.
   
Any thoughts?
   
-- Tetsuya ([EMAIL PROTECTED])
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 Glen Stampoultzis
 [EMAIL PROTECTED]
 http://members.iinet.net.au/~gstamp/glen/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-07-28 Thread tetsuya
tetsuya 2003/07/28 05:14:54

  Modified:src/documentation/content/xdocs who.xml
  Log:
  Who.xml: Updated Committers/Emeritus Committer
  
  Revision  ChangesPath
  1.7   +4 -3  jakarta-poi/src/documentation/content/xdocs/who.xml
  
  Index: who.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/who.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- who.xml   24 Jul 2003 16:36:40 -  1.6
  +++ who.xml   28 Jul 2003 12:14:54 -  1.7
  @@ -16,7 +16,7 @@
   The Poi Project operates on a meritocracy: the more you do, the more
   responsibility you will obtain. This page lists all of the people who have
   gone the extra mile and are Committers. If you would like to get involved,
  -the first step is to join the mailing lists.
  +the first step is to join the link 
href=http://jakarta.apache.org/mail2.html#poi;mailing lists/link.
 /p
   
 p
  @@ -37,7 +37,7 @@
   /ul
 /section
   
  -  sectiontitleHonorary Committers/title
  +  sectiontitleEmeritus Committers/title
   ul
 liNicola Ken Barozzi (barozzi at nicolaken dot com)/li
   /ul
  @@ -52,12 +52,13 @@
 liRyan Ackley (sackley at apache dot org)/li
 liAvik Sengupta (avik at apache dot org)/li
 liShawn Laubach (slaubach at apache dot org)/li
  +  liDanny Mui (dmui at apache dot org)/li
  +  liJason Height (jheight at apache dot org)/li
 lilink href=http://www.apache.org/~tetsuya/;Tetsuya Kitahata/link 
(tetsuya at apache dot org)/li
   /ul
 /section
 sectiontitleDevelopers/title
   ul
  -  liJason Height (jheight at chariot dot net dot au)/li
 liAgust#237;n Mart#237;n (agusmba at terra dot es)/li
   /ul
 /section
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-07-28 Thread tetsuya
tetsuya 2003/07/28 05:16:53

  Modified:src/documentation/content/xdocs who.xml
  Log:
  Who.xml: Updated Committers/Emeritus Committer
  
  Revision  ChangesPath
  1.8   +1 -1  jakarta-poi/src/documentation/content/xdocs/who.xml
  
  Index: who.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/who.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- who.xml   28 Jul 2003 12:14:54 -  1.7
  +++ who.xml   28 Jul 2003 12:16:52 -  1.8
  @@ -16,7 +16,7 @@
   The Poi Project operates on a meritocracy: the more you do, the more
   responsibility you will obtain. This page lists all of the people who have
   gone the extra mile and are Committers. If you would like to get involved,
  -the first step is to join the link 
href=http://jakarta.apache.org/mail2.html#poi;mailing lists/link.
  +the first step is to join the link 
href=http://jakarta.apache.org/site/mail2.html#poi;mailing lists/link.
 /p
   
 p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans/es who.xml

2003-07-28 Thread tetsuya
tetsuya 2003/07/28 05:24:08

  Modified:src/documentation/content/xdocs/trans/es who.xml
  Log:
  Who.xml: Updated Committers/Emeritus Committer
  
  Revision  ChangesPath
  1.3   +26 -12jakarta-poi/src/documentation/content/xdocs/trans/es/who.xml
  
  Index: who.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/who.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- who.xml   24 Apr 2003 00:53:31 -  1.2
  +++ who.xml   28 Jul 2003 12:24:08 -  1.3
  @@ -1,23 +1,21 @@
   ?xml version=1.0 encoding=UTF-8?
   !DOCTYPE document PUBLIC -//APACHE//DTD Documentation V1.1//EN 
../../dtd/document-v11.dtd
  -
   document
header
  -  titleWho we are/title
  +  titleJakarta Poi - Who we are/title
 authors
  -   person name=Davanum Srinivas email=[EMAIL PROTECTED]/
  -   person name=Nicola Ken Barozzi email=[EMAIL PROTECTED]/
  +   person name=Jakarta Poi Documentation Team email=[EMAIL PROTECTED]/
  /authors
/header
   
body
   
  - sectiontitleWho we are/title
  + sectiontitleJakarta Poi - Who we are/title
 p
   The Poi Project operates on a meritocracy: the more you do, the more
   responsibility you will obtain. This page lists all of the people who have
   gone the extra mile and are Committers. If you would like to get involved,
  -the first step is to join the mailing lists.
  +the first step is to join the link 
href=http://jakarta.apache.org/site/mail2.html#poi;mailing lists/link.
 /p
   
 p
  @@ -33,24 +31,40 @@
   
 sectiontitleAdvisors/title
   ul
  -   lilink 
href=http://jakarta.apache.org/avalon/authors/stefano.html;Stefano Mazzocchi/link 
(stefano at apache dot org)
  +   lilink href=http://www.betaversion.org/~stefano/;Stefano 
Mazzocchi/link (stefano at apache dot org)
  /li
   /ul
 /section
   
  +  sectiontitleEmeritus Committers/title
  +ul
  +  liNicola Ken Barozzi (barozzi at nicolaken dot com)/li
  +/ul
  +  /section
  +
 sectiontitleCommitters/title
   ul
  -  lilink href=http://trilug.org/~acoliver;Andrew C. Oliver/link 
(acoliver at apache dot org)/li
  -  lilink href=http://www.marcj.com;Marc Johnson/link (mjohnson at apache 
dot org)/li
  -  liGlen Stampoultzis (glens at apache.org)/li
  +  lilink href=http://cvs.apache.org/~acoliver/;Andrew C. Oliver/link 
(acoliver at apache dot org)/li
  +  lilink href=http://www.marcj.com/;Marc Johnson/link (mjohnson at 
apache dot org)/li
  +  lilink href=http://members.iinet.net.au/~gstamp/glen/;Glen 
Stampoultzis/link (glens at apache.org)/li
 lilink href=http://www.rainer-klute.de/;Rainer Klute/link (klute at 
apache dot org)/li
  -  liNicola Ken Barozzi (barozzi at nicolaken dot com)/li
 liRyan Ackley (sackley at apache dot org)/li
 liAvik Sengupta (avik at apache dot org)/li
  +  liShawn Laubach (slaubach at apache dot org)/li
  +  liDanny Mui (dmui at apache dot org)/li
  +  liJason Height (jheight at apache dot org)/li
  +  lilink href=http://www.apache.org/~tetsuya/;Tetsuya Kitahata/link 
(tetsuya at apache dot org)/li
   /ul
 /section
 sectiontitleDevelopers/title
  -
  +ul
  +  liAgust#237;n Mart#237;n (agusmba at terra dot es)/li
  +/ul
  +  /section
  +  sectiontitleTranslators/title
  +ul
  +  li(Please add your name here!!)/li
  +/ul
 /section
/section
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java

2003-07-26 Thread tetsuya
tetsuya 2003/07/26 01:53:23

  Modified:src/java/org/apache/poi/util StringUtil.java
  Log:
  Rewinded: StringUtil.java: Sync to REL_2 BRANCH
  
  Revision  ChangesPath
  1.12  +343 -326  jakarta-poi/src/java/org/apache/poi/util/StringUtil.java
  
  Index: StringUtil.java
  ===
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/util/StringUtil.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- StringUtil.java   24 Jul 2003 16:58:09 -  1.11
  +++ StringUtil.java   26 Jul 2003 08:53:22 -  1.12
  @@ -1,346 +1,363 @@
   /*
  - * 
  - * The Apache Software License, Version 1.1
  + *  
  + *  The Apache Software License, Version 1.1
*
  - * Copyright (c) 2003 The Apache Software Foundation.  All rights
  - * reserved.
  + *  Copyright (c) 2002 The Apache Software Foundation.  All rights
  + *  reserved.
*
  - * Redistribution and use in source and binary forms, with or without
  - * modification, are permitted provided that the following conditions
  - * are met:
  + *  Redistribution and use in source and binary forms, with or without
  + *  modification, are permitted provided that the following conditions
  + *  are met:
*
  - * 1. Redistributions of source code must retain the above copyright
  - *notice, this list of conditions and the following disclaimer.
  + *  1. Redistributions of source code must retain the above copyright
  + *  notice, this list of conditions and the following disclaimer.
*
  - * 2. Redistributions in binary form must reproduce the above copyright
  - *notice, this list of conditions and the following disclaimer in
  - *the documentation and/or other materials provided with the
  - *distribution.
  + *  2. Redistributions in binary form must reproduce the above copyright
  + *  notice, this list of conditions and the following disclaimer in
  + *  the documentation and/or other materials provided with the
  + *  distribution.
*
  - * 3. The end-user documentation included with the redistribution,
  - *if any, must include the following acknowledgment:
  - *   This product includes software developed by the
  - *Apache Software Foundation (http://www.apache.org/).
  - *Alternately, this acknowledgment may appear in the software itself,
  - *if and wherever such third-party acknowledgments normally appear.
  + *  3. The end-user documentation included with the redistribution,
  + *  if any, must include the following acknowledgment:
  + *  This product includes software developed by the
  + *  Apache Software Foundation (http://www.apache.org/).
  + *  Alternately, this acknowledgment may appear in the software itself,
  + *  if and wherever such third-party acknowledgments normally appear.
*
  - * 4. The names Apache and Apache Software Foundation and
  - *Apache POI must not be used to endorse or promote products
  - *derived from this software without prior written permission. For
  - *written permission, please contact [EMAIL PROTECTED]
  + *  4. The names Apache and Apache Software Foundation and
  + *  Apache POI must not be used to endorse or promote products
  + *  derived from this software without prior written permission. For
  + *  written permission, please contact [EMAIL PROTECTED]
*
  - * 5. Products derived from this software may not be called Apache,
  - *Apache POI, nor may Apache appear in their name, without
  - *prior written permission of the Apache Software Foundation.
  + *  5. Products derived from this software may not be called Apache,
  + *  Apache POI, nor may Apache appear in their name, without
  + *  prior written permission of the Apache Software Foundation.
*
  - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  - * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  - * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  - * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  - * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  - * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  - * SUCH DAMAGE.
  - * 
  + *  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES

Re: CVS problem: what did I do?

2003-07-26 Thread Tetsuya Kitahata
Rainer,

On Sat, 26 Jul 2003 10:00:51 +0200
Rainer Klute [EMAIL PROTECTED] wrote:

 BTW there's another problem: org.apache.poi.util.StringUtil misses
 some {get|put}.*Unicode.* methods leading to compilation errors.

I rewound the change to org.apache.poi.util.StringUtil.
(The problem was just LineFeed, however, I performed other
disposal at the same time ...)
Very sorry.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java

2003-07-26 Thread Tetsuya Kitahata

Andrew,
CC: Toshiaki Kamoshida [EMAIL PROTECTED]

Okay, I ommitted the [RFE] prefix and the matter was worse,
there were weird linefeeds. I regret I had to check it
more seriously.

Toshiaki,

Please supply the patches using cvs diff -u style
once more. I assume you used [copy and paste] method,
so it seems there was unnecessary information.
Please do this on the MS-DOS prompt or **ix shell with
cvs diff -u  PR18846.PATCH.TXT
If you use winCVS, just set the path environment variable
to the directory you installed winCVS.

You can supply the patches to either
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18846
and
[EMAIL PROTECTED] (with [PATCH] prefixed subject
and zipped attachment)

I prefer the dev mailing list :)

--

I'll append the @author tag on the class,
after I will confirm Toshiaki's upcoming patches.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

On Sat, 26 Jul 2003 15:14:55 -0400
(Subject: Re: cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Hi Tetsuya,
 
 @author tags should be on the class not the methods in chronological order
 of contribution.  Unless the class is completely a clean-room
 implementation, we regard it as a derivative work and should be done with
 the previous @author tags in tact.  This not only preserves
 credit/visibility for the work but helps us know who to ping (without having
 to read all the CVS logs especially in the case of developers submitting
 patches as opposed to whom commits it).
 
 On 7/26/03 4:53 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

snip/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java

2003-07-26 Thread Tetsuya Kitahata

Doh, I've forgotten to mention.

I'll append the @author tag on the class,
after I will confirm Toshiaki's upcoming patches
for *BOTH* of REL_2_BRANCH and HEAD.  :-)

Toshiaki, please resubmit patches for HEAD only.
I will apply them to both of REL_2_BRANCH and HEAD
after the confirmation.
Also, if you are not in the status of subscribe to poi-dev
right now, it's okay. I'll moderate your mail to poi-dev.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

--

On Sun, 27 Jul 2003 04:52:58 +0900
(Subject: Re: cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java)
Tetsuya Kitahata [EMAIL PROTECTED] wrote:

 
 Andrew,
 CC: Toshiaki Kamoshida [EMAIL PROTECTED]
 
 Okay, I ommitted the [RFE] prefix and the matter was worse,
 there were weird linefeeds. I regret I had to check it
 more seriously.
 
 Toshiaki,
 
 Please supply the patches using cvs diff -u style
 once more. I assume you used [copy and paste] method,
 so it seems there was unnecessary information.
 Please do this on the MS-DOS prompt or **ix shell with
 cvs diff -u  PR18846.PATCH.TXT
 If you use winCVS, just set the path environment variable
 to the directory you installed winCVS.
 
 You can supply the patches to either
 http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18846
 and
 [EMAIL PROTECTED] (with [PATCH] prefixed subject
 and zipped attachment)
 
 I prefer the dev mailing list :)
 
 --
 
 I'll append the @author tag on the class,
 after I will confirm Toshiaki's upcoming patches.
 
 Sincerely,
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 On Sat, 26 Jul 2003 15:14:55 -0400
 (Subject: Re: cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java)
 Andrew C. Oliver [EMAIL PROTECTED] wrote:
 
  Hi Tetsuya,
  
  @author tags should be on the class not the methods in chronological order
  of contribution.  Unless the class is completely a clean-room
  implementation, we regard it as a derivative work and should be done with
  the previous @author tags in tact.  This not only preserves
  credit/visibility for the work but helps us know who to ping (without having
  to read all the CVS logs especially in the case of developers submitting
  patches as opposed to whom commits it).
  
  On 7/26/03 4:53 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 
 snip/
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



CVSCHANGELOG -- we need this??

2003-07-26 Thread Tetsuya Kitahata

Hello,

As I mentioned before, poi-build fail at the line
jakarta-poi/build.xml:410: Error running cvs log,
because the committers always use 
/home/cvs/ not /home/cvspublic/.

Do we really need cvs change log??

I wanna make this line (@ build.xml) comment out
and also remove cvschangelog left-side-nav section
from poi website.

Any thoughts?

-- Tetsuya ([EMAIL PROTECTED])



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: CVSCHANGELOG -- we need this??

2003-07-26 Thread Tetsuya Kitahata

How about ant docs?

-- Tetsuya ([EMAIL PROTECTED])

P.S. I am using windows2k advanced server and
SSH Secure Shell 3.2.3 (Build 279)

On Sat, 26 Jul 2003 16:41:43 -0400
(Subject: Re: CVSCHANGELOG -- we need this??)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 No idea why but I've never had this problem and I run the build all the
 time.
 
 On 7/26/03 4:42 PM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
  Hello,
  
  As I mentioned before, poi-build fail at the line
  jakarta-poi/build.xml:410: Error running cvs log,
  because the committers always use
  /home/cvs/ not /home/cvspublic/.
  
  Do we really need cvs change log??
  
  I wanna make this line (@ build.xml) comment out
  and also remove cvschangelog left-side-nav section
  from poi website.
  
  Any thoughts?
  
  -- Tetsuya ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: CVSCHANGELOG -- we need this?? (ATTN: Glen)

2003-07-26 Thread Tetsuya Kitahata

And my proposal is remove this cvschangelog from
the build.xml or put this line out of target name=docs.
Also, how about removing this from left-side-navi of poi
website?

I think this is due to the Ant itself. Of course,
those who perform ant docs with checked-out-files from
/home/cvspublic/ will not experience this phenomenon.

Even the current Poi-website's cvschangelog is obsolete.
Do we really need this??

-- Tetsuya ([EMAIL PROTECTED])

On Sat, 26 Jul 2003 17:06:58 -0400
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Ahh, yes I haven't built the docs in awhile...
 
 -Andy
 
 On 7/26/03 4:52 PM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
  How about ant docs?
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  P.S. I am using windows2k advanced server and
  SSH Secure Shell 3.2.3 (Build 279)
  
  On Sat, 26 Jul 2003 16:41:43 -0400
  (Subject: Re: CVSCHANGELOG -- we need this??)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  No idea why but I've never had this problem and I run the build all the
  time.
  
  On 7/26/03 4:42 PM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  
  
  Hello,
  
  As I mentioned before, poi-build fail at the line
  jakarta-poi/build.xml:410: Error running cvs log,
  because the committers always use
  /home/cvs/ not /home/cvspublic/.
  
  Do we really need cvs change log??
  
  I wanna make this line (@ build.xml) comment out
  and also remove cvschangelog left-side-nav section
  from poi website.
  
  Any thoughts?
  
  -- Tetsuya ([EMAIL PROTECTED])



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: POI to be known as Poi?

2003-07-26 Thread Tetsuya Kitahata

(BOkay! let's have a vote!
(B
(B-- Tetsuya ([EMAIL PROTECTED])
(B
(BOn Fri, 25 Jul 2003 00:44:03 +0200
(B(Subject: Re: POI to be known as Poi?)
(BRainer Klute [EMAIL PROTECTED] wrote:
(B
(B On Sat, 19 Jul 2003 23:14:10 -0400 "Andrew C. Oliver" [EMAIL PROTECTED] wrote:
(B  I really would prefer if we didn't have votes except on really important
(B  stuff.  I think its totally fine if Tetsuya wants to put "Poi" in the docs
(B  as the title.  Lets not sweat the details... :-)
(B 
(B Names are important and justify a vote.
(B 
(B Best regards
(B Rainer Klute
(B 
(BRainer Klute IT-Consulting GmbH
(B   Dipl.-Inform.
(B   Rainer Klute E-Mail:  [EMAIL PROTECTED]
(B   Kvrner Grund 24  Telefon: +49 172 2324824
(B D-44143 Dortmund   Telefax: +49 231 5349423
(B
(B
(B-
(BTo unsubscribe, e-mail: [EMAIL PROTECTED]
(BFor additional commands, e-mail: [EMAIL PROTECTED]

[VOTE] ATTENTION!! POI/Poi naming issue

2003-07-26 Thread Tetsuya Kitahata

Attention!! All the POI/Poi committers, developers!
(Nicola and Stefano, please join!!)

We now have very nice *draft* on voting rule.

See the Apache Incubator site:
http://incubator.apache.org/drafts/voting.html

I'll close this vote at 00:00 GMT 1st August, 2003.
(This is *not* lazy consensus vote. )

This vote will be passed if the total amount of the votes
exceeds number of the voted persons * 0.5 . If the amount
will be less than number of the voted persons * -0.5,
we will use POI *strictly* in the future.

... The time has come:  We must seriously take this issue to
be put on vote .. POI to be known as Poi in the future?

-- POI/Poi Project needs democratization :) -- 

--

== Let's vote!! ==

ISSUE #1:  POI to be known as Poi in the future?

[ ] +1   Applause!! I *do* love the Poi naming rather than POI.
[ ] +0.5 Cool! Go forward to it!
[ ] +-0  No Idea / Having both co-exist might be preferable
[ ] -0.5 *Boo* ... I have objections for this naming, Poi.
[ ] -1   A couple of *Boo*s ... I *do* love POI abbr rather than Poi

# Other fraction expressions are also welcomed. (with your comments!)

Your Status:   poi committer / poi developer / poi adviser
Your Comments: []

-

Note: 
If your name is not listed as Poi/POI Developer and want to vote
on this issue, please supply the patch on
http://jakarta.apache.org/poi/who.html
to this poi-dev mailing list with [PATCH] who.xml -- please add me
prefixed subject. I'll count you up.


Sincerely,

Tetsuya ([EMAIL PROTECTED])

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] ATTENTION!! POI/Poi naming issue

2003-07-26 Thread Tetsuya Kitahata

Here's my vote:

-- Tetsuya ([EMAIL PROTECTED])

--

ISSUE #1:  POI to be known as Poi in the future?

[X] +1   Applause!! I *do* love the Poi naming rather than POI.
[ ] +0.5 Cool! Go forward to it!
[ ] +-0  No Idea / Having both co-exist might be preferable
[ ] -0.5 *Boo* ... I have objections for this naming, Poi.
[ ] -1   A couple of *Boo*s ... I *do* love POI abbr rather than Poi

Your Status:   poi committer

Your Comments:
[I was wishing 'Poi' project to become BIGGER and more famous ;-)
The origin of each projects' name would cast a long shadow over
the future of it, in general. I am in favor to use this Poi from
the marketing point of view]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/documentation/content/xdocs/trans/es book.xml

2003-07-26 Thread tetsuya
tetsuya 2003/07/26 17:55:26

  Modified:src/documentation/content/xdocs book.xml
   src/documentation/content/xdocs/trans/es book.xml
  Log:
  book.xml: MailingList: directl link to jakarta.apache.org/site/mail2.html
  
  Revision  ChangesPath
  1.10  +1 -1  jakarta-poi/src/documentation/content/xdocs/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/book.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- book.xml  20 Jul 2003 00:41:34 -  1.9
  +++ book.xml  27 Jul 2003 00:55:26 -  1.10
  @@ -26,7 +26,7 @@
   menu-item label=Changes href=changes.html/
   menu-item label=To Do href=todo.html/
   menu-item label=Get Involved href=getinvolved/index.html/
  -menu-item label=Mailing Lists 
href=http://jakarta.apache.org/site/mail.html/
  +menu-item label=Mailing Lists 
href=http://jakarta.apache.org/site/mail2.html#poi/
   menu-item label=Vision href=plan/POI20Vision.html/
   menu-item label=History and Future href=historyandfuture.html/
   menu-item label=Who We Are href=who.html/
  
  
  
  1.5   +1 -1  jakarta-poi/src/documentation/content/xdocs/trans/es/book.xml
  
  Index: book.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/trans/es/book.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book.xml  7 Jul 2003 04:22:55 -   1.4
  +++ book.xml  27 Jul 2003 00:55:26 -  1.5
  @@ -26,7 +26,7 @@
   menu-item label=Cambios href=changes.html/ 
   menu-item label=Tareas href=todo.html/ 
   menu-item label=Contribuya href=../../getinvolved/index.html/
  -menu-item label=Listas de Correo 
href=http://jakarta.apache.org/site/mail.html/
  +menu-item label=Listas de Correo 
href=http://jakarta.apache.org/site/mail2.html#poi/
   menu-item label=Visión href=../../plan/POI20Vision.html/
   menu-item label=Historia y Futuro href=historyandfuture.html/
   menu-item label=Quiénes Somos href=who.html/ 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-07-24 Thread tetsuya
tetsuya 2003/07/24 09:36:40

  Modified:src/documentation/content/xdocs who.xml
  Log:
  Added Translators section, etc.
  
  Revision  ChangesPath
  1.6   +7 -2  jakarta-poi/src/documentation/content/xdocs/who.xml
  
  Index: who.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/who.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- who.xml   20 Jul 2003 01:56:24 -  1.5
  +++ who.xml   24 Jul 2003 16:36:40 -  1.6
  @@ -32,7 +32,7 @@
   
 sectiontitleAdvisors/title
   ul
  -   lilink href=http://avalon.apache.org/whoweare/stefano.html;Stefano 
Mazzocchi/link (stefano at apache dot org)
  +   lilink href=http://www.betaversion.org/~stefano/;Stefano 
Mazzocchi/link (stefano at apache dot org)
  /li
   /ul
 /section
  @@ -52,13 +52,18 @@
 liRyan Ackley (sackley at apache dot org)/li
 liAvik Sengupta (avik at apache dot org)/li
 liShawn Laubach (slaubach at apache dot org)/li
  -  lilink href=http://cvs.apache.org/~tetsuya/;Tetsuya Kitahata/link 
(tetsuya at apache dot org)/li
  +  lilink href=http://www.apache.org/~tetsuya/;Tetsuya Kitahata/link 
(tetsuya at apache dot org)/li
   /ul
 /section
 sectiontitleDevelopers/title
   ul
 liJason Height (jheight at chariot dot net dot au)/li
 liAgust#237;n Mart#237;n (agusmba at terra dot es)/li
  +/ul
  +  /section
  +  sectiontitleTranslators/title
  +ul
  +  li(Please add your name here!!)/li
   /ul
 /section
/section
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-poi/src/java/org/apache/poi/util StringUtil.java

2003-07-24 Thread tetsuya
tetsuya 2003/07/24 09:58:09

  Modified:src/java/org/apache/poi/util StringUtil.java
  Log:
  Fixed Weird Line Feed: Submitted by Toshiaki Kamoshida
  
  Revision  ChangesPath
  1.11  +346 -1jakarta-poi/src/java/org/apache/poi/util/StringUtil.java
  
  Index: StringUtil.java
  ===
  RCS file: /home/cvs/jakarta-poi/src/java/org/apache/poi/util/StringUtil.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- StringUtil.java   30 Apr 2003 04:39:08 -  1.10
  +++ StringUtil.java   24 Jul 2003 16:58:09 -  1.11
  @@ -1 +1,346 @@
  -/* *   *  The 
Apache Software License, Version 1.1 * *  Copyright (c) 2003 The Apache Software 
Foundation.  All rights *  reserved. * *  Redistribution and use in source and binary 
forms, with or without *  modification, are permitted provided that the following 
conditions *  are met: * *  1. Redistributions of source code must retain the above 
copyright *  notice, this list of conditions and the following disclaimer. * *  2. 
Redistributions in binary form must reproduce the above copyright *  notice, this list 
of conditions and the following disclaimer in *  the documentation and/or other 
materials provided with the *  distribution. * *  3. The end-user documentation 
included with the redistribution, *  if any, must include the following 
acknowledgment: *  This product includes software developed by the *  Apache Software 
Foundation (http://www.apache.org/). *  Alternately, this acknowledgment may appear 
in the software itself, *  if and wherever such third-party acknowledgments normally 
appear. * *  4. The names Apache and Apache Software Foundation and *  Apache 
POI must not be used to endorse or promote products *  derived from this software 
without prior written permission. For *  written permission, please contact [EMAIL 
PROTECTED] * *  5. Products derived from this software may not be called Apache, *  
Apache POI, nor may Apache appear in their name, without *  prior written 
permission of the Apache Software Foundation. * *  THIS SOFTWARE IS PROVIDED ``AS IS'' 
AND ANY EXPRESSED OR IMPLIED *  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES *  OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE *  
DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR *  ITS CONTRIBUTORS 
BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, *  SPECIAL, EXEMPLARY, OR 
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT *  LIMITED TO, PROCUREMENT OF SUBSTITUTE 
GOODS OR SERVICES; LOSS OF *  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
CAUSED AND *  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, *  OR 
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT *  OF THE USE OF THIS 
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF *  SUCH DAMAGE. *  
 * *  This 
software consists of voluntary contributions made by many *  individuals on behalf of 
the Apache Software Foundation.  For more *  information on the Apache Software 
Foundation, please see *  http://www.apache.org/. */package 
org.apache.poi.util;import java.io.UnsupportedEncodingException;import 
java.text.NumberFormat;import java.text.FieldPosition;/** *  Title: String Utility 
Description: Collection of string handling utilities *  * Now it is quite confusing: 
the method pairs, in which * one of them write data and other read written data are: * 
putUncompressedUnicodeHigh and getFromUnicode * putUncompressedUnicode and 
getFromUnicodeHigh * [EMAIL PROTECTED] Andrew C. Oliver [EMAIL PROTECTED] 
Sergei Kozello (sergeikozello at mail.ru) [EMAIL PROTECTED]May 10, 2002 [EMAIL 
PROTECTED]1.0 */public class StringUtil {private final static String 
ENCODING=ISO-8859-1;/** *  Constructor for the StringUtil object */
private StringUtil() { }/** *  given a byte array of 16-bit unicode 
characters, compress to 8-bit and *  return a string * * { 0x16, 0x00 } - 
0x16 *  [EMAIL PROTECTED]  string  the byte array 
to be converted [EMAIL PROTECTED]  offset  the initial 
offset into the *  byte array. it is assumed that string[ offset ] and string[ 
offset + *  1 ] contain the first 16-bit unicode character [EMAIL 
PROTECTED]  len [EMAIL PROTECTED] the 
converted string [EMAIL PROTECTED]  ArrayIndexOutOfBoundsException  if offset is 
out of bounds for *  the byte array (i.e., is negative or is greater than or 
equal to *  string.length) [EMAIL PROTECTED]  IllegalArgumentException 
   if len is too large (i.e., *  there is not enough data in string to create 
a String

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

2003-07-19 Thread tetsuya
tetsuya 2003/07/19 18:42:17

  Modified:src/documentation/content/xdocs overview.xml
  Log:
  Andrew's mail address - apache.org
  
  Revision  ChangesPath
  1.3   +2 -2  jakarta-poi/src/documentation/content/xdocs/overview.xml
  
  Index: overview.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/overview.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- overview.xml  24 Apr 2003 00:53:28 -  1.2
  +++ overview.xml  20 Jul 2003 01:42:17 -  1.3
  @@ -5,7 +5,7 @@
 header
   titleOverview/title
   authors
  -  person id=AO name=Andrew C. Oliver email=[EMAIL PROTECTED]/
  +  person id=AO name=Andrew C. Oliver email=[EMAIL PROTECTED]/
   /authors
 /header
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2003-07-19 Thread tetsuya
tetsuya 2003/07/19 18:45:51

  Modified:src/documentation/content/xdocs historyandfuture.xml
  Log:
  POI - Poi
  
  Revision  ChangesPath
  1.4   +13 -13jakarta-poi/src/documentation/content/xdocs/historyandfuture.xml
  
  Index: historyandfuture.xml
  ===
  RCS file: 
/home/cvs/jakarta-poi/src/documentation/content/xdocs/historyandfuture.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- historyandfuture.xml  20 Jul 2003 01:37:30 -  1.3
  +++ historyandfuture.xml  20 Jul 2003 01:45:50 -  1.4
  @@ -14,7 +14,7 @@
   
   sectiontitleJakarta Poi - Brief Project History/title
   
  -pThe POI project was dreamed up back around April 2001, when
  +pThe Poi project was dreamed up back around April 2001, when
   Andrew Oliver landed a short term contract to do Java-based
   reporting to Excel. He'd done this project a few times before
   and knew right where to look for the tools he needed.
  @@ -41,18 +41,18 @@
   on Marc's library. Several users wrote in asking to read XLS
   (not just write as had originally been planned) and one user
   had special requests for a different use for POIFS. Before
  -long, the project scope had tripled.  POI 1.0 was released a
  +long, the project scope had tripled.  Poi 1.0 was released a
   month later than planned, but with far more features. Marc
   quickly wrote the serializer framework and HSSF Serializer in
   record time and Andrew banged out more documentation and worked
   on making people aware of the project
   /p
   
  -p Shortly before the release, POI was fortunate to come into
  +p Shortly before the release, Poi was fortunate to come into
 contact with Nicola -Ken- Barrozzi who gave them samples for
 the HSSF Serializer and help uncover its unfortunate bugs
 (which were promptly fixed).  More recently, Ken ported most
  -  of the POI project documentation to XML from Andrew's crappy
  +  of the Poi project documentation to XML from Andrew's crappy
 HTML docs he wrote with Star Office.
   /p
   
  @@ -60,7 +60,7 @@
   joined the project.  Glen was ticked off at Andrew's flippant attitude
   towards adding graphing to HSSF.  Glen got so ticked off he decided to
   grab a hammer and do it himself.  Glen has already become an integral
  -part of the POI development community; his contributions to HSSF have
  +part of the Poi development community; his contributions to HSSF have
   already started making waves.
   /p
   
  @@ -69,16 +69,16 @@
Cocoon Project/link, only to discover the project had
outgrown fitting nicely into just Cocoon long ago.
Furthermore, Andrew started eyeing other projects he'd like to
  - see POI functionality added to.  So it was decided to donate
  - the Serializers and Generators to Cocoon, other POI
  - integration components to other projects, and the POI APIs
  + see Poi functionality added to.  So it was decided to donate
  + the Serializers and Generators to Cocoon, other Poi
  + integration components to other projects, and the Poi APIs
would become part of Jakarta.  It was a bumpy road but it
looks like everything turned out since you're reading this!
   /p
   
   /section
   
  -sectiontitleWhat's next for POI/title
  +sectiontitleWhat's next for Poi/title
   !--pFirst we'll tackle this from a project standpoint: Well, we
   made an offer to Microsoft and Actuate (tongue in cheek
   ... well mostly) that we'd quit the project and retire if
  @@ -87,7 +87,7 @@
   pay us to go away.
   /p
   pNext, we've got some work to do here at Jakarta to finish
  -   integrating POI into the community.  Furthermore, we're
  +   integrating Poi into the community.  Furthermore, we're
  still transitioning the Serializer to Cocoon.
   /p--
   pHSSF, during the 2.0 cycle, will undergo a few
  @@ -114,8 +114,8 @@
   hoping to add support for formulas during this cycle.
   /p
   pWe're beginning to expand our scope yet again. If we could
  -do all of this for XLS files, what about Doc files or PPT
  -files? We're thinking that our next component (HWSF - Manipulates
  +do all of this for XLS files, what about Doc files or PowerPoint
  +files? We're thinking that our next component (HWPF - Manipulates
   Word Processor Format) should follow the same pattern. We're hoping
   that new blood will join the team and allow us to tackle this
   even faster (in part because POIFS is already finished

cvs commit: jakarta-poi/src/documentation/content/xdocs who.xml todo.xml

2003-07-19 Thread tetsuya
tetsuya 2003/07/19 18:56:25

  Modified:src/documentation/content/xdocs who.xml todo.xml
  Log:
  Surgery on the author tag :D
  
  Revision  ChangesPath
  1.5   +3 -4  jakarta-poi/src/documentation/content/xdocs/who.xml
  
  Index: who.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/who.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- who.xml   19 Jun 2003 11:35:22 -  1.4
  +++ who.xml   20 Jul 2003 01:56:24 -  1.5
  @@ -3,16 +3,15 @@
   
   document
header
  -  titleWho we are/title
  +  titleJakarta Poi - Who we are/title
 authors
  -   person name=Davanum Srinivas email=[EMAIL PROTECTED]/
  -   person name=Nicola Ken Barozzi email=[EMAIL PROTECTED]/
  +   person name=Jakarta Poi Documentation Team email=[EMAIL PROTECTED]/
  /authors
/header
   
body
   
  - sectiontitleWho we are/title
  + sectiontitleJakarta Poi - Who we are/title
 p
   The Poi Project operates on a meritocracy: the more you do, the more
   responsibility you will obtain. This page lists all of the people who have
  
  
  
  1.4   +1 -1  jakarta-poi/src/documentation/content/xdocs/todo.xml
  
  Index: todo.xml
  ===
  RCS file: /home/cvs/jakarta-poi/src/documentation/content/xdocs/todo.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- todo.xml  18 Jul 2003 12:19:26 -  1.3
  +++ todo.xml  20 Jul 2003 01:56:24 -  1.4
  @@ -6,7 +6,7 @@
   
   devs
   !-- in strict alphabetical order --
  -person id=AO  name=Andrew C. Oliver   email=[EMAIL PROTECTED]/
  +person id=AO  name=Andrew C. Oliver   email=[EMAIL PROTECTED]/
   person id=GS  name=Glen Stampoultzis  email=[EMAIL PROTECTED]/
   person id=MJ  name=Marc Johnson   email=mjohnson at apache dot 
org/
   person id=NKB name=Nicola Ken Barozzi email=[EMAIL PROTECTED]/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: POI to be known as Poi?

2003-07-19 Thread Tetsuya Kitahata
On Sat, 19 Jul 2003 23:14:10 -0400
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Details baby, details said the transvestite in The Crying Game  (my wife
 made me watch it)

transvestite ... what are you talking about? :D

digression
Have I to change my name from Tetsuya to Tetsuo? :D
/digression

 For all sourcecode its POI.  I won't budge on this..  Why?  Because I don't
 want to go through all the code and change it  I want it to be
 consistent... And I'd LIKE to think we have better things to do.

I have *nice* text editor which can perform the permutation usin' regexp. 
If we have *consensus* on this issue, I can perform this soon.

 Additionally I like it all caps for another reason.  In portuguese and some
 other languages poi is a word like for or or or something...  To see
 this google on poi rather than jakarta POI and see what you get.
 (google isn't case sensitive but other things are).

Oh, google issue... In a month or around, you'll be able to find poi
website using Java XML via google, I am sure.

 In any case.  Lets just de-emphasize what the abbreviations mean (if you
 couldn't figure out that¹s what I'm trying to do).  This is the important
 issue.

yep

 I really would prefer if we didn't have votes except on really important
 stuff.  I think its totally fine if Tetsuya wants to put Poi in the docs
 as the title.  Lets not sweat the details... :-)

I'll convert them (docs) within a few days, then.
POI - Poi:  either case is okay.

 On 7/19/03 11:00 PM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  All,
  
  How about puttin' the [VOTE]??
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED]) --  AIM# tkitahata
  
  -
  
  On Sun, 20 Jul 2003 12:31:08 +1000
  (Subject: POI to be known as Poi? (Was Re: cvs commit:
  jakarta-poi/src/documentation/content/xdocs historyandfuture.xml))
  Glen Stampoultzis [EMAIL PROTECTED] wrote:
  
  I've always been unsure whether to refer the POI or Poi.  The Poi's have it?
  
  -- Glen

Sincerely,

-- Tetsuya ([EMAIL PROTECTED]) --  AIM# tkitahata

P.S.  By the way, Horrible - Humble might be better .. IMHO :D


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Fw: Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata

Forwarded by Tetsuya Kitahata [EMAIL PROTECTED]
--- Original Message ---
From:Jeff Turner [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Date:Thu, 17 Jul 2003 22:29:36 +1000
Subject: Re: new forrest live site


On Wed, Jul 16, 2003 at 11:33:12PM +0900, Tetsuya Kitahata wrote:

 By the way, how can we (jakarta-poi) set up the forrestbot?  we are
 doing the update manually:  it is waste of time, needless to say

I will, but some changes will be needed first, to get POI building with
out-the-box Forrest.  Currently, building with Forrest 0.4 gives:

validate-xdocs:
/home/jeff/apache/jakarta/jakarta-poi/src/documentation/content/xdocs/hdf/projectplan.xml:367:12:
The content of element type document must match
(header,body,footer?).

This is because Forrest uses a built-in document-v11.dtd, whereas POI is
relying on a modified version in src/documentation/content/xdocs/dtd/.
This illustrates why it's a bad idea to override a DTD and not give it a
different public id.  The proper way to override a DTD is documented at
http://xml.apache.org/forrest/validation.html

So either:

 - Someone from POI can volunteer to fix up things to build against
   Forrest 0.4
 - I'll volunteer to get POI working with what will shortly be Forrest
   0.5, submit a patch to poi-dev, which can be applied when 0.5 is
   released.


--Jeff

 Sincerely,
 
 -- Tetsuya ([EMAIL PROTECTED])
 
 
 -
 Tetsuya Kitahata --  Terra-International, Inc.
 E-mail: [EMAIL PROTECTED] : [EMAIL PROTECTED]
 http://www.terra-intl.com/
 (Apache Jakarta Translation, Japanese)
 http://jakarta.terra-intl.com/
 
 
- Original Message Ends 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata

I completely agree with the things when poi-build used Centipede.

For me (translator), it was a pain, too. PAIN PAIN PAIN!!
I had to learn how to deal with Anakia (Velocity and Ant, XSLT), Maven
and Centipede. Unbelievable!  ... Jakarta is missing *consistency*

But, imagine. All the avalon, xml. ws-projects are using forrest and
forrest bot.  ... If we fail building the site and it is due to the
bugs of forrest, all the xml, ws, incubator-sites also fail buiding the
sites!! We do not have to investigate the root of the *evil* ! :D

Simple I love these kind of simpleness and smartness.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

-

On Thu, 17 Jul 2003 08:46:38 -0400
(Subject: Re: new forrest live site)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 If he follows through which isn't a given.  You're taking this as a single
 case.  I'm thinking the next time...and the time after than...and 3 weeks
 after that ;-)
 
 Big pain.  Drives me nuts.
 
 
 On 7/17/03 8:45 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
  Sorry, Andy. I could not understand what drove you nuts.
  
  I think things will be very simple. Jeff offered us the patches for it,
  and we can accept them. So, we can build the poi website as well as
  all of the xml.apache.org sites and incubator, etc.
  
  For me, this seems very simple.
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  -
  
  On Thu, 17 Jul 2003 08:35:42 -0400
  (Subject: Re: new forrest live site)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  Man this drives me nuts.  That¹s why I didn't want to use forrest.  Lessons
  learned from Centipede: the more dependencies your build has the more often
  it breaks.  $20 says they never really make it to 1.0.
  
  You wonder why I constantly ask do we need this dependency when someone
  tries it?  Because its a PAIN IN THE BUTT to manage dependencies.  Every
  dependency adds a brittle link.  I like POI to stay simple and layer the
  dependencies on top of it rather than under it.
  
  -Andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata
Beutifully Designed, High-Quality Products can be 'included in
Out-of-the-Box 2.1' :D

cf. http://jakarta.apache.org/site/elsewhere.html#20030715.1

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

-

On Thu, 17 Jul 2003 09:18:52 -0400
(Subject: Re: new forrest live site)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Tetsuya, 
 
 After being here for awhile you get a certain cynicism about what that crowd
 promises versus delivers.  I'd rather have something we maintain that WORKS
 and we can fix than something they maintain that is always broken..
 
 Avalon culture: its beautifully designed if you can figure it out...it
 throws null pointers on launch.
 
 Velocity culture: its ugly and dirty...it also works.
 
 POI culture: beautiful design, great unit tests, good documentation...we'll
 optimize next release ;-)
 
 -Andy
 
 On 7/17/03 9:03 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
  I completely agree with the things when poi-build used Centipede.
  
  For me (translator), it was a pain, too. PAIN PAIN PAIN!!
  I had to learn how to deal with Anakia (Velocity and Ant, XSLT), Maven
  and Centipede. Unbelievable!  ... Jakarta is missing *consistency*
  
  But, imagine. All the avalon, xml. ws-projects are using forrest and
  forrest bot.  ... If we fail building the site and it is due to the
  bugs of forrest, all the xml, ws, incubator-sites also fail buiding the
  sites!! We do not have to investigate the root of the *evil* ! :D
  
  Simple I love these kind of simpleness and smartness.
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  -
  
  On Thu, 17 Jul 2003 08:46:38 -0400
  (Subject: Re: new forrest live site)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  If he follows through which isn't a given.  You're taking this as a single
  case.  I'm thinking the next time...and the time after than...and 3 weeks
  after that ;-)
  
  Big pain.  Drives me nuts.
  
  
  On 7/17/03 8:45 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  
  
  Sorry, Andy. I could not understand what drove you nuts.
  
  I think things will be very simple. Jeff offered us the patches for it,
  and we can accept them. So, we can build the poi website as well as
  all of the xml.apache.org sites and incubator, etc.
  
  For me, this seems very simple.
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  -
  
  On Thu, 17 Jul 2003 08:35:42 -0400
  (Subject: Re: new forrest live site)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  Man this drives me nuts.  That¹s why I didn't want to use forrest.  Lessons
  learned from Centipede: the more dependencies your build has the more often
  it breaks.  $20 says they never really make it to 1.0.
  
  You wonder why I constantly ask do we need this dependency when someone
  tries it?  Because its a PAIN IN THE BUTT to manage dependencies.  Every
  dependency adds a brittle link.  I like POI to stay simple and layer the
  dependencies on top of it rather than under it.
  
  -Andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata

Has Erik (Out-Of-Box guy) understood the simplicity of POI installation?

Marketers' eyes are more shrewd than those of developers.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

-

On Thu, 17 Jul 2003 17:56:58 -0400
(Subject: Re: new forrest live site)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Present method for installing POI:
 
 Unzip POI distro
 Copy Jar file(s) into your WEB-INF/lib or wherever you keep your jar files.
 
 -Andy
 
 On 7/17/03 5:49 PM, Glen Stampoultzis [EMAIL PROTECTED] wrote:
 
  
  Yes but also it's a smell.  If things are so hard to install that you
  need to get someone else to do that hard work then perhaps they need to be
  simplified.
  
  -- Glen
  
  At 12:03 AM 18/07/2003, you wrote:
  Personally I don't care for this.  It abstracts the user from the community
  too much.
  
  On 7/17/03 9:47 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  
  Beutifully Designed, High-Quality Products can be 'included in
  Out-of-the-Box 2.1' :D
  
  cf. http://jakarta.apache.org/site/elsewhere.html#20030715.1
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  -
  
  On Thu, 17 Jul 2003 09:18:52 -0400
  (Subject: Re: new forrest live site)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  Tetsuya,
  
  After being here for awhile you get a certain cynicism about what that
  crowd
  promises versus delivers.  I'd rather have something we maintain that
  WORKS
  and we can fix than something they maintain that is always broken..
  
  Avalon culture: its beautifully designed if you can figure it out...it
  throws null pointers on launch.
  
  Velocity culture: its ugly and dirty...it also works.
  
  POI culture: beautiful design, great unit tests, good
  documentation...we'll
  optimize next release ;-)
  
  -Andy
  
  On 7/17/03 9:03 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  
  
  I completely agree with the things when poi-build used Centipede.
  
  For me (translator), it was a pain, too. PAIN PAIN PAIN!!
  I had to learn how to deal with Anakia (Velocity and Ant, XSLT), Maven
  and Centipede. Unbelievable!  ... Jakarta is missing *consistency*
  
  But, imagine. All the avalon, xml. ws-projects are using forrest and
  forrest bot.  ... If we fail building the site and it is due to the
  bugs of forrest, all the xml, ws, incubator-sites also fail buiding the
  sites!! We do not have to investigate the root of the *evil* ! :D
  
  Simple I love these kind of simpleness and smartness.
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  -
  
  On Thu, 17 Jul 2003 08:46:38 -0400
  (Subject: Re: new forrest live site)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  If he follows through which isn't a given.  You're taking this as a
  single
  case.  I'm thinking the next time...and the time after than...and 3
  weeks
  after that ;-)
  
  Big pain.  Drives me nuts.
  
  
  On 7/17/03 8:45 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
  
  
  Sorry, Andy. I could not understand what drove you nuts.
  
  I think things will be very simple. Jeff offered us the patches for it,
  and we can accept them. So, we can build the poi website as well as
  all of the xml.apache.org sites and incubator, etc.
  
  For me, this seems very simple.
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  -
  
  On Thu, 17 Jul 2003 08:35:42 -0400
  (Subject: Re: new forrest live site)
  Andrew C. Oliver [EMAIL PROTECTED] wrote:
  
  Man this drives me nuts.  That¹s why I didn't want to use forrest.
  Lessons
  learned from Centipede: the more dependencies your build has the more
  often
  it breaks.  $20 says they never really make it to 1.0.
  
  You wonder why I constantly ask do we need this dependency when
  someone
  tries it?  Because its a PAIN IN THE BUTT to manage
  dependencies.  Every
  dependency adds a brittle link.  I like POI to stay simple and
  layer the
  dependencies on top of it rather than under it.
  
  -Andy



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata
On Fri, 18 Jul 2003 07:56:50 +1000
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 Okay.  That's a fair point.  0.3 to 0.4 was a bit painful simply because 
 they started enforcing a DTD which we didn't conform to.  Hopefully the 
 transition to 0.5 will be smoother.  Should the effort to perform the 
 transition become too painful I suggest we call a vote on whether we wish 
 to continue with forrest or move to velocity.  I'm about 60% forrest and 
 40% velocity at the moment but that may change with with migration.

I agree.

*IF* it is a pain, we should put the vote.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata
Again, I want to make things simple.

Now, Jeff is offeing us to make patches for poi-dev in order to
make the poi-build fit to the forrest and forrestbot.

Can I/we accept his offer? or Can NOT?

... Choice between two things. Very simple.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

P.S.  I'll check the patches from him.

-

On Thu, 17 Jul 2003 08:35:42 -0400
(Subject: Re: new forrest live site)
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 Man this drives me nuts.  That¹s why I didn't want to use forrest.  Lessons
 learned from Centipede: the more dependencies your build has the more often
 it breaks.  $20 says they never really make it to 1.0.
 
 You wonder why I constantly ask do we need this dependency when someone
 tries it?  Because its a PAIN IN THE BUTT to manage dependencies.  Every
 dependency adds a brittle link.  I like POI to stay simple and layer the
 dependencies on top of it rather than under it.
 
 -Andy
 
 On 7/17/03 8:34 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote:
 
  
  Forwarded by Tetsuya Kitahata [EMAIL PROTECTED]
  --- Original Message ---
  From:Jeff Turner [EMAIL PROTECTED]
  To:  [EMAIL PROTECTED]
  Date:Thu, 17 Jul 2003 22:29:36 +1000
  Subject: Re: new forrest live site
  
  
  On Wed, Jul 16, 2003 at 11:33:12PM +0900, Tetsuya Kitahata wrote:
  
  By the way, how can we (jakarta-poi) set up the forrestbot?  we are
  doing the update manually:  it is waste of time, needless to say
  
  I will, but some changes will be needed first, to get POI building with
  out-the-box Forrest.  Currently, building with Forrest 0.4 gives:
  
  validate-xdocs:
  /home/jeff/apache/jakarta/jakarta-poi/src/documentation/content/xdocs/hdf/proj
  ectplan.xml:367:12:
  The content of element type document must match
  (header,body,footer?).
  
  This is because Forrest uses a built-in document-v11.dtd, whereas POI is
  relying on a modified version in src/documentation/content/xdocs/dtd/.
  This illustrates why it's a bad idea to override a DTD and not give it a
  different public id.  The proper way to override a DTD is documented at
  http://xml.apache.org/forrest/validation.html
  
  So either:
  
  - Someone from POI can volunteer to fix up things to build against
   Forrest 0.4
  - I'll volunteer to get POI working with what will shortly be Forrest
   0.5, submit a patch to poi-dev, which can be applied when 0.5 is
   released.
  
  
  --Jeff
  
  Sincerely,
  
  -- Tetsuya ([EMAIL PROTECTED])
  
  
  -
  Tetsuya Kitahata --  Terra-International, Inc.
  E-mail: [EMAIL PROTECTED] : [EMAIL PROTECTED]
  http://www.terra-intl.com/
  (Apache Jakarta Translation, Japanese)
  http://jakarta.terra-intl.com/
  
  
  - Original Message Ends 
  
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 -- 
 Andrew C. Oliver
 http://www.superlinksoftware.com/poi.jsp
 Custom enhancements and Commercial Implementation for Jakarta POI
 
 http://jakarta.apache.org/poi
 For Java and Excel, Got POI?
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]

-
Tetsuya Kitahata --  Terra-International, Inc.
E-mail: [EMAIL PROTECTED] : [EMAIL PROTECTED]
http://www.terra-intl.com/
(Apache Jakarta Translation, Japanese)
http://jakarta.terra-intl.com/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: new forrest live site

2003-07-17 Thread Tetsuya Kitahata

  Can I/we accept his offer? or Can NOT?
 You're a committer, you don't have to ask us.  Just do it.

Okay. These sentences above are very simple. Simpler than those
created at Thu, 17 Jul 2003 08:35:42 -0400.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



website update

2003-07-15 Thread Tetsuya Kitahata

Nice work, Glen! (Though the shortage of the free disk space
on daedalus)

-- Tetsuya ([EMAIL PROTECTED])



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Proposal: Taking the author elements off the documentation

2003-07-13 Thread Tetsuya Kitahata
+1

How about * Jakarta Poi Documentation Team [EMAIL PROTECTED]* ??

The @author tags in the code will be discussed sooner or later...

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

-

On Sun, 13 Jul 2003 21:24:22 +1000
(Subject: Proposal: Taking the author elements off the documentation)
Glen Stampoultzis [EMAIL PROTECTED] wrote:

 
 The author elements in the documentation are inaccurate and seem to 
 encourage people to send direct emails.  I'd like to propose we remove 
 them.  The @author tags in the code are a different matter and I'm NOT 
 proposing we remove those.
 
 
 Regards,
 
 
 Glen Stampoultzis
 [EMAIL PROTECTED]
 http://members.iinet.net.au/~gstamp/glen/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Kick out all committers who haven't turned in a CLA and boot all code which was contributed by such members in 2 weeks

2003-07-13 Thread Tetsuya Kitahata

I am not sure what you want to mean. AFAIK, all the committer (who have
apache.org account) must sign the agreement *when* they become apache
committer... Right??
Are there anyone who did not sign to the committer agreement and became
committer here in Jakarta-Poi??

I'll vote after my question above is answered.

As far as http://www.apache.org/~jim/committers.html is concerned,
cron did not work well, it seems.

As for me, i faxed the agreement to the ASF.
(http://incubator.apache.org/forms/ASF_Contributor_License_2_form.pdf)

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

-

On Sun, 13 Jul 2003 13:00:13 -0400
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 I propose that in order to protect the POI project, all committers who have
 not signed a committer agreement
 (http://jakarta.apache.org/site/agreement.html or
 http://incubator.apache.org/forms/ASF_Contributor_License_2_form.pdf) and
 returned it within 2 weeks from the date the vote passes (we'll give the
 vote until 1:00 EST Tuesday):
 
 1. All have their commit access revoked
 2. Have any codebase they have written removed from CVS.
 
 Note that I've given not one but TWO final warnings.  As far as I know this
 shouldn't apply to anyone.  You can see if this is incorrect here (find your
 own name):
 
 http://www.apache.org/~jim/committers.html
 
 I don't care to endanger the project for the lazy.  If you HAVE returned it,
 you NEED to contact jim j and figure out what happened.  I'll contact him on
 Marc Johnson's behalf, whom I KNOW sent it in.
 
 -Andy


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Proposal: Taking the author elements off the documentation

2003-07-13 Thread Tetsuya Kitahata
On Sun, 13 Jul 2003 11:25:18 -0400
Andrew C. Oliver [EMAIL PROTECTED] wrote:

 -1.  Lets just remove them from the XSLT for the same reasons they
 are in the code.  I want to encourage people to contribute.

Well,

Sure, it's sometimes useful to know who originally has a hand in the
page, as Glen told me in personal.

Glen, how about [SURVEY] in this mailing list who want to keep the
author name in the xml?
Deleting the name of the authors who did not raise their hands within
one or two weeks might be preferable.

As for me, I rather want to keep my name in the xml.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   >