Re: Pool 2.4 jar SNAFU is possible for all components

2015-05-31 Thread sebb
On 30 May 2015 at 22:10, Phil Steitz wrote: > On 5/30/15 2:00 PM, Gary Gregory wrote: >> On Sat, May 30, 2015 at 1:51 PM, Phil Steitz wrote: >> >>> On 5/30/15 1:16 PM, Gary Gregory wrote: I am wondering if we need an updated build process here. At work, in a large Ant based project

Re: Pool 2.4 jar SNAFU is possible for all components

2015-05-30 Thread Phil Steitz
On 5/30/15 2:00 PM, Gary Gregory wrote: > On Sat, May 30, 2015 at 1:51 PM, Phil Steitz wrote: > >> On 5/30/15 1:16 PM, Gary Gregory wrote: >>> I am wondering if we need an updated build process here. >>> >>> At work, in a large Ant based project, we run unit tests against the jars >>> files built

Re: Pool 2.4 jar SNAFU is possible for all components

2015-05-30 Thread Gary Gregory
On Sat, May 30, 2015 at 1:51 PM, Phil Steitz wrote: > On 5/30/15 1:16 PM, Gary Gregory wrote: > > I am wondering if we need an updated build process here. > > > > At work, in a large Ant based project, we run unit tests against the jars > > files built earlier by the build. We ship jars, not clas

Re: Pool 2.4 jar SNAFU is possible for all components

2015-05-30 Thread Phil Steitz
On 5/30/15 1:16 PM, Gary Gregory wrote: > I am wondering if we need an updated build process here. > > At work, in a large Ant based project, we run unit tests against the jars > files built earlier by the build. We ship jars, not class files, so we test > jars. > > It seems like a basic design fai

Re: Pool 2.4 jar SNAFU is possible for all components

2015-05-30 Thread Thomas Neidhart
On 05/30/2015 10:16 PM, Gary Gregory wrote: > I am wondering if we need an updated build process here. > > At work, in a large Ant based project, we run unit tests against the jars > files built earlier by the build. We ship jars, not class files, so we test > jars. > > It seems like a basic desi

Re: Pool 2.4 jar SNAFU is possible for all components

2015-05-30 Thread James Carman
When I was at ApacheCon this year I ran into Brian Fox and asked if he might be able to help straighten out our build and release process. Perhaps now is the perfect time for us to finally let an expert get us whipped into shape? On Sat, May 30, 2015 at 4:18 PM Gary Gregory wrote: > I am wonderi

Pool 2.4 jar SNAFU is possible for all components

2015-05-30 Thread Gary Gregory
I am wondering if we need an updated build process here. At work, in a large Ant based project, we run unit tests against the jars files built earlier by the build. We ship jars, not class files, so we test jars. It seems like a basic design failing in Maven or the way we use Maven. Is it possib