You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by semog <e....@gmail.com> on 2008/08/26 21:19:01 UTC

Broken Build - ActiveMQ 5.2 SNAPSHOT

The trunk ActiveMQ 5.2 SNAPSHOT build is not working due to recent changes. 
When I compile, I get the following warning:

[INFO]
------------------------------------------------------------------------
[INFO] Building ActiveMQ :: Core
[INFO]    task-segment: [install]
[INFO]
------------------------------------------------------------------------
[WARNING] While downloading javacc:javacc:3.2
  This artifact has been relocated to net.java.dev.javacc:javacc:3.2.

And then I get the following errors:

[INFO] Compiling 492 source files to
C:\Projects\GVDev\3rdParty\ActiveMQ\trunk\activemq-core\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
C:\Projects\GVDev\3rdParty\ActiveMQ\trunk\activemq-core\src\main\java\org\apache\activemq\broker\jmx\CompositeDataHelper.java:[45,65]
incompatible types
found   : java.util.Collection<capture#872 of ?>
required: java.util.Collection<javax.management.openmbean.CompositeData>


-- 
View this message in context: http://www.nabble.com/Broken-Build---ActiveMQ-5.2-SNAPSHOT-tp19168510p19168510.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Broken Build - ActiveMQ 5.2 SNAPSHOT

Posted by Jim Gomes <e....@gmail.com>.
Yay!  I can finally build again as of today.



On 8/26/08, semog <e....@gmail.com> wrote:
>
> The trunk ActiveMQ 5.2 SNAPSHOT build is not working due to recent changes.
> When I compile, I get the following warning:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building ActiveMQ :: Core
> [INFO]    task-segment: [install]
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] While downloading javacc:javacc:3.2
>   This artifact has been relocated to net.java.dev.javacc:javacc:3.2.
>
> And then I get the following errors:
>
> [INFO] Compiling 492 source files to
> C:\Projects\GVDev\3rdParty\ActiveMQ\trunk\activemq-core\target\classes
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> C:\Projects\GVDev\3rdParty\ActiveMQ\trunk\activemq-core\src\main\java\org\apache\activemq\broker\jmx\CompositeDataHelper.java:[45,65]
> incompatible types
> found   : java.util.Collection<capture#872 of ?>
> required: java.util.Collection<javax.management.openmbean.CompositeData>
>
>
> --
> View this message in context:
> http://www.nabble.com/Broken-Build---ActiveMQ-5.2-SNAPSHOT-tp19168510p19168510.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
>
>