From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13728 invoked by alias); 27 Mar 2003 03:39:05 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 13721 invoked from network); 27 Mar 2003 03:39:04 -0000 Received: from unknown (HELO ms-smtp-03.southeast.rr.com) (24.93.67.84) by sources.redhat.com with SMTP; 27 Mar 2003 03:39:04 -0000 Received: from mail4.nc.rr.com (fe4 [24.93.67.51]) by ms-smtp-03.southeast.rr.com (8.12.5/8.12.2) with ESMTP id h2R3btm0022316; Wed, 26 Mar 2003 22:37:55 -0500 (EST) Received: from lyta.haphazard.org ([66.57.9.48]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 26 Mar 2003 22:40:42 -0500 Received: by lyta.haphazard.org (Postfix, from userid 500) id EC11EBE69E; Wed, 26 Mar 2003 22:39:23 -0500 (EST) To: "Patrick Ellis" Cc: Subject: Re: Error compiling Mauve Net after updating on March 25,2003 References: From: Brian Jones Date: Thu, 27 Mar 2003 03:39:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q1/txt/msg00043.txt.bz2 "Patrick Ellis" writes: > I get the following compilation error for mauve Net. > The code is being compiled on an ALX machine. > I have tried java versions : 1.4.0 and 1.4.1 > betageek> java -version > java version "1.4.0" > Java(TM) 2 Runtime Environment, Standard Edition > Fast VM (build 1.4.0-1, native threads, mixed mode, precompiled rt.jar, 09/05/2002-19:05) > > Thanks for any hints on what is going on..... > > Pat > > gnu/testlet/java/net/Socket/TestSocketImplFactory.java:27: duplicate class: gnu.testlet.java.net.Socket.TestSocketImplFactory > public class TestSocketImplFactory > ^ > gnu/testlet/java/net/Socket/TestSocketImplFactory.java:30: return outside method > public SocketImpl createSocketImpl () { return null; } > ^ > Note: Some input files use or override a deprecated API. > Note: Recompile with -deprecation for details. I do not get any error message with either jikes 1.18 or javac from Sun's JDK 1.4.1 for GNU/Linux x86. The error above about the return outside method appears bogus... I suspect your other email may be experiencing similar failures. Brian -- Brian Jones