Re: What do we do with beanutils?

2004-11-09 Thread robert burrell donkin
On 8 Nov 2004, at 23:58, Brett Porter wrote: I've been meaning to reply to this in kind. If a project splits itself into three, should gump really try and map projects depending on an older version to these? I know you are experimenting with the latest and greatest, but this might be the point

Re: What do we do with beanutils?

2004-11-08 Thread Brett Porter
I've been meaning to reply to this in kind. If a project splits itself into three, should gump really try and map projects depending on an older version to these? I know you are experimenting with the latest and greatest, but this might be the point where you start maintaining beanutils-1.6.x and

Re: What do we do with beanutils?

2004-11-08 Thread Dion Gillard
FWIW, part of Jelly uses commons-beanutils-collections. On Mon, 8 Nov 2004 20:10:14 +, robert burrell donkin [EMAIL PROTECTED] wrote: (sorry for being a little late to the party) On 2 Nov 2004, at 20:18, Brett Porter wrote: - projects declare any aliases in their gump descriptor

RE: What do we do with beanutils?

2004-11-02 Thread Eric Pugh
To: Gump code and data Subject: Re: What do we do with beanutils? Ok, we need a solution for when a project changes names. There have been suggestions in the past, let's round them up: - gump has a dummy project beanutils that depends just on beanutils-core. I don't think this works

Re: What do we do with beanutils?

2004-11-02 Thread Stefan Bodewig
It's been my understanding that right now the artifact id is more important than the project name. Is this wrong? On Tue, 2 Nov 2004, Brett Porter [EMAIL PROTECTED] wrote: - gump has a dummy project beanutils that depends just on beanutils-core. I don't think this works with Maven though. If

Re: What do we do with beanutils?

2004-11-02 Thread Brett Porter
- projects declare any aliases in their gump descriptor (and Maven allows that in the POM so it can generate the descriptor for them). So beanutils-core has an alias of beanutils I understand the part about projects declaring aliases (we may even need to do that on the artifact level

What do we do with beanutils?

2004-11-01 Thread Stefano Mazzocchi
we call it beanutils-core and maven calls it beanutils. Should I go ahead and unify the two or anybody has a better idea? -- Stefano. smime.p7s Description: S/MIME Cryptographic Signature

Re: What do we do with beanutils?

2004-11-01 Thread Brett Porter
Ok, we need a solution for when a project changes names. There have been suggestions in the past, let's round them up: - gump has a dummy project beanutils that depends just on beanutils-core. I don't think this works with Maven though. - projects declare any aliases in their gump descriptor