So I can't build on OS X now due to the 1.6 requirement.. It built
fine on linux, but on windows it failed, on that pesky ConnectionTest:

test:
     [echo] Using config:default.testprofile
    [junit] Running org.apache.qpid.AMQExceptionTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.453 sec
    [junit] Running org.apache.qpid.framing.AMQShortStringTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.032 sec
    [junit] Running org.apache.qpid.framing.BasicContentHeaderPropertiesTest
    [junit] Tests run: 18, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
    [junit] Running org.apache.qpid.framing.PropertyFieldTableTest
    [junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 0.047 sec
    [junit] Running org.apache.qpid.pool.PoolingFilterTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
    [junit] Running org.apache.qpid.transport.ConnectionTest

BUILD FAILED
C:\sandbox\qpid-trunk\java\build.xml:73: The following error occurred
while executing this line:
C:\sandbox\qpid-trunk\java\build.xml:54: The following error occurred
while executing this line:
C:\sandbox\qpid-trunk\java\module.xml:226: java.lang.OutOfMemoryError:
Java heap space

Total time: 1 minute 16 seconds
C:\sandbox\qpid-trunk\java>ant test


On Mon, Dec 1, 2008 at 4:39 PM, Rafael Schloming <[EMAIL PROTECTED]> wrote:
> Hiram Chirino wrote:
>>
>> Ah thanks.. I just tried that and got:
>>
>> compile:
>>     [echo] Targeting : 1.5
>>    [javac] Compiling 268 source files to
>> /Users/chirino/sandbox/qpid-trunk/java/build/broker/classes
>>    [javac]
>> /Users/chirino/sandbox/qpid-trunk/java/broker/src/main/java/org/apache/qpid/server/ExtractResendAndRequeue.java:57:
>> method does not override a method from its superclass
>>    [javac]     @Override
>>    [javac]      ^
>>    [javac]
>> /Users/chirino/sandbox/qpid-trunk/java/broker/src/main/java/org/apache/qpid/server/ExtractResendAndRequeue.java:104:
>> method does not override a method from its superclass
>>    [javac]     @Override
>>    [javac]      ^
>>    [javac]
>> /Users/chirino/sandbox/qpid-trunk/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java:82:
>> method does not override a method from its superclass
>>    [javac]         @Override
>>    [javac]          ^
>>    [javac]
>> /Users/chirino/sandbox/qpid-trunk/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java:130:
>> method does not override a method from its superclass
>>    [javac]         @Override
>>    [javac]          ^
>>    [javac]
>> /Users/chirino/sandbox/qpid-trunk/java/broker/src/main/java/org/apache/qpid/server/subscription/SubscriptionImpl.java:200:
>> method does not override a method from its superclass
>>    [javac]         @Override
>>    [javac]          ^
>>    [javac] Note: Some input files use or override a deprecated API.
>>    [javac] Note: Recompile with -Xlint:deprecation for details.
>>    [javac] Note: Some input files use unchecked or unsafe operations.
>>    [javac] Note: Recompile with -Xlint:unchecked for details.
>>    [javac] 5 errors
>
> Are you building with Java 1.5? These days you need 1.6 or later to build
> the code. In particular @Override is being used on implementations of
> interface methods. This is permitted by Java 1.6 or later, but was illegal
> on Java 1.5.
>
> --Rafael
>
>



-- 
Regards,
Hiram

Blog: http://hiramchirino.com

Open Source SOA
http://open.iona.com

Reply via email to