On ecj and @Override annotations for interface methods

Andrew John Hughes gnu_andrew at member.fsf.org
Thu Sep 18 05:05:32 PDT 2008


2008/9/18 C. K. Jester-Young <cky944 at gmail.com>:
> On Thu, Sep 18, 2008 at 12:39:14PM +0100, Andrew John Hughes wrote:
>> That's what I thought, but if it can't be used with a target of 1.5, then
>> we need to just strip these things in javac.in as you suggested.
>
> Yeah, I'm starting to be convinced that that's the proper course of
> action. Between not being able to mix-and-match -source and -target,
> and Mark's message about OpenJDK not accepting -source 1.6, I think
> it's all too much of a mess. :-P
>
> Okay. I'll get cracking on a preprocessor for ecj. Initially it'll
> just strip @Override, but I'm sure it can be made to handle other ecj
> quirks that may become apparent, too. :-)
>
> Cheers,
>        ---Chris K.
>


find -name '*.java' -exec sed -i 's#@Override##g' '{}' ';'

or something along those lines.
-- 
Andrew :-)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net

PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8



More information about the distro-pkg-dev mailing list