This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error compiling Mauve Net after updating on March 25,2003


"Patrick Ellis" <Patrick dot Ellis at sas dot com> 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 <cbj at gnu dot org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]