You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Robert Godfrey <ro...@gmail.com> on 2007/11/26 19:00:25 UTC

Build failure on trunk

Hi all,

just thought I'd try to check out and build trunk (haven't been there
for a while as I;ve been working on M2 / M2.1)...

Got a failure:

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/rob/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/AbstractJMSMessage.java:[698,32]
cannot find symbol
symbol  : method updated()
location: interface org.apache.qpid.framing.ContentHeaderProperties

/home/rob/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer_0_10.java:[108,35]
cannot find symbol
symbol  : method reset()
location: class org.apache.qpid.framing.BasicContentHeaderProperties



Anyone any ideas?

-- Rob

Re: Build failure on trunk

Posted by Arnaud Simon <as...@redhat.com>.
Oups, this is my fault, I forgot to check in a class. This is now
fixed. 
Sorry about that. 
Arnaud


On Mon, 2007-11-26 at 18:00 +0000, Robert Godfrey wrote:
> Hi all,
> 
> just thought I'd try to check out and build trunk (haven't been there
> for a while as I;ve been working on M2 / M2.1)...
> 
> Got a failure:
> 
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Compilation failure
> 
> /home/rob/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/message/AbstractJMSMessage.java:[698,32]
> cannot find symbol
> symbol  : method updated()
> location: interface org.apache.qpid.framing.ContentHeaderProperties
> 
> /home/rob/qpid/trunk/qpid/java/client/src/main/java/org/apache/qpid/client/BasicMessageProducer_0_10.java:[108,35]
> cannot find symbol
> symbol  : method reset()
> location: class org.apache.qpid.framing.BasicContentHeaderProperties
> 
> 
> 
> Anyone any ideas?
> 
> -- Rob