Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 76135 invoked from network); 14 Jul 2007 04:02:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2007 04:02:38 -0000 Received: (qmail 37280 invoked by uid 500); 14 Jul 2007 04:02:41 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 37220 invoked by uid 500); 14 Jul 2007 04:02:40 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 37211 invoked by uid 99); 14 Jul 2007 04:02:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 21:02:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jasnell@gmail.com designates 66.249.82.229 as permitted sender) Received: from [66.249.82.229] (HELO wx-out-0506.google.com) (66.249.82.229) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 21:02:37 -0700 Received: by wx-out-0506.google.com with SMTP id h30so621005wxd for ; Fri, 13 Jul 2007 21:02:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=qrfPmOW9PbEPKtVbDNOkGCKH1g+1j8loYFyXXMEnQyUU6XNFzsOXFXWw9AcF8sbFAiGy959Ntu8ZZAolW16FLLFph32zwAAPP5FwCa9X7ok4dRV99p8ep449mRFbBSE+a78808uVgPE1F5K8l0QRbGf/xUrLWtYlxuZ+yQQsNRI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=m4/wh87VbPrg6PMPqm2ZOHClCd2NpCQakwBe88WPREiT56r6PD8cMJOP3axSwIDgcN1Kxqr742zvYFeKJ61gC8iJsA31ZSe/QV0MP3NUPhAxy/dNqM/GHE7qikrvyM/GtAr9O3SbK/R45WGiFbNwp0A/1plYg3JqlmuXcRSASsk= Received: by 10.70.7.13 with SMTP id 13mr4066031wxg.1184385736726; Fri, 13 Jul 2007 21:02:16 -0700 (PDT) Received: from ?192.168.1.118? ( [67.181.218.96]) by mx.google.com with ESMTP id 13sm27225275wrl.2007.07.13.21.02.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 13 Jul 2007 21:02:16 -0700 (PDT) Message-ID: <46984AC5.6060106@gmail.com> Date: Fri, 13 Jul 2007 21:02:13 -0700 From: James M Snell User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: [jira] Created: (ABDERA-51) Type parameters of cannot be determined References: <12720993.1184343484437.JavaMail.jira@brutus> In-Reply-To: <12720993.1184343484437.JavaMail.jira@brutus> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Building this with Ant using the IBM 1.5.x jdk works just fine. Building with Eclipse also works. Before we roll this back to returning Element instead of T, I would very much prefer if we could find a way of getting the maven compiler to work properly. - James Rob Evans (JIRA) wrote: > Type parameters of cannot be determined > ------------------------------------------- > > Key: ABDERA-51 > URL: https://issues.apache.org/jira/browse/ABDERA-51 > Project: Abdera > Issue Type: Bug > Affects Versions: 0.3.0 > Reporter: Rob Evans > Fix For: 0.3.0 > > > Can't build the trunk. Details follow: > > javac 1.5.0_12 > > $ mvn -version > Maven version: 2.0.6 > > > [INFO] ---------------------------------------------------------------------------- > [INFO] Building Abdera Parser > [INFO] task-segment: [install] > [INFO] ---------------------------------------------------------------------------- > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Compiling 5 source files to d:\pl\applications\rest-work\abdera.trunk\parser\target\classes > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > > d:\pl\applications\rest-work\abdera.trunk\parser\src\main\java\org\apache\abdera\parser\stax\FOMFactory.java:[397,21] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,or > g.apache.abdera.model.Element > > d:\pl\applications\rest-work\abdera.trunk\parser\src\main\java\org\apache\abdera\parser\stax\FOMFactory.java:[403,32] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,org.apache.abdera.model.Element > > d:\pl\applications\rest-work\abdera.trunk\parser\src\main\java\org\apache\abdera\parser\stax\FOMFactory.java:[407,30] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,org.apache.abdera.model.Element > > d:\pl\applications\rest-work\abdera.trunk\parser\src\main\java\org\apache\abdera\parser\stax\FOMFactory.java:[413,30] type parameters of T cannot be determined; no unique maximal instance exists for type variable T with upper bounds T,org.apache.abdera.model.Element > > >