[jira] [Commented] (QPID-5028) Qmf2 examples install script error

2013-08-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13727727#comment-13727727
 ] 

ASF subversion and git services commented on QPID-5028:
---

Commit 1509739 from c...@apache.org in branch 'qpid/branches/0.24'
[ https://svn.apache.org/r1509739 ]

QPID-5028: Qmf2 examples install script error - merge fix to 0.24 release branch

> Qmf2 examples install script error
> --
>
> Key: QPID-5028
> URL: https://issues.apache.org/jira/browse/QPID-5028
> Project: Qpid
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 0.22
> Environment: Windows cmake install
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
>
> Files are not located at CMAKE_CURRENT_SOURCE_DIR

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5028) Qmf2 examples install script error

2013-08-02 Thread Justin Ross (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13727513#comment-13727513
 ] 

Justin Ross commented on QPID-5028:
---

Reviewed by Cliff.  Approved for 0.24.

> Qmf2 examples install script error
> --
>
> Key: QPID-5028
> URL: https://issues.apache.org/jira/browse/QPID-5028
> Project: Qpid
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 0.22
> Environment: Windows cmake install
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
>
> Files are not located at CMAKE_CURRENT_SOURCE_DIR

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5028) Qmf2 examples install script error

2013-07-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725491#comment-13725491
 ] 

ASF subversion and git services commented on QPID-5028:
---

Commit 1508967 from c...@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1508967 ]

QPID-5028: Qmf2 examples install script error
Don't try to install files that don't exist.
This patch may be superseded by new CMake files or by the addition of the .sln 
and .vcproj that are currently missing.

> Qmf2 examples install script error
> --
>
> Key: QPID-5028
> URL: https://issues.apache.org/jira/browse/QPID-5028
> Project: Qpid
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 0.22
> Environment: Windows cmake install
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
>
> Files are not located at CMAKE_CURRENT_SOURCE_DIR

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPID-5028) Qmf2 examples install script error

2013-07-31 Thread Chuck Rolke (JIRA)

[ 
https://issues.apache.org/jira/browse/QPID-5028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13725463#comment-13725463
 ] 

Chuck Rolke commented on QPID-5028:
---

The windows installation of the qmf2 examples in cpp/bindings/qmf2/examples/cpp 
follows the same cmake script pattern of cpp/examples/messaging. In 
examples/messaging there is a .sln file and associated .vcproj files checked 
right in to the source tree. During the qmf2 installation these files are 
absent and the installation fails. 

Now the question is what to do about it. I think there are two choices:

1. Strip out the .sln and .vcproj files from examples/messaging and replace 
them with CMakeList.txt files. Add new cmake support for qmf2.
 (+) This is how the WinSDK delivers the examples/messaging example files. 
 (-) It imposes the burden of end users running cmake 
 (+) It generates solution (.sln) and project (.vcproj, .vcxproj) files for 32- 
and 64-bit architectures with any cmake-supported version of Visual Studio. 
This future-proofs the delivery of windows examples.

2. Add Visual Studio 2008 .sln and .vcproj files to the qmf2/examples directory.
 (+) If we use Choice 2 I suggest using VS2008 .sln and .vcproj examples. These 
can be upgraded in place by a customer with a later version of Visual Studio. 
 (-) VS2008 is three generations old. Adding files for it now seems dated and 
undesirable.

I favor Choice 1.

> Qmf2 examples install script error
> --
>
> Key: QPID-5028
> URL: https://issues.apache.org/jira/browse/QPID-5028
> Project: Qpid
>  Issue Type: Bug
>  Components: Packaging
>Affects Versions: 0.22
> Environment: Windows cmake install
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
>
> Files are not located at CMAKE_CURRENT_SOURCE_DIR

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org