Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 92579 invoked from network); 28 May 2009 04:52:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 May 2009 04:52:47 -0000 Received: (qmail 89171 invoked by uid 500); 28 May 2009 04:52:59 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 89072 invoked by uid 500); 28 May 2009 04:52:59 -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 89059 invoked by uid 99); 28 May 2009 04:52:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 May 2009 04:52:58 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [76.13.13.43] (HELO smtp104.prem.mail.ac4.yahoo.com) (76.13.13.43) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 28 May 2009 04:52:50 +0000 Received: (qmail 23508 invoked from network); 28 May 2009 04:52:29 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:Message-Id:From:To:In-Reply-To:Content-Type:Mime-Version:Subject:Date:References:X-Mailer; b=fM6ItvokbtXlW0V6Awm7+Vy5bfpm3BfztwSrKFofHpDr908w1qG+I+JbHuj96pd/gGBiqAkpqXIRITV1RFKXJDB7cs5MkOlJ6AP4xQfDaPwWf4NBmyxxY6eWfwIdbX2an7lLsGN0gWo8NVnVF4XOZFgEUaQR6tJfu71yEBRZeq0= ; Received: from vtelinet-209-134-45-200.vermontel.net (david_jencks@209.134.45.200 with plain) by smtp104.prem.mail.ac4.yahoo.com with SMTP; 27 May 2009 21:52:29 -0700 PDT X-Yahoo-SMTP: .9oIUzyswBANsYgUm_5uPui0skTnzGJXJQ-- X-YMail-OSG: Vj1uzZAVM1kKNlB6zSqSqoO8RpQhTM2DxB2ZpI7J8owRRpD0p0vDi2S2.TJi_M9yXefWb.9VWeZz2_mUEm5KfJWx0Ig9FoaddfeuBN7A335d.E3mDXIOZDYPYV1BZxVKJNaQbNBaENYzsTouK8OBiNp9VdQoBb8q5LPJ8AdJMbFoaxHZ1aiu0btq_pETyXxDSMGFJxCw2zX6GhrFGxPr8y09ISyDbgLqxSMWjXkO685o7XsNSSM7gFHqYczeK0UivFeu7PabqOcTpxlzHFru5KDpDrgA1VSTDpTENgyakkxM3YlitFbat_k3 X-Yahoo-Newman-Property: ymail-3 Message-Id: From: David Jencks To: dev@geronimo.apache.org In-Reply-To: <45f744e40905272017j1fa049d5t6ebd21ff5130314c@mail.gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-10-1038629190 Mime-Version: 1.0 (Apple Message framework v930.3) Subject: Re: Stuff I really want in 2.2 Date: Thu, 28 May 2009 00:51:57 -0400 References: <45f744e40905272017j1fa049d5t6ebd21ff5130314c@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-10-1038629190 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On May 27, 2009, at 11:17 PM, Ivan wrote: > Seems good features for 2.2. I suggest to open JIRAs to track them, > and I remember that some of them already have JIRAs opened. good idea > > Ivan > > 2009/5/28 David Jencks > Here are some things I really really want in 2.2. Since my main > focus at the moment is getting the incipient 3.0 more osgi-ready if > I have to do all of them 2.2 will be a long time coming... so > hopefully others will become inspired and want to help :-) > > - in no particular order - > > 1. upgrade to maven 2.1 GERONIMO-4651 > > 2. upgrade to latest apache pom (6?) GERONIMO-4652 > > 3. upgrade to latest assembly plugin to help with source distros (I > don't think it's released yet) GERONIMO-4653 > > 4. reexamine genesis and trim it (probably means genesis 2) GERONIMO-4654 > > 5. use the release plugin GERONIMO-4655 > > 6. get all our private dependencies into maven central. This > probably means releasing with our groupId unless we can get the > projects to do a release GERONIMO-4656 > > > 7. When we deploy, write the plan into the plugin something like the > car-maven-plugin does. Same with the default geronimo-plugin.xml > (GERONIMO-4628) > 8. We need some way to override/configure/set javaee env-entry > values from something other than the original spec dd or annotation > (GERONIMO-4630) > > 9. In the console, provide a uniform way to completely specify the > artfiact ID for a plan being created. Save the groupId and version > as config-substitutions or something persistent. To clarify the last phrase, my idea is that if you are setting up a lotta plans in the console, you are a company that wants the same groupId and its all probably part of a project with a known version number. So we should be able to remember these so you don't have to type them in 20,000 times. GERONIMO-4657 > > 10. Provide a way to edit artifact-aliases in the console. Include > a way to specify artifact-alias when installing a jar. GERONIMO-4658 I expect I'll be spending some time on the build. thanks david jencks > > > thanks > david jencks > > > > -- > Ivan --Apple-Mail-10-1038629190 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On May 27, 2009, = at 11:17 PM, Ivan wrote:

Seems good = features for 2.2. I suggest to open JIRAs to track them, and I remember = that some of them already have JIRAs = opened.

good idea


Ivan

2009/5/28 David = Jencks <david_jencks@yahoo.com><= br>
Here = are some things I really really want in 2.2.  Since my main focus = at the moment is getting the incipient 3.0 more osgi-ready if I have to = do all of them 2.2 will be a long time coming... so hopefully others = will become inspired and want to help :-)

- in no particular = order  -

1. upgrade to maven = 2.1
GERONIMO-4651

2. upgrade to latest apache pom = (6?)
GERONIMO-4652

3. upgrade to latest assembly plugin to = help with source distros (I don't think it's released = yet)
GERONIMO-4653


4. reexamine = genesis and trim it (probably means genesis = 2)

GERONIMO-4654
<= br>

5. use the = release = plugin

GERONIMO-4655

6. get all our = private dependencies into maven central.  This probably means = releasing with our groupId unless we can get the projects to do a = release

GERONIMO-4656


7. When = we deploy, write the plan into the plugin something like the = car-maven-plugin does.  Same with the default geronimo-plugin.xml =  (GERONIMO-4628)
8. We need some way to override/configure/set = javaee env-entry values from something other than the original spec dd = or annotation (GERONIMO-4630)

9. In the console, provide a = uniform way to completely specify the artfiact ID for a plan being = created.  Save the groupId and version as config-substitutions or = something persistent.

To = clarify the last phrase, my idea is that if you are setting up a lotta = plans in the console, you are a company that wants the same groupId and = its all probably part of a project with a known version number.  So = we should be able to remember these so you don't have to type them in = 20,000 times.

GERONIMO-4657

10. Provide a way to edit = artifact-aliases in the console.  Include a way to specify = artifact-alias when installing a = jar.

GERONIMO-4658

I expect I'll be spending some time on the build. =  

thanks
david = jencks


= thanks
david jencks
=



-- =
Ivan

= --Apple-Mail-10-1038629190--