Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 41287 invoked from network); 6 Jul 2004 16:25:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 16:25:11 -0000 Received: (qmail 33438 invoked by uid 500); 6 Jul 2004 16:10:08 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 33303 invoked by uid 500); 6 Jul 2004 16:10:05 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 33271 invoked by uid 99); 6 Jul 2004 16:10:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [193.194.7.54] (HELO purveyor8.dresdnerbank.de) (193.194.7.54) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 06 Jul 2004 09:10:03 -0700 Received: from ffzj0yga.dresdner.net (unverified) by purveyor8.dresdnerbank.de (Content Technologies SMTPRS 4.2.10) with ESMTP id for ; Tue, 6 Jul 2004 18:09:52 +0200 Received: from fztig938.bank.dresdner.net (fztig938.bank.dresdner.net [130.90.23.79]) by ffzj0yga.dresdner.net (8.11.7p1+Sun/8.11.7) with ESMTP id i66G9pA00339 for ; Tue, 6 Jul 2004 18:09:51 +0200 (MEST) Received: from ffzd04rn.bank.dresdner.net ([130.90.22.48]) by fztig938.bank.dresdner.net with esmtp (Exim 3.36 #1 (Debian)) id 1BhsVz-0003pJ-00 for ; Tue, 06 Jul 2004 18:09:51 +0200 Message-ID: <40EACECF.2050005@fztig938.bank.dresdner.net> Date: Tue, 06 Jul 2004 18:09:51 +0200 From: =?ISO-8859-1?Q?Matthias_St=F6ckel?= User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; de-AT; rv:1.7) Gecko/20040608 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: JDK 1.3.1 compatibility for cvs-head References: <40E951BD.5080706@fztig938.bank.dresdner.net> <40EAA1BB.5050700@gmx.de> In-Reply-To: <40EAA1BB.5050700@gmx.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joerg Heinicke wrote: > On 05.07.2004 15:03, Matthias St�ckel wrote: > >> Hi, >> >> I tried to compile a HEAD checkout of cocoon-2.1 and encountered a few >> issues about JDK 1.3.1 compatibility. >> >> - jakarta-bcel-20040329.jar, "NoSuchMethodError" if used with JavaFlow >> [1]. > > > Are you sure it's the quoted StringBuffer problem? It might also be > caused by a "wrong" bcel on classpath as we have extended the original one. I got bcel from cvs and compiled it with 1.3.1 (including the bugzilla patches). Now it works for me. I don't have another jar in the classpath for sure. The problem didn't occur with the Cocoon JavaFlow samples. It happened only with my own application. The stacktrace pointed to the location which I quoted. > >> - groovy-1.0-beta-5.jar, I get a "class file has wrong version 48.0, >> should be 47.0" during compilation. > > > This is a known problem and should be fixed. Yes, thanks. >> - src/java/org/apache/cocoon/acting/HttpCacheAction.java uses the >> Function Calendar.getTimeInMillis(). For JDK 1.3.1 it is protected. > > > This was added only few day ago and should also be fixed. Pier? Not yet ;-) Sorry for nagging about 1.3.x compatibility, but unfortunately it isn't so easy to update the JRE in our production environment. Cheers, Matthias