Problem compiling JLSCP: method does not override a method f

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
count_fuzzball
User
Posts: 67
Joined: Mon Sep 01, 2008 8:53 am

Problem compiling JLSCP: method does not override a method f

Post by count_fuzzball » Sat Feb 28, 2009 9:58 pm

I've a problem compiling the cvs of JLSCP with the 1.5.0 version of java/jdk from my distribution.

I get this:

andrew@System1337:~/linux-sampler/jlscp$ ant build-lib
Buildfile: build.xml

clean-lib:
[delete] Deleting directory /home/andrew/linux-sampler/jlscp/lib

build-manifest:
[mkdir] Created dir: /home/andrew/linux-sampler/jlscp/lib/build

build-lib:
[javac] Compiling 84 source files to /home/andrew/linux-sampler/jlscp/lib/build
[javac] /home/andrew/linux-sampler/jlscp/src/org/linuxsampler/lscp/Client.java:5473: method does not override a method from its superclass
[javac] @Override
[javac] ^
[javac] Note: /home/andrew/linux-sampler/jlscp/src/org/linuxsampler/lscp/Client.java uses unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 1 error

BUILD FAILED
/home/andrew/linux-sampler/jlscp/build.xml:9: Compile failed; see the compiler error output for details.

Total time: 2 seconds
How can I fix this? I'm running Debian Lenny.

grishata
Developer
Posts: 138
Joined: Thu Jan 24, 2008 7:21 pm
Location: Bulgaria
Contact:

Re: Problem compiling JLSCP: method does not override a method f

Post by grishata » Sat Feb 28, 2009 10:40 pm

Interesting how I missed that error. Fixed.

Post Reply