2009/3/13 Thilina Buddhika <thilin...@gmail.com>:
> Hi Devs,
>
> I am Thilina Buddhika, and I am interested in contributing for Apache Qpid.
> As the first step, I started trying to build the source by following the
> steps mentioned at the Qpid web site [1]. But the following error was
> encountered and build process was failed.
>
> compile:
>    [echo] Targeting : 1.5
>    [javac] Compiling 637 source files to
> F:\QPID_others\QPID\build\common\classes
>    [javac]
> F:\QPID_others\QPID\common\src\main\java\org\apache\qpid\ConsoleOutput.java:54:
> method does not override a method from its superclass
>    [javac]     @Override
>    [javac]      ^
>
> It will be really helpful, this error can be fixed.
>
> Thanks.
> / thilina
>
> [1] - http://qpid.apache.org/qpid-java-build-how-to.html

Is this not just another case of @Override being used on an Interface
which Java 1.5 does not allow?

Thilina, did you change to 1.6 to get the compilation to work or did
compiling twice with 1.5 also work?

Regards

Martin



-- 
Martin Ritchie

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscr...@qpid.apache.org

Reply via email to