You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alan Conway (JIRA)" <qp...@incubator.apache.org> on 2006/12/05 15:40:20 UTC

[jira] Created: (QPID-157) C++ client example code.

C++ client example code.
------------------------

                 Key: QPID-157
                 URL: http://issues.apache.org/jira/browse/QPID-157
             Project: Qpid
          Issue Type: Improvement
          Components: C++ Client
            Reporter: Alan Conway


Part 1: Move the client test executables from cpp/tests to cpp/examples and set up autoconf-based Makefile system. Make sure the code is adequately commented and add a README. In short ensure that anyone with C++ experience but 0 Qpid knowledge can easily run the examples,  understand the output and understand the code. 

Part 2: add scripts to automatically run the examples and verify they run correctly, have this included in "make check"

Future examples go in examples dir,  CppUnit tests are *not* appropriate for user example code.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (QPID-157) C++ client example code.

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway reassigned QPID-157:
--------------------------------

    Assignee: Alan Conway

> C++ client example code.
> ------------------------
>
>                 Key: QPID-157
>                 URL: https://issues.apache.org/jira/browse/QPID-157
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M2
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: M2
>
>
> Part 1: Move the client test executables from cpp/tests to cpp/examples and set up autoconf-based Makefile system. Make sure the code is adequately commented and add a README. In short ensure that anyone with C++ experience but 0 Qpid knowledge can easily run the examples,  understand the output and understand the code. 
> Part 2: add scripts to automatically run the examples and verify they run correctly, have this included in "make check"
> Future examples go in examples dir,  CppUnit tests are *not* appropriate for user example code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-157) C++ client example code.

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated QPID-157:
-----------------------------

    Description: 
3 parts:
- Add some basic code samples to cpp/examples.
- Add doxygen documentation for the examples.
- Update the README to point to the doxygen.
- Update the make all and make check targets to build and verify the examples.
- Make sure the examples are distributed in the tarball and installed in /usr/share/doc by RPM.

  was:
Part 1: Move the client test executables from cpp/tests to cpp/examples and set up autoconf-based Makefile system. Make sure the code is adequately commented and add a README. In short ensure that anyone with C++ experience but 0 Qpid knowledge can easily run the examples,  understand the output and understand the code. 

Part 2: add scripts to automatically run the examples and verify they run correctly, have this included in "make check"

Future examples go in examples dir,  CppUnit tests are *not* appropriate for user example code.


> C++ client example code.
> ------------------------
>
>                 Key: QPID-157
>                 URL: https://issues.apache.org/jira/browse/QPID-157
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M2
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: M2
>
>
> 3 parts:
> - Add some basic code samples to cpp/examples.
> - Add doxygen documentation for the examples.
> - Update the README to point to the doxygen.
> - Update the make all and make check targets to build and verify the examples.
> - Make sure the examples are distributed in the tarball and installed in /usr/share/doc by RPM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-157) C++ client example code.

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated QPID-157:
-----------------------------

    Fix Version/s: M2

> C++ client example code.
> ------------------------
>
>                 Key: QPID-157
>                 URL: https://issues.apache.org/jira/browse/QPID-157
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M2
>            Reporter: Alan Conway
>             Fix For: M2
>
>
> Part 1: Move the client test executables from cpp/tests to cpp/examples and set up autoconf-based Makefile system. Make sure the code is adequately commented and add a README. In short ensure that anyone with C++ experience but 0 Qpid knowledge can easily run the examples,  understand the output and understand the code. 
> Part 2: add scripts to automatically run the examples and verify they run correctly, have this included in "make check"
> Future examples go in examples dir,  CppUnit tests are *not* appropriate for user example code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (QPID-157) C++ client example code.

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway closed QPID-157.
----------------------------

    Resolution: Fixed

Provided by Jonathan Robie, see cpp/examples

> C++ client example code.
> ------------------------
>
>                 Key: QPID-157
>                 URL: https://issues.apache.org/jira/browse/QPID-157
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M2
>            Reporter: Alan Conway
>            Assignee: Alan Conway
>             Fix For: M2
>
>
> 3 parts:
> - Add some basic code samples to cpp/examples.
> - Add doxygen documentation for the examples.
> - Update the README to point to the doxygen.
> - Update the make all and make check targets to build and verify the examples.
> - Make sure the examples are distributed in the tarball and installed in /usr/share/doc by RPM.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-157) C++ client example code.

Posted by "Alan Conway (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Conway updated QPID-157:
-----------------------------

    Affects Version/s: M2

> C++ client example code.
> ------------------------
>
>                 Key: QPID-157
>                 URL: https://issues.apache.org/jira/browse/QPID-157
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Client
>    Affects Versions: M2
>            Reporter: Alan Conway
>
> Part 1: Move the client test executables from cpp/tests to cpp/examples and set up autoconf-based Makefile system. Make sure the code is adequately commented and add a README. In short ensure that anyone with C++ experience but 0 Qpid knowledge can easily run the examples,  understand the output and understand the code. 
> Part 2: add scripts to automatically run the examples and verify they run correctly, have this included in "make check"
> Future examples go in examples dir,  CppUnit tests are *not* appropriate for user example code.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.