From owner-freebsd-java@FreeBSD.ORG Thu Jul 7 17:23:28 2005 Return-Path: X-Original-To: java@freebsd.org Delivered-To: freebsd-java@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0CF616A41C for ; Thu, 7 Jul 2005 17:23:28 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A05843D4C for ; Thu, 7 Jul 2005 17:23:27 +0000 (GMT) (envelope-from Mikhail.Teterin@murex.com) Received: (qmail 16812 invoked from network); 7 Jul 2005 17:23:27 -0000 Received: from aldan.algebra.com ([216.254.65.224]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 7 Jul 2005 17:23:25 -0000 Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.1/8.13.1) with ESMTP id j67HNKQV028121 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 7 Jul 2005 13:23:22 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (195-11.customer.cloud9.net [168.100.195.11]) by corbulon.video-collage.com (8.13.4/8.13.1) with ESMTP id j67HNDsb040978 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 7 Jul 2005 13:23:14 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from mteterin.us.murex.com (mteterin@localhost [127.0.0.1]) by mteterin.us.murex.com (8.13.3/8.13.3) with ESMTP id j67HNFTx058760; Thu, 7 Jul 2005 13:23:15 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) Received: from localhost (localhost [[UNIX: localhost]]) by mteterin.us.murex.com (8.13.3/8.13.3/Submit) id j67HNEMU058759; Thu, 7 Jul 2005 13:23:14 -0400 (EDT) (envelope-from Mikhail.Teterin@murex.com) X-Authentication-Warning: mteterin.us.murex.com: mteterin set sender to Mikhail.Teterin@murex.com using -f From: Mikhail Teterin Organization: Murex North America To: Herve Quiroz Date: Thu, 7 Jul 2005 13:23:14 -0400 User-Agent: KMail/1.7.2 References: <200507070502.j6752fuk077634@blue.virtual-estates.net> <200507071249.10221.Mikhail.Teterin@murex.com> <20050707170704.GA36752@arabica.esil.univ-mrs.fr> In-Reply-To: <20050707170704.GA36752@arabica.esil.univ-mrs.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200507071323.14732.Mikhail.Teterin@murex.com> X-Virus-Scanned: ClamAV devel-20050525/970/Wed Jul 6 12:00:45 2005 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: java@freebsd.org Subject: Re: Kaffe [Was: looking for a Java decompiler] X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2005 17:23:29 -0000 > PS: regarding Jode, I think we should update the port to forbid JDK 1.5. > > š USE_JAVA=šššššyes > š JAVA_VERSION=š1.2 1.3 1.4 > > The port is on my "bsd.java.mk 1.0 hunting" list, so you would have > received a message in the near future regarding this anyway :) For a while, I considered dropping jode as "abandonware" (no releases since 2001), but people seem happy with it, so I'll try to patch the "latest" (Feb of 2004) pre-release to build with 1.5. I don't like forcing javac to use older syntax -- that is not a way forward :-) "Creating tomorrow's legacy applications today!" Thanks for help! BTW, any chance to get jdk15 to build on amd64 _without_ manual intervention? Last I checked, there was still a problem with command line being too long for Linux' javac :-( -mi