Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 14380 invoked from network); 14 Aug 2007 05:18:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2007 05:18:50 -0000 Received: (qmail 21565 invoked by uid 500); 14 Aug 2007 05:18:48 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 21540 invoked by uid 500); 14 Aug 2007 05:18:48 -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 21531 invoked by uid 99); 14 Aug 2007 05:18:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 22:18:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jasnell@gmail.com designates 66.249.82.231 as permitted sender) Received: from [66.249.82.231] (HELO wx-out-0506.google.com) (66.249.82.231) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 05:18:45 +0000 Received: by wx-out-0506.google.com with SMTP id h30so1376670wxd for ; Mon, 13 Aug 2007 22:18:24 -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=JzMughULa/SgF14U3geJbYA29eC8VwSJyFSVzrqyieEoIwooDo/eJ5aq14q+zw6iWjppK+P0UImVHjYGDqNTpNLIohWl443F9IZI8kMnltDuxzjf0DqGcuXnX7xDBGIveA9T48WkmNtfHWCmsiMOPI3dX/aUKpjeyUr3tIA2d2w= 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=gKU3V2o3CQW8dNKZkhgXBisAR/s+sBiQt00W8jgxddCd6kkxIOOiUGUKr4fRtiUC2mW1TBA88PP1qihrUqlDfEul+be7xQNG75nisvm6LyNNJVOnDf8n9PdiK6Yv148ht5uZMBp3TnKiQFM2VgvQTpglM22FGT8G7m0Ea0wsQPk= Received: by 10.70.11.5 with SMTP id 5mr10790214wxk.1187068704173; Mon, 13 Aug 2007 22:18:24 -0700 (PDT) Received: from ?192.168.1.108? ( [67.181.218.96]) by mx.google.com with ESMTPS id 32sm10040525wri.2007.08.13.22.18.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Aug 2007 22:18:23 -0700 (PDT) Message-ID: <46C13B1C.5090301@gmail.com> Date: Mon, 13 Aug 2007 22:18:20 -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: compilation error building core module. References: <46C04DBF.4020505@comware.com.au> <46C07FBC.2080606@gmail.com> <46C0D01B.90007@comware.com.au> In-Reply-To: <46C0D01B.90007@comware.com.au> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Fixed. - james Jim Alateras wrote: > James, > > There also a similar error in the parser module > > [INFO] > ---------------------------------------------------------------------------- > > [INFO] Building Abdera Parser > [INFO] task-segment: [clean, install] > [INFO] > ---------------------------------------------------------------------------- > > [INFO] [clean:clean] > [INFO] Deleting directory C:\projects\app\abdera\parser\target > [INFO] Deleting directory C:\projects\app\abdera\parser\target\classes > [INFO] Deleting directory C:\projects\app\abdera\parser\target\test-classes > [INFO] [cobertura:clean {execution: default}] > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > Compiling 49 source files to C:\projects\app\abdera\parser\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > C:\projects\app\abdera\parser\src\main\java\org\apache\abdera\parser\stax\FOMExtensibleElement.java:[210,39] > 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 > > cheers > > >> Sorry about that. Fixed in trunk. >> >> - James >> >> Jim Alateras wrote: >>> I am getting the following error building the core module >>> >>> [INFO] >>> ---------------------------------------------------------------------------- >>> >>> >>> [INFO] Building Abdera Core >>> [INFO] task-segment: [clean, install] >>> [INFO] >>> ---------------------------------------------------------------------------- >>> >>> >>> [INFO] [clean:clean] >>> [INFO] Deleting directory C:\projects\app\abdera\core\target >>> [INFO] Deleting directory C:\projects\app\abdera\core\target\classes >>> [INFO] Deleting directory >>> C:\projects\app\abdera\core\target\test-classes >>> [INFO] [cobertura:clean {execution: default}] >>> [INFO] [resources:resources] >>> [INFO] Using default encoding to copy filtered resources. >>> [INFO] [compiler:compile] >>> Compiling 77 source files to C:\projects\app\abdera\core\target\classes >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] BUILD FAILURE >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Compilation failure >>> >>> C:\projects\app\abdera\core\src\main\java\org\apache\abdera\model\ExtensibleElementWrapper.java:[106,40] >>> >>> type parameters of T can >>> not be determined; no unique maximal instance exists for type variable T >>> with upper bounds T,org.apache.abdera.model.Element >>> >>> The source looks fine to me so was wondering whether anyone else has >>> come across this compilation error. >>> >>> I am using maven and running java "1.5.0_09" >>> >>> cheers >>> >>> >> > >