From qpid-dev-return-695-apmail-incubator-qpid-dev-archive=incubator.apache.org@incubator.apache.org Thu Oct 19 20:55:06 2006 Return-Path: Delivered-To: apmail-incubator-qpid-dev-archive@locus.apache.org Received: (qmail 44739 invoked from network); 19 Oct 2006 20:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 20:55:06 -0000 Received: (qmail 78437 invoked by uid 500); 19 Oct 2006 20:55:06 -0000 Delivered-To: apmail-incubator-qpid-dev-archive@incubator.apache.org Received: (qmail 78417 invoked by uid 500); 19 Oct 2006 20:55:06 -0000 Mailing-List: contact qpid-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: qpid-dev@incubator.apache.org Delivered-To: mailing list qpid-dev@incubator.apache.org Received: (qmail 78407 invoked by uid 99); 19 Oct 2006 20:55:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 13:55:06 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of aconway@redhat.com designates 66.187.233.31 as permitted sender) Received: from [66.187.233.31] (HELO mx1.redhat.com) (66.187.233.31) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 13:55:05 -0700 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k9JKsiwa011213 for ; Thu, 19 Oct 2006 16:54:44 -0400 Received: from pobox-2.corp.redhat.com (pobox-2.corp.redhat.com [10.11.255.15]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id k9JKsivQ024584; Thu, 19 Oct 2006 16:54:44 -0400 Received: from vpn-248-41.boston.redhat.com (vpn-248-41.boston.redhat.com [10.13.248.41]) by pobox-2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id k9JKshlf002302; Thu, 19 Oct 2006 16:54:43 -0400 Subject: Java compilation problems From: Alan Conway To: qpid-dev-apache Cc: Kim van der Riet Content-Type: text/plain Date: Thu, 19 Oct 2006 16:56:28 -0400 Message-Id: <1161291388.2894.13.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The Qpid java head revision is broken. There's an invalid class file called "ConnectionClose-ok Body.java", looks like a codegen issue. Thats on one machine. On another I can't even get that far. Does anyone know what this might mean? 1. ERROR in /home/aconway/svn/qpid/java/common/src/org/apache/qpid/pool/Event.java (at line 1) /* ^^ The type Enum is not generic; it cannot be parameterized with arguments I'm new to enums, I'm using jdk1.5.0_07. Cheers, Alan.