Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12865 invoked from network); 16 Jul 2009 08:51:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 08:51:36 -0000 Received: (qmail 76528 invoked by uid 500); 16 Jul 2009 08:52:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 76427 invoked by uid 500); 16 Jul 2009 08:52:41 -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 76419 invoked by uid 99); 16 Jul 2009 08:52:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 08:52:40 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of genspring@gmail.com designates 209.85.198.232 as permitted sender) Received: from [209.85.198.232] (HELO rv-out-0506.google.com) (209.85.198.232) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 08:52:33 +0000 Received: by rv-out-0506.google.com with SMTP id b25so1548478rvf.55 for ; Thu, 16 Jul 2009 01:52:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=eR66QIAPzYKEOea/3e7y1greS8BTEcP/39l5/Hc04DI=; b=bfNjKQ1RL/q99vbRKf4qtHKcO+xsVXk7WRKWDZ0YYx1xdTWrJF9cFcBC+NMJI9lk2x +e5HMvbsbIT0GxrQXgcoTsWKirJmxFCQQzvVa3G2605kZbtZc0NCZR3LA4EW3RHfnDAf A724T50YmTdB/+O3/J5bvl/D76VPP9Q6SXJ+Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DPGEk2wQb2cz4QtZTRj7EASAm1XfiEym8r3QF5wjyzTdyOAWVcqwYIrpVes7XB/HBu e95JHn76UkQMHKb25kVLYAHKLtTEuDXxw108I3WKn6oAD0Nt+sOQUZLkGARyRGm5+ycy uLtrAxlinT4LLMNv/Uu6FVgfUgNZJFi1m+5dY= MIME-Version: 1.0 Received: by 10.140.127.13 with SMTP id z13mr5057472rvc.235.1247734332785; Thu, 16 Jul 2009 01:52:12 -0700 (PDT) In-Reply-To: <10EFC979-E39D-443B-96F3-E8F4B6E3FD6F@planet57.com> References: <10EFC979-E39D-443B-96F3-E8F4B6E3FD6F@planet57.com> Date: Thu, 16 Jul 2009 16:52:12 +0800 Message-ID: Subject: Re: Do we want to apply genesis 2.0 resource filtering best practice ? From: Shawn Jiang To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=000e0cd29d9cae05dd046ecec90d X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd29d9cae05dd046ecec90d Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Thanks for your replies, I'll go ahead to submit patches on this. On Thu, Jul 16, 2009 at 2:19 PM, Jason Dillon wrote: > Me too :-) I guess that is why I put that in there, just never updated > projects to use it. > --jason > > > On Jul 16, 2009, at 1:08 PM, David Jencks wrote: > > > On Jul 15, 2009, at 10:46 PM, Shawn Jiang wrote: > > I noticed there's a maven resource best practice defined in > genesis-default-flava-2.0.pom. > > 1, Put normal resource under : ${project.basedir}/ src/main/resources > 2, Put the resource that needs filtering under: ${project.basedir}/ > src/main/filtered-resources > > At the same time, many projects in Geronimo does not follow this practice. > A JIRA was opened for this : > https://issues.apache.org/jira/browse/GERONIMO-4737 > > If no objection, I'm going to use GERONIMO-4737 to fix this kind of > problems in current code base. Any comments ? > > > Looks like a good idea to me! > thanks > david jencks > > -- > Shawn > > > > -- Shawn --000e0cd29d9cae05dd046ecec90d Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks for your replies, I'll go ahead to submit patches on this.
<= br>
On Thu, Jul 16, 2009 at 2:19 PM, Jason Dillon= <jason@planet57= .com> wrote:
Me too :-) =A0I guess that is why I put that in there,= just never updated projects to use it.

--jason
=


On Jul 16, 2009, at 1:0= 8 PM, David Jencks wrote:


On Jul 15, 2009, at 10:46 PM, Shawn Jiang wrote:

I noticed there's a maven resource best practice= defined in genesis-default-flava-2.0.pom.

1, Put normal resource un= der : ${project.basedir}/ src/main/resources
2, Put the resource that needs filtering under: ${project.basedir}/
src= /main/filtered-resources

At the same time, many proj= ects in Geronimo does not follow this practice.=A0 A JIRA was opened for th= is : https://issues.apache.org/jira/browse/GERONIMO-4737

If no objection, I'm going to use GERONIMO-4737 to fix this kind o= f problems in current code base.=A0=A0 Any comments ?
=
Looks like a good idea to me!
thanks
david je= ncks

--
Shawn

<= /div>


=

--
Shawn
--000e0cd29d9cae05dd046ecec90d--