Re: Maven build?

2012-07-24 Thread Hiram Chirino
So my 2 cents.. If your goal is to produce libraries which get published to maven central, then it's much easier to use maven than to use Ivy. Several project at the ASF have mastered that art of releasing using maven, so if Qpid feels timid about how to best set it up / use it, then reach out.

Re: Maven build?

2012-07-24 Thread Rajith Attapattu
On Tue, Jul 24, 2012 at 5:32 PM, Joseph Ottinger wrote: > Fair enough. IMO, Maven is *the* build system for Java - people behind > a security layer haven't proven to be impossible to serve with Maven, > and the benefits in lifecycle are well worth it. But it's also not > worth the pain if people a

Re: Maven build?

2012-07-24 Thread Joseph Ottinger
Fair enough. IMO, Maven is *the* build system for Java - people behind a security layer haven't proven to be impossible to serve with Maven, and the benefits in lifecycle are well worth it. But it's also not worth the pain if people are anti-Maven, when you *can* get what Maven gets you through the

Re: Maven build?

2012-07-24 Thread Rajith Attapattu
On Tue, Jul 24, 2012 at 4:56 PM, Joseph Ottinger wrote: > There *are* ways to turn that off - but the easiest is to run once While this might solve the developer headaches, it still doesn't solve the issue with customers/users and release eng folks (at my employer). For some users/customers downl

Re: Maven build?

2012-07-24 Thread Joseph Ottinger
There *are* ways to turn that off - but the easiest is to run once (after which most of the downloads will be finished), and then manage dependency versions accurately; it won't redownload stuff it already has, so if you specify a given dependency, version 6.0.12, it's not going to redownload that

[jira] [Reopened] (QPID-4159) HA missing messages in failover test.

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway reopened QPID-4159: --- The failures are still occuring, but less frequently. Reopening. > HA missing messages in

Re: Maven build?

2012-07-24 Thread Matthew Gillen
On 07/24/2012 01:41 PM, Gordon Sim wrote: > On 07/23/2012 09:38 PM, Robbie Gemmell wrote: >> I wouldn't particularly be in favour of Ant+Ivy for proton. > > Any particular reason? > > I must be old or stupid (or both!) because I can't understand why people > like maven. Admittedly I haven't used

[jira] [Resolved] (QPID-4165) Fix unsused variable warnings when compiling with -DNDEBUG

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-4165. --- Resolution: Fixed Commit to 0.18 r1365251 > Fix unsused variable warnings when compil

[jira] [Commented] (QPID-4165) Fix unsused variable warnings when compiling with -DNDEBUG

2012-07-24 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421700#comment-13421700 ] Justin Ross commented on QPID-4165: --- Reviewed by Darryl. Approved for 0.18.

[jira] [Commented] (QPID-4134) Creates a source tarball for use by the Perl distributions.

2012-07-24 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421699#comment-13421699 ] Andrew Stitcher commented on QPID-4134: --- I'm not really happy that this is really a s

[jira] [Commented] (QPID-4165) Fix unsused variable warnings when compiling with -DNDEBUG

2012-07-24 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421696#comment-13421696 ] Darryl L. Pierce commented on QPID-4165: This patch works for me.

[jira] [Commented] (QPID-4165) Fix unsused variable warnings when compiling with -DNDEBUG

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421680#comment-13421680 ] Alan Conway commented on QPID-4165: --- Commit to trunk r1365234 > Fix unsu

[jira] [Updated] (QPID-4165) Fix unsused variable warnings when compiling with -DNDEBUG

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway updated QPID-4165: -- Attachment: ndebug.diff > Fix unsused variable warnings when compiling with -DNDEBUG >

[jira] [Created] (QPID-4165) Fix unsused variable warnings when compiling with -DNDEBUG

2012-07-24 Thread Alan Conway (JIRA)
Alan Conway created QPID-4165: - Summary: Fix unsused variable warnings when compiling with -DNDEBUG Key: QPID-4165 URL: https://issues.apache.org/jira/browse/QPID-4165 Project: Qpid Issue Type:

Re: Maven build?

2012-07-24 Thread Rajith Attapattu
On Tue, Jul 24, 2012 at 1:50 PM, Weston M. Price wrote: > On Jul 24, 2012, at 1:24 PM, Rafael Schloming wrote: > >> Sorry to jump in late on this thread. I'm totally for making proton as >> easy to consume as possible, so I definitely support making maven >> artifacts available, but I also had a v

Re: Maven build?

2012-07-24 Thread Weston M. Price
On Jul 24, 2012, at 1:24 PM, Rafael Schloming wrote: > Sorry to jump in late on this thread. I'm totally for making proton as > easy to consume as possible, so I definitely support making maven > artifacts available, but I also had a very bad experience with maven > last time I was exposed to it.

Re: Maven build?

2012-07-24 Thread Rafael Schloming
Sorry to jump in late on this thread. I'm totally for making proton as easy to consume as possible, so I definitely support making maven artifacts available, but I also had a very bad experience with maven last time I was exposed to it. As I recall there were two major issues, one being non repea

Re: Maven build?

2012-07-24 Thread Gordon Sim
On 07/23/2012 09:38 PM, Robbie Gemmell wrote: I wouldn't particularly be in favour of Ant+Ivy for proton. Any particular reason? I must be old or stupid (or both!) because I can't understand why people like maven. Admittedly I haven't used it for a long time and the usability may have improv

Re: 0.18 release update - RC1 is available

2012-07-24 Thread Darryl L. Pierce
On Sat, Jul 21, 2012 at 07:53:15PM -0400, Justin wrote: > Hi, folks. RC1 is ready at revision 1363863 of our product branch. > Get it here: > > http://people.apache.org/~jross/qpid-0.18-rc1/ The qpid-cpp RPMs failed to build on F17/x86 with: qpid/amqp_0_10/Codecs.cpp: In function 'void qpid::

[jira] [Resolved] (QPID-4107) HA does not replicate alternate-exchange

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-4107. --- Resolution: Fixed > HA does not replicate alternate-exchange > ---

[jira] [Resolved] (QPID-4159) HA missing messages in failover test.

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-4159. --- Resolution: Fixed Committed to 0.18 branch r1365044 > HA missing messages in failover

[jira] [Resolved] (QPID-4163) Deadlock between LinkRegistry and TimerTask locks

2012-07-24 Thread Alan Conway (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Conway resolved QPID-4163. --- Resolution: Fixed Comitted to 0.18 branch r1365045 > Deadlock between LinkRegistry an

[jira] [Commented] (QPID-4159) HA missing messages in failover test.

2012-07-24 Thread Justin Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421333#comment-13421333 ] Justin Ross commented on QPID-4159: --- Reviewed by Gordon. Approved for 0.18.

Re: Review Request: qpidd refactor

2012-07-24 Thread Gordon Sim
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5833/ --- (Updated July 24, 2012, 11:13 a.m.) Review request for qpid, Alan Conway and Ken

[jira] [Commented] (QPID-4159) HA missing messages in failover test.

2012-07-24 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/QPID-4159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421282#comment-13421282 ] Gordon Sim commented on QPID-4159: -- Change poses no risk for 0.18 if there is still time t

Re: Review Request: QPID-4159: HA Missing messages in failover test.

2012-07-24 Thread Gordon Sim
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6093/#review9391 --- Ship it! Ship It! - Gordon Sim On July 23, 2012, 4:11 p.m., Alan C

Re: Review Request: qpidd refactor

2012-07-24 Thread Gordon Sim
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5833/ --- (Updated July 24, 2012, 9 a.m.) Review request for qpid, Alan Conway and Kenneth