Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 39946 invoked from network); 10 Jul 2005 13:42:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jul 2005 13:42:37 -0000 Received: (qmail 44183 invoked by uid 500); 10 Jul 2005 13:42:36 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 44170 invoked by uid 99); 10 Jul 2005 13:42:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jul 2005 06:42:35 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of FlorianRied@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 10 Jul 2005 06:42:33 -0700 Received: (qmail invoked by alias); 10 Jul 2005 13:42:31 -0000 Received: from p549C2B46.dip0.t-ipconnect.de (EHLO [192.168.178.24]) [84.156.43.70] by mail.gmx.net (mp019) with SMTP; 10 Jul 2005 15:42:31 +0200 X-Authenticated: #5760871 Message-ID: <42D125C3.10804@gmx.de> Date: Sun, 10 Jul 2005 15:42:27 +0200 From: Florian Ried User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: JCR-RMI - Java Runtime < 1.5 References: <42D0EAC0.2030207@gmx.de> <42D0EFD5.9030200@yukatan.fi> In-Reply-To: <42D0EFD5.9030200@yukatan.fi> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Jukka, works perfectly after recompiling. Thanks -Florian Jukka Zitting wrote: > Hi, > > Florian Ried wrote: > >> I read, that the JCR-RMI packed is compiled against JDK 1.5. What >> will I have to do to use it with a JRE < 1.5 and the IBM runtime >> environment respectively? > > > There should be no JDK 1.5 specific code in JCR-RMI, so you should be > able to compile and use it in 1.4 without problems. > > I just added (r209999) the following properties to the JCR-RMI > project.properties. They should make sure that the generated classes > are always JDK 1.4 compliant. > > maven.compile.source=1.4 > maven.compile.target=1.4 > > Updating and rebuilding the jcr-rmi jar should do the trick. > > BR, > > Jukka Zitting > >