Re: removing maven poms

2008-12-05 Thread Aidan Skinner
On Thu, Dec 4, 2008 at 2:27 PM, Daniel Kulp <[EMAIL PROTECTED]> wrote: > The thing about that script is it generates a "default" pom which means it > would have no dependency information, no license information, no pointers to > qpids website, etc.That's probably not what you want at all.

Re: removing maven poms

2008-12-04 Thread Daniel Kulp
On Thursday 04 December 2008 8:39:07 am Rafael Schloming wrote: > Aidan Skinner wrote: > > On Wed, Dec 3, 2008 at 8:08 PM, Rafael Schloming <[EMAIL PROTECTED]> wrote: > >> Aidan Skinner wrote: > >>> There's a shell script sitting on my blog i've been meaning to > >>> integrate that should be a goo

Re: removing maven poms

2008-12-04 Thread Aidan Skinner
On Thu, Dec 4, 2008 at 1:39 PM, Rafael Schloming <[EMAIL PROTECTED]> wrote: > Great, thanks. I think this takes care of the last issue. I'll possibly > massage the script a bit and check it in somewhere before removing the maven > poms. Does it generate the dependency information properly? I reme

Re: removing maven poms

2008-12-04 Thread Rafael Schloming
Aidan Skinner wrote: On Wed, Dec 3, 2008 at 8:08 PM, Rafael Schloming <[EMAIL PROTECTED]> wrote: Aidan Skinner wrote: There's a shell script sitting on my blog i've been meaning to integrate that should be a good starting point for this. It's on the M3 announcement i think. Can you post a lin

Re: removing maven poms

2008-12-04 Thread Aidan Skinner
On Wed, Dec 3, 2008 at 8:08 PM, Rafael Schloming <[EMAIL PROTECTED]> wrote: > Aidan Skinner wrote: >> >> There's a shell script sitting on my blog i've been meaning to >> integrate that should be a good starting point for this. It's on the >> M3 announcement i think. > > Can you post a link to thi

Re: removing maven poms

2008-12-03 Thread Rafael Schloming
Aidan Skinner wrote: There's a shell script sitting on my blog i've been meaning to integrate that should be a good starting point for this. It's on the M3 announcement i think. Can you post a link to this? I wasn't able to google it. --Rafael

Re: removing maven poms

2008-12-03 Thread Rafael Schloming
Martin Ritchie wrote: 2008/12/3 Rajith Attapattu <[EMAIL PROTECTED]>: +1 on removing the pom files. But as Martin pointed out, we need to create poms (auto generated or hand written) for client and common modules. This will help other projects who are trying to integrate Qpid into their projects

Re: removing maven poms

2008-12-03 Thread Rajith Attapattu
On Wed, Dec 3, 2008 at 11:17 AM, Martin Ritchie <[EMAIL PROTECTED]> wrote: > 2008/12/3 Rajith Attapattu <[EMAIL PROTECTED]>: > > +1 on removing the pom files. > > But as Martin pointed out, we need to create poms (auto generated or hand > > written) for client and common modules. > > This will hel

Re: removing maven poms

2008-12-03 Thread Martin Ritchie
2008/12/3 Rajith Attapattu <[EMAIL PROTECTED]>: > +1 on removing the pom files. > But as Martin pointed out, we need to create poms (auto generated or hand > written) for client and common modules. > This will help other projects who are trying to integrate Qpid into their > projects. > As for the

Re: removing maven poms

2008-12-03 Thread Rajith Attapattu
+1 on removing the pom files. But as Martin pointed out, we need to create poms (auto generated or hand written) for client and common modules. This will help other projects who are trying to integrate Qpid into their projects. As for the perftest scripts, I thought Senka had something going with t

Re: removing maven poms

2008-12-03 Thread Aidan Skinner
There's a shell script sitting on my blog i've been meaning to integrate that should be a good starting point for this. It's on the M3 announcement i think. The other thing that the ant files don't do that they need too is generate the perf test scripts. Other than that, i am +1^lots for getting ri

Re: removing maven poms

2008-12-02 Thread Rafael Schloming
Martin Ritchie wrote: 2008/12/2 Rafael Schloming <[EMAIL PROTECTED]>: Martin Ritchie wrote: 2008/12/2 Rafael Schloming <[EMAIL PROTECTED]>: It's been noted in several different threads now that the maven poms currently checked into SVN are out of date, don't work, and are confusing people new

Re: removing maven poms

2008-12-02 Thread Martin Ritchie
2008/12/2 Rafael Schloming <[EMAIL PROTECTED]>: > Martin Ritchie wrote: >> >> 2008/12/2 Rafael Schloming <[EMAIL PROTECTED]>: >>> >>> It's been noted in several different threads now that the maven poms >>> currently checked into SVN are out of date, don't work, and are confusing >>> people new to

Re: removing maven poms

2008-12-02 Thread Rafael Schloming
Martin Ritchie wrote: 2008/12/2 Rafael Schloming <[EMAIL PROTECTED]>: It's been noted in several different threads now that the maven poms currently checked into SVN are out of date, don't work, and are confusing people new to the project. So far the only reason given for retaining them is the

Re: removing maven poms

2008-12-02 Thread Martin Ritchie
2008/12/2 Rafael Schloming <[EMAIL PROTECTED]>: > It's been noted in several different threads now that the maven poms > currently checked into SVN are out of date, don't work, and are confusing > people new to the project. > > So far the only reason given for retaining them is the convenience of b

removing maven poms

2008-12-02 Thread Rafael Schloming
It's been noted in several different threads now that the maven poms currently checked into SVN are out of date, don't work, and are confusing people new to the project. So far the only reason given for retaining them is the convenience of being able to use them to generate IDEA/Eclipse projec