Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58621 invoked from network); 11 Aug 2010 14:38:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 11 Aug 2010 14:38:21 -0000 Received: (qmail 92077 invoked by uid 500); 11 Aug 2010 14:38:21 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91912 invoked by uid 500); 11 Aug 2010 14:38:19 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 91428 invoked by uid 99); 11 Aug 2010 14:38:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 14:38:19 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of viola.lu@gmail.com designates 209.85.212.182 as permitted sender) Received: from [209.85.212.182] (HELO mail-px0-f182.google.com) (209.85.212.182) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Aug 2010 14:38:12 +0000 Received: by pxi17 with SMTP id 17so70373pxi.13 for ; Wed, 11 Aug 2010 07:37:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=FiJDdL7osrMrA+VscWancX0bgNn/k00cVY03Uv3qQw4=; b=M+gEikhaIFoRrdlIXkvO13bamT4AsrqFbHIS/QvbME4IDUUDXNN2k2O0gLlIKraopK xLF43UkVT9ie4ZXtSrSvd+uW9tI+GSpZzT0YAs8+RqSKK9ppGUHECKpJEmmw3NujEsv4 V+kDaYo3ndqv8EIkwuU12Oo43fSZc7Aa+mrmk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fufwqoQFmYQA5tPuZjYblmMd8BmmefhEAzw4D71vRIDPXSDbwA9w8bByilS0H2/CGQ 8LPOpfydP6Ts0FgOdRAeTyAaDqichxpxZ06NVGlrMT3qtoTlucoTDumgApwfIL0ogB7h 9rCnXD8KEZ0VtVAKdbeHsxU8eWtXmv3Mf4L7g= MIME-Version: 1.0 Received: by 10.114.120.20 with SMTP id s20mr18102968wac.60.1281537472152; Wed, 11 Aug 2010 07:37:52 -0700 (PDT) Received: by 10.220.202.135 with HTTP; Wed, 11 Aug 2010 07:37:51 -0700 (PDT) Date: Wed, 11 Aug 2010 22:37:51 +0800 Message-ID: Subject: plugins\aries\geronimo-aries-builder compile error in trunk From: viola lu To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=00163645720ecb43ed048d8d3165 --00163645720ecb43ed048d8d3165 Content-Type: text/plain; charset=ISO-8859-1 Hi, dev: I met compile error when build module plugins\aries\geronimo-aries-builder under g 3.0 trunk: its org.apache.geronimo.aries.builder.GeronimoApplication class file, *new SimpleBundleInfo(applicationFactory, bm, url.toExternalForm())); * is undefined, which should be changed to *new SimpleBundleInfo(bm, url.toExternalForm()) avoiding build error.* Seems *org.apache.aries.application.utils.management.SimpleBundleInfo*constructor definition is updated in latest package org.apache.aries.util-0.2-incubating-SNAPSHOT.jar. Currently, i used the new SimpleBundleInfo definition to make build pass. Should we apply this change to g 3.0 trunk? Thanks in advance! -- viola --00163645720ecb43ed048d8d3165 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi, dev:
=A0I met compile error when build module plugins\aries\geronim= o-aries-builder under g 3.0 trunk: its org.apache.geronimo.aries.builder.Ge= ronimoApplication class file,=A0=A0=A0
=A0=A0 new SimpleBundle= Info(applicationFactory, bm, url.toExternalForm())); =A0is undefined,= =A0
which should be changed to new SimpleBundleInfo(bm, url.toExternalF= orm()) avoiding build error.
Seems org.apache.aries.applic= ation.utils.management.SimpleBundleInfo constructor definition is updat= ed in latest package org.apache.aries.util-0.2-incubating-SNAPSHOT.jar. Cur= rently, i used the new SimpleBundleInfo definition to make build pass. Shou= ld we apply this change to g 3.0 trunk? Thanks in advance!=A0



--
viola
--00163645720ecb43ed048d8d3165--