[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

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 dpie...@redhat.com 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

[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

[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

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. None of

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'm

[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)

[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

[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:

[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.

[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

[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-tabpanelfocusedCommentId=13510620#comment-13510620 ] Philip Harvey commented on PROTON-136: -- Thanks Ken, I was planning to look at this

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 dpie...@redhat.com 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

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 dpie...@redhat.com 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] [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

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 rob.j.godf...@gmail.com 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

Re: Perl language bindings are now pushed...

2012-12-05 Thread Rafael Schloming
On Wed, Dec 5, 2012 at 2:50 PM, Andrew Stitcher astitc...@redhat.comwrote: On Wed, 2012-12-05 at 11:12 -0500, Rafael Schloming wrote: On Wed, Dec 5, 2012 at 9:52 AM, Darryl L. Pierce dpie...@redhat.com wrote: On Wed, Dec 05, 2012 at 08:18:06AM -0500, Darryl L. Pierce wrote: It seems

[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

[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-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

[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

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

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 astitc...@redhat.com wrote: I've committed some portability work on proton today. At this point, proton should configure and compile without error on FreeBSD and MacOS

[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-tabpanelfocusedCommentId=13510835#comment-13510835 ] Andrew Stitcher commented on PROTON-121: A good (perhaps the only) example of this

[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-tabpanelfocusedCommentId=13510841#comment-13510841 ] Andrew Stitcher commented on PROTON-121: Another example is the use of

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 whe...@redhat.com wrote: Excellent work Andrew. William On Dec 5, 2012, at 5:04 PM, Andrew Stitcher astitc...@redhat.com wrote: I've committed some portability work on proton today. At this point, proton

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:

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 dpie...@redhat.com 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

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