Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 31816 invoked from network); 4 Sep 2008 20:43:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2008 20:43:58 -0000 Received: (qmail 78396 invoked by uid 500); 4 Sep 2008 20:43:55 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 78377 invoked by uid 500); 4 Sep 2008 20:43:55 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 78353 invoked by uid 99); 4 Sep 2008 20:43:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 13:43:55 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of e.semog@gmail.com designates 209.85.198.242 as permitted sender) Received: from [209.85.198.242] (HELO rv-out-0708.google.com) (209.85.198.242) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Sep 2008 20:42:56 +0000 Received: by rv-out-0708.google.com with SMTP id f25so99690rvb.26 for ; Thu, 04 Sep 2008 13:43:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ZLH54KGFBIgQSAcF/JlzHuzGAeQrcgPEBsiUGhzfLWg=; b=wSsGRuKabQseHo6EVHz7Tk83hUuL325mZNey0nDr9BKCve7pl7k4pNwnN5kgkP6imt lRRaVgAtWYgNS++fmJiq61pkj3tQhve6sCf0Ey/tduSi820tBxVwB0+sisRz265aAHWM /QA0xv33X0kv+p41Ce3loCTqLHLh1km90OQJQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=d3rnNaK3xdF0V8ruaKKabZaypvWCIHrCAixHYS9gdANqszIdvwpnG2AGqCu/CSJk9T a9khwcEo4mvCqtEY2iCQ7tz92rFBAOLYyn4LDnHY74mxhSDMqRxZ3oXLhNbdry8GYCyO KSNVPT2NrF0msNegOBakCjiFbejS/1QVKDH/M= Received: by 10.141.69.1 with SMTP id w1mr6023295rvk.147.1220560997788; Thu, 04 Sep 2008 13:43:17 -0700 (PDT) Received: by 10.140.163.16 with HTTP; Thu, 4 Sep 2008 13:43:17 -0700 (PDT) Message-ID: <5a56ce1b0809041343m3b75fa2if621603702a42633@mail.gmail.com> Date: Thu, 4 Sep 2008 13:43:17 -0700 From: "Jim Gomes" To: dev@activemq.apache.org Subject: Re: Broken Build - ActiveMQ 5.2 SNAPSHOT In-Reply-To: <19168510.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19168510.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Yay! I can finally build again as of today. On 8/26/08, semog 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 > required: java.util.Collection > > > -- > 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. > >