You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2003/05/29 18:41:42 UTC

cvs commit: cocoon-2.0/lib/optional jakarta-poi-1.5.1.jar

joerg       2003/05/29 09:41:42

  Modified:    lib      jars.xml
  Added:       lib/optional jakarta-poi-1.5.1.jar
  Log:
  updating POI to latest release version 1.5.1
  
  Revision  Changes    Path
  1.6       +1 -1      cocoon-2.0/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.0/lib/jars.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jars.xml	8 May 2003 01:03:47 -0000	1.5
  +++ jars.xml	29 May 2003 16:41:41 -0000	1.6
  @@ -323,7 +323,7 @@
   		various file formats based upon Microsoft's OLE 2 Compound Document
   		format using pure Java.</description>
   	<used-by>MS Excel serializer</used-by>
  -	<lib>optional/jakarta-poi-1.5.0-dev-20020408.jar</lib>
  +	<lib>optional/jakarta-poi-1.5.1.jar</lib>
   	<homepage>http://jakarta.apache.org/poi/</homepage>
    </file>
    <file>
  
  
  
  1.1                  cocoon-2.0/lib/optional/jakarta-poi-1.5.1.jar
  
  	<<Binary file>>
  
  

Re: cvs commit: cocoon-2.0/lib/optional jakarta-poi-1.5.1.jar

Posted by Joerg Heinicke <jo...@gmx.de>.
Hello,

I updated POI in Cocoon 2.0 from 1.5.0-dev to the latest release 1.5.1. 
But what's with Cocoon 2.1? There the unreleased 1.7-dev is used. We 
can't upgrade to a more current dev version e.g. for international 
character support 
(http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105410838504449&w=2), 
because of not compiling code. Yury provided the necessary code changes 
for 1.8-dev 
(http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=105420972130383&w=2), 
but this needs a change *in* the library code - which is not something 
we can do I guess.
OTOH the current version works worse than the 1.5.1 release, at least 2 
of the old sample files don't work with 1.7-dev while they worked with 
1.5.1.
What shell we do?
Go back to the latest release 1.5.1?
Do nothing and simply wait for the code move to the POI project? They 
seem to work on the 2.0 release and I don't how long this takes.
Or use a modified 1.10-dev, the latest 1.x dev release?

Joerg