RE: Some proton portability work.

2012-12-05 Thread Mary Hinton
That sounds good. -Original Message- From: Cliff Jansen [mailto:cliffjan...@gmail.com] Sent: Wednesday, December 05, 2012 6:33 PM To: proton@qpid.apache.org Subject: Re: Some proton portability work. Hi Mary, Unless you have a problem with the driver in https://reviews.apache.org/r/6

Re: Some proton portability work.

2012-12-05 Thread Cliff Jansen
Hi Mary, Unless you have a problem with the driver in https://reviews.apache.org/r/6302/ I was just about to dust that off (update it and/or pull in your github work) and work it in parallel with proton-159. In theory the 2 together should result in proton working with C++ and Windows librari

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 4:38 PM, Darryl L. Pierce wrote: > On Wed, Dec 05, 2012 at 03:08:24PM -0500, Rafael Schloming wrote: > > > Okay, then a developer has to explicitly override the INI directory > each > > > time. For the EXT and INCLUDE directories it's easy to do what we're > > > doing in Pe

RE: Some proton portability work.

2012-12-05 Thread Mary Hinton
What is planned for the driver code for Windows? Maybe I could help. I have a Windows port running and could put more patches in Jira for changes to the driver code required by Windows. Thanks, Mary Hinton -Original Message- From: Andrew Stitcher [mailto:astitc...@redhat.com] Sent: Wed

Re: Some proton portability work.

2012-12-05 Thread Weston M. Price
+1 Good stuff all around. On Dec 5, 2012, at 5:27 PM, William Henry wrote: > Excellent work Andrew. > > William > > > On Dec 5, 2012, at 5:04 PM, Andrew Stitcher wrote: > >> I've committed some portability work on proton today. >> >> At this point, proton should configure and compile

Re: Some proton portability work.

2012-12-05 Thread William Henry
Excellent work Andrew. William On Dec 5, 2012, at 5:04 PM, Andrew Stitcher wrote: > I've committed some portability work on proton today. > > At this point, proton should configure and compile without error on > FreeBSD and MacOS X. > > I've also done a bit of work which improves compilati

[jira] [Commented] (PROTON-121) Platform specific code is mixed in with platform independent code

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510841#comment-13510841 ] Andrew Stitcher commented on PROTON-121: Another example is the use of strcasecmp(

[jira] [Commented] (PROTON-121) Platform specific code is mixed in with platform independent code

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510835#comment-13510835 ] Andrew Stitcher commented on PROTON-121: A good (perhaps the only) example of this

Re: Some proton portability work.

2012-12-05 Thread Weston M. Price
Looks good on OSX 10.8.2 Compilation is fine, send/recv work fine as well. -W On Dec 5, 2012, at 5:04 PM, Andrew Stitcher wrote: > I've committed some portability work on proton today. > > At this point, proton should configure and compile without error on > FreeBSD and MacOS X. > > I've als

Some proton portability work.

2012-12-05 Thread Andrew Stitcher
I've committed some portability work on proton today. At this point, proton should configure and compile without error on FreeBSD and MacOS X. I've also done a bit of work which improves compilation under gcc on Solaris too, but this isn't finished (Solaris is missing any functionality to easily

[jira] [Resolved] (PROTON-106) OS X: MSG_NOSIGNAL does not exist

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-106. Resolution: Fixed Fix Version/s: 0.3 Assignee: Andrew Stitcher This is fixe

[jira] [Resolved] (PROTON-105) OS X: Build has warnings, cause build failures

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-105. Resolution: Fixed Fix Version/s: 0.3 Assignee: Andrew Stitcher This has bee

[jira] [Resolved] (PROTON-108) OS X: PHP libs not linked

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-108. Resolution: Fixed Fix Version/s: 0.3 Assignee: Andrew Stitcher This has bee

[jira] [Resolved] (PROTON-104) OS X: Don't link uuid

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-104. Resolution: Fixed Fix Version/s: 0.3 Assignee: Andrew Stitcher > OS X:

[jira] [Resolved] (PROTON-168) Support for building on OS X

2012-12-05 Thread Andrew Stitcher (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Stitcher resolved PROTON-168. Resolution: Fixed Fix Version/s: 0.3 Assignee: Andrew Stitcher I've checked

Re: Perl language bindings are now pushed...

2012-12-05 Thread Darryl L. Pierce
On Wed, Dec 05, 2012 at 03:08:24PM -0500, Rafael Schloming wrote: > > Okay, then a developer has to explicitly override the INI directory each > > time. For the EXT and INCLUDE directories it's easy to do what we're > > doing in Perl now to override the prefix. That feels a little clumsy to > > me

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 2:50 PM, Andrew Stitcher wrote: > On Wed, 2012-12-05 at 11:12 -0500, Rafael Schloming wrote: > > On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce > wrote: > > > > > On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > > > > It seems like this new stuff just

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 1:12 PM, Darryl L. Pierce wrote: > On Wed, Dec 05, 2012 at 11:12:02AM -0500, Rafael Schloming wrote: > > On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce > wrote: > > > > > On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > > > > It seems like this new s

Re: SSL related noise in tests? (was Re: Proton 0.3 ETA?)

2012-12-05 Thread Phil Harvey
Yep, this has been addressed in PROTON-179. On Dec 5, 2012 2:44 PM, "Rob Godfrey" wrote: > Yes - I'm sure Phil is working on a patch to remove this, the longer term > solution being to add some sort of cross-platform logging support > > -- Rob > > > On 5 December 2012 15:40, Gordon Sim wrote: >

[jira] [Resolved] (PROTON-178) PHP bindings do not honor the install prefix

2012-12-05 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-178. - Resolution: Fixed Fix Version/s: 0.3 > PHP bindings do not honor the install p

Re: Perl language bindings are now pushed...

2012-12-05 Thread Andrew Stitcher
On Wed, 2012-12-05 at 11:12 -0500, Rafael Schloming wrote: > On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce wrote: > > > On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > > > It seems like this new stuff just ignores CMAKE_INSTALL_PREFIX. > > > > > > Yeah, it appears that th

[jira] [Resolved] (PROTON-179) proton-j - replace system.out and system.err calls with java.util.logging

2012-12-05 Thread Rob Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rob Godfrey resolved PROTON-179. Resolution: Fixed Patch applied in revision 1417602. > proton-j - replace system.o

[jira] [Commented] (PROTON-172) Implement SSL within proton-j

2012-12-05 Thread Rob Godfrey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510711#comment-13510711 ] Rob Godfrey commented on PROTON-172: Reviewed and applied 0001-PROTON-172-refactored-

[jira] [Created] (PROTON-180) The driver needs to be able to manage the application's non-AMQP file descriptors

2012-12-05 Thread Ted Ross (JIRA)
Ted Ross created PROTON-180: --- Summary: The driver needs to be able to manage the application's non-AMQP file descriptors Key: PROTON-180 URL: https://issues.apache.org/jira/browse/PROTON-180 Project: Qpid P

Re: Perl language bindings are now pushed...

2012-12-05 Thread Darryl L. Pierce
On Wed, Dec 05, 2012 at 11:12:02AM -0500, Rafael Schloming wrote: > On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce wrote: > > > On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > > > It seems like this new stuff just ignores CMAKE_INSTALL_PREFIX. > > > > > > Yeah, it appears

[jira] [Commented] (PROTON-179) proton-j - replace system.out and system.err calls with java.util.logging

2012-12-05 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510623#comment-13510623 ] Rajith Attapattu commented on PROTON-179: - I started out with a logging callback w

[jira] [Commented] (PROTON-136) Add support for SSL session resumption

2012-12-05 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510620#comment-13510620 ] Philip Harvey commented on PROTON-136: -- Thanks Ken, I was planning to look at this to

[jira] [Assigned] (PROTON-172) Implement SSL within proton-j

2012-12-05 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned PROTON-172: Assignee: Rob Godfrey (was: Keith Wall) hi Rob, pls could you review the updated patches a

[jira] [Assigned] (PROTON-179) proton-j - replace system.out and system.err calls with java.util.logging

2012-12-05 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey reassigned PROTON-179: Assignee: Rob Godfrey (was: Philip Harvey) hi Rob, pls could you review and commit if you'

[jira] [Updated] (PROTON-179) proton-j - replace system.out and system.err calls with java.util.logging

2012-12-05 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated PROTON-179: - Attachment: 0001-PROTON-179-use-java.util.logging-instead-of-system.o.patch attached patch. Shoul

[jira] [Created] (PROTON-179) proton-j - replace system.out and system.err calls with java.util.logging

2012-12-05 Thread Philip Harvey (JIRA)
Philip Harvey created PROTON-179: Summary: proton-j - replace system.out and system.err calls with java.util.logging Key: PROTON-179 URL: https://issues.apache.org/jira/browse/PROTON-179 Project: Qpid

[jira] [Updated] (PROTON-172) Implement SSL within proton-j

2012-12-05 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated PROTON-172: - Attachment: 0002-PROTON-172-Moved-SSL-classes-into-package-org.engine.patch 0001-P

[jira] [Updated] (PROTON-172) Implement SSL within proton-j

2012-12-05 Thread Philip Harvey (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Harvey updated PROTON-172: - Attachment: (was: 0001-PROTON-172-refactored-Java-SSL-implementation-to-mak.patch) > Imp

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce wrote: > On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > > It seems like this new stuff just ignores CMAKE_INSTALL_PREFIX. > > > > Yeah, it appears that the CMake configuration for Proton doesn't do what > > Qpid's configurati

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 9:45 AM, Alan Conway wrote: > On Wed, 2012-12-05 at 08:55 -0500, Rafael Schloming wrote: > > On Wed, Dec 5, 2012 at 8:18 AM, Darryl L. Pierce > wrote: > > > > > On Tue, Dec 04, 2012 at 05:24:25PM -0500, Andrew Stitcher wrote: > > > > On Thu, 2012-11-29 at 17:16 -0500, Darr

Re: Perl language bindings are now pushed...

2012-12-05 Thread Darryl L. Pierce
On Wed, Dec 05, 2012 at 08:55:32AM -0500, Rafael Schloming wrote: > The other builds don't manually prepend the install prefix, however they > still honor it where appropriate by using relative paths. Cmake will > automatically prepend the install prefix for you if you just use a relative > path. I

Re: Perl language bindings are now pushed...

2012-12-05 Thread Darryl L. Pierce
On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: > > It seems like this new stuff just ignores CMAKE_INSTALL_PREFIX. > > Yeah, it appears that the CMake configuration for Proton doesn't do what > Qpid's configuration did as far as prepending the install prefix to > directories. No

Re: Perl language bindings are now pushed...

2012-12-05 Thread Alan Conway
On Wed, 2012-12-05 at 08:55 -0500, Rafael Schloming wrote: > On Wed, Dec 5, 2012 at 8:18 AM, Darryl L. Pierce wrote: > > > On Tue, Dec 04, 2012 at 05:24:25PM -0500, Andrew Stitcher wrote: > > > On Thu, 2012-11-29 at 17:16 -0500, Darryl L. Pierce wrote: > > > > I've pushed the Perl language bindin

[jira] [Resolved] (PROTON-177) Perl bindings do no honor the install prefix

2012-12-05 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce resolved PROTON-177. - Resolution: Fixed Fix Version/s: 0.3 > Perl bindings do no honor the install p

Re: SSL related noise in tests? (was Re: Proton 0.3 ETA?)

2012-12-05 Thread Rob Godfrey
Yes - I'm sure Phil is working on a patch to remove this, the longer term solution being to add some sort of cross-platform logging support -- Rob On 5 December 2012 15:40, Gordon Sim wrote: > On 12/05/2012 01:56 PM, Gordon Sim wrote: > >> On 12/05/2012 01:09 PM, Hiram Chirino wrote: >> >>> We

[jira] [Created] (PROTON-178) PHP bindings do not honor the install prefix

2012-12-05 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-178: --- Summary: PHP bindings do not honor the install prefix Key: PROTON-178 URL: https://issues.apache.org/jira/browse/PROTON-178 Project: Qpid Proton Issue

[jira] [Created] (PROTON-177) Perl bindings do no honor the install prefix

2012-12-05 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-177: --- Summary: Perl bindings do no honor the install prefix Key: PROTON-177 URL: https://issues.apache.org/jira/browse/PROTON-177 Project: Qpid Proton Issue

SSL related noise in tests? (was Re: Proton 0.3 ETA?)

2012-12-05 Thread Gordon Sim
On 12/05/2012 01:56 PM, Gordon Sim wrote: On 12/05/2012 01:09 PM, Hiram Chirino wrote: We getting closer? I would like to start cutting release candidates for ActiveMQ and I can't do that until proton-j is released. I'd like to get the messenger API and implementation in before we do that. My

Re: Proton 0.3 ETA?

2012-12-05 Thread Gordon Sim
On 12/05/2012 01:09 PM, Hiram Chirino wrote: We getting closer? I would like to start cutting release candidates for ActiveMQ and I can't do that until proton-j is released. I'd like to get the messenger API and implementation in before we do that. My plan was to try and add in the acknowledg

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 8:18 AM, Darryl L. Pierce wrote: > On Tue, Dec 04, 2012 at 05:24:25PM -0500, Andrew Stitcher wrote: > > On Thu, 2012-11-29 at 17:16 -0500, Darryl L. Pierce wrote: > > > I've pushed the Perl language bindings as well as the send/recv > examples > > > for using the qpid::prot

Re: Perl language bindings are now pushed...

2012-12-05 Thread Darryl L. Pierce
On Tue, Dec 04, 2012 at 05:24:25PM -0500, Andrew Stitcher wrote: > On Thu, 2012-11-29 at 17:16 -0500, Darryl L. Pierce wrote: > > I've pushed the Perl language bindings as well as the send/recv examples > > for using the qpid::proton::Messenger and qpid::proton::Message classes. > > These changes

Re: Proton 0.3 ETA?

2012-12-05 Thread Hiram Chirino
We getting closer? I would like to start cutting release candidates for ActiveMQ and I can't do that until proton-j is released. On Thu, Nov 29, 2012 at 10:11 AM, Rafael Schloming wrote: > I'd like one fairly soon. I've got a few blockers I'm working on for > proton-c, but there's definitely f

[jira] [Assigned] (PROTON-176) Provide a unit test framework for the Perl bindings

2012-12-05 Thread Darryl L. Pierce (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Darryl L. Pierce reassigned PROTON-176: --- Assignee: Darryl L. Pierce > Provide a unit test framework for the Perl bindings

[jira] [Created] (PROTON-176) Provide a unit test framework for the Perl bindings

2012-12-05 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-176: --- Summary: Provide a unit test framework for the Perl bindings Key: PROTON-176 URL: https://issues.apache.org/jira/browse/PROTON-176 Project: Qpid Proton

Re: Problems building and running proton-c on Linux RHEL 5

2012-12-05 Thread Rafael Schloming
On Thu, Nov 29, 2012 at 11:13 AM, Phil Harvey wrote: > I'm having problems building and running proton-c on my machine. I'm > hitting two problems so far: > > - I get an "Unable to find 'php.swg' " error. A web search suggests that > this relates to the version of swig I have installed (it's v1.