You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Robert Liguori (JIRA)" <ji...@apache.org> on 2011/06/28 22:38:17 UTC

[jira] [Created] (CXF-3619) "ACTIVEMQ_VERSION" should read "ACTIVEMQ_HOME" in sample project README.txt files.

"ACTIVEMQ_VERSION" should read "ACTIVEMQ_HOME" in sample project README.txt files.
----------------------------------------------------------------------------------

                 Key: CXF-3619
                 URL: https://issues.apache.org/jira/browse/CXF-3619
             Project: CXF
          Issue Type: Bug
          Components: Samples
    Affects Versions: 2.4.1
            Reporter: Robert Liguori
            Priority: Trivial


In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text:

"For Windows:
set ACTIVEMQ_VERSION=installdir\apache-activemq-5.0.0"

should read:

For Windows:
set ACTIVEMQ_HOME=installdir\apache-activemq-5.0.0"



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Robert Liguori (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Liguori updated CXF-3619:
--------------------------------

    Description: 
In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:

"From the base directory of this sample (i.e., where this README file is
located), the Ant build.xml file can be used to build and run the demo."


There is no build.xml file in these folders for the 2.4.1 build, binary release. 
 





  was:
In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text:

"For Windows:
set ACTIVEMQ_VERSION=installdir\apache-activemq-5.0.0"

should read:

For Windows:
set ACTIVEMQ_HOME=installdir\apache-activemq-5.0.0"



       Priority: Minor  (was: Trivial)
        Summary: Missing build.xml file for jms_pubsub and jms_queue samples  (was: "ACTIVEMQ_VERSION" should read "ACTIVEMQ_HOME" in sample project README.txt files.)

> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058883#comment-13058883 ] 

Freeman Fang commented on CXF-3619:
-----------------------------------

Hi,

We decide to drop ant build.xml files for samples requiring extra stuff(those examples you mentioned here are in this case), see the discussion here, but all samples can run with maven. To demonstrate how to use ant to build, a new example "antbuild" was added. We need revise the README.txt of those changed example accordingly.

[1]http://cxf.547215.n5.nabble.com/Proposal-drop-ant-build-xml-files-for-samples-requiring-extra-stuff-td3704042.html

Freeman

> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Assignee: Freeman Fang
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Mazza resolved CXF-3619.
-----------------------------

    Resolution: Fixed

Updated README files.  (Unsure of the etiquette of resolving an issue assigned to someone else, apologies if any offense.)

> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Assignee: Freeman Fang
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Robert Liguori (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Liguori closed CXF-3619.
-------------------------------


Thank you for the resolution.

> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Assignee: Freeman Fang
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Robert Liguori (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13058553#comment-13058553 ] 

Robert Liguori commented on CXF-3619:
-------------------------------------

The build.xml file is also missing in the jms-spec-demo.  

However, the jms-spec-demo's README.txt also reads: 

"From the base directory of this sample (i.e., where this README file is ocated), the Ant build.xml file can be used to build and run the demo."

> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Glen Mazza (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13059193#comment-13059193 ] 

Glen Mazza commented on CXF-3619:
---------------------------------

I fixed the READMEs for those three samples in the CXF 2.4.x and trunk branches.  According to the thread Freeman linked to, apparently the build.xml's still need to be removed from all the other samples, as "antbuild" is to remain our lone Ant example.


> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Assignee: Freeman Fang
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CXF-3619) Missing build.xml file for jms_pubsub and jms_queue samples

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned CXF-3619:
---------------------------------

    Assignee: Freeman Fang

> Missing build.xml file for jms_pubsub and jms_queue samples
> -----------------------------------------------------------
>
>                 Key: CXF-3619
>                 URL: https://issues.apache.org/jira/browse/CXF-3619
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>    Affects Versions: 2.4.1
>            Reporter: Robert Liguori
>            Assignee: Freeman Fang
>            Priority: Minor
>
> In the README.txt file for the "JMS Transport Demo using Document-Literal Style" (i.e., jms_queue (and and also the jms_pubsub sample)), the following text is presented:
> "From the base directory of this sample (i.e., where this README file is
> located), the Ant build.xml file can be used to build and run the demo."
> There is no build.xml file in these folders for the 2.4.1 build, binary release. 
>  

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira