You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Heather Stephens (JIRA)" <be...@incubator.apache.org> on 2004/11/12 21:57:24 UTC

[jira] Created: (BEEHIVE-87) README.txt in dist doesn't have what it needs

README.txt in dist doesn't have what it needs
---------------------------------------------

         Key: BEEHIVE-87
         URL: http://nagoya.apache.org/jira/browse/BEEHIVE-87
     Project: Beehive
        Type: Bug
  Components: Build  
    Versions: V1, V1Alpha, V1Beta    
    Reporter: Heather Stephens
     Fix For: V1Beta


In the dist, the README.txt file is not the same one as is in the root of a given version source tree.

We need to have not only the text Steve wrote but also the incubating disclaimer.

See below for both sets of text.
For alpha I will manually merge the two together before I create the archives.

=======================================
>From root of version in source tree
=======================================
Welcome to Beehive!

Apache Beehive is an effort undergoing incubation at the
Apache Software Foundation (ASF), sponsored by the Incubator 
project.  Incubation is required of all newly accepted projects 
until a further review indicates that the infrastructure, 
communications, and decision making process have stabilized in a 
manner consistent with other successful ASF projects. While 
incubation status is not necessarily a reflection of the 
completeness or stability of the code, it does indicate that the 
project has yet to be fully endorsed by the ASF.


If you've come here to learn more about Beehive, here are a few
starting points:

BUILDING.txt:   How to build Beehive on your machine.
DEVELOPING.txt  Technical notes on contributing/committing files.
LICENSE.txt:    The Apache License and any other relevant licenses 
		for this software.
NOTICE.txt:     Attribution notices required by various 
                contributions.

Finally, please go to the Apache Beehive website, currently 
located (while in incubation) at:

  http://incubator.apache.org/beehive/.

There you will find an increasing number of resources to get started.


=======================================
>From Steve's docs somewhere
=======================================


                                 APACHE BEEHIVE
 

  What is Beehive? 
  -----------
  
  The goal of Beehive is to make J2EE programming easier by using JSR-175 metadata annotations
  to simplify the most complex J2EE coding tasks.  Beehive is divided into three
  sub-projects:

     Page Flows -- Page Flows are built on top of Struts.  The JSR-175 programming model
                   allows for automatic updating of Struts configuration files as well as 
                   easy tooling inside of IDEs.

     Controls -- Controls are a framework for building lightweight J2EE components.

     Web Services -- The web services project implements JSR-181, a metadata annotation 
                     driven programming model for web services.


  Documentation
  -------------

  Complete documentation, including a users guide, tutorials, and instructions for running samples,
  is available online at

    http://incubator.apache.org/beehive/index.html

  Reference documentation is available in the following distribution JAR

    apache-beehive-incubating-1.0-alpha-XXX-docs.jar 




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (BEEHIVE-87) README.txt in dist doesn't have what it needs

Posted by "Jeremiah Johnson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-87?page=all ]
     
Jeremiah Johnson closed BEEHIVE-87:
-----------------------------------

    Assign To: Jeremiah Johnson  (was: Heather Stephens)

The README.txt shipped with the bundles contains the parts specified.  Verified in nightly 20050510.

> README.txt in dist doesn't have what it needs
> ---------------------------------------------
>
>          Key: BEEHIVE-87
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-87
>      Project: Beehive
>         Type: Bug
>   Components: Build
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Heather Stephens
>     Assignee: Jeremiah Johnson
>      Fix For: V1Beta

>
> In the dist, the README.txt file is not the same one as is in the root of a given version source tree.
> We need to have not only the text Steve wrote but also the incubating disclaimer.
> See below for both sets of text.
> For alpha I will manually merge the two together before I create the archives.
> =======================================
> From root of version in source tree
> =======================================
> Welcome to Beehive!
> Apache Beehive is an effort undergoing incubation at the
> Apache Software Foundation (ASF), sponsored by the Incubator 
> project.  Incubation is required of all newly accepted projects 
> until a further review indicates that the infrastructure, 
> communications, and decision making process have stabilized in a 
> manner consistent with other successful ASF projects. While 
> incubation status is not necessarily a reflection of the 
> completeness or stability of the code, it does indicate that the 
> project has yet to be fully endorsed by the ASF.
> If you've come here to learn more about Beehive, here are a few
> starting points:
> BUILDING.txt:   How to build Beehive on your machine.
> DEVELOPING.txt  Technical notes on contributing/committing files.
> LICENSE.txt:    The Apache License and any other relevant licenses 
> 		for this software.
> NOTICE.txt:     Attribution notices required by various 
>                 contributions.
> Finally, please go to the Apache Beehive website, currently 
> located (while in incubation) at:
>   http://incubator.apache.org/beehive/.
> There you will find an increasing number of resources to get started.
> =======================================
> From Steve's docs somewhere
> =======================================
>                                  APACHE BEEHIVE
>  
>   What is Beehive? 
>   -----------
>   
>   The goal of Beehive is to make J2EE programming easier by using JSR-175 metadata annotations
>   to simplify the most complex J2EE coding tasks.  Beehive is divided into three
>   sub-projects:
>      Page Flows -- Page Flows are built on top of Struts.  The JSR-175 programming model
>                    allows for automatic updating of Struts configuration files as well as 
>                    easy tooling inside of IDEs.
>      Controls -- Controls are a framework for building lightweight J2EE components.
>      Web Services -- The web services project implements JSR-181, a metadata annotation 
>                      driven programming model for web services.
>   Documentation
>   -------------
>   Complete documentation, including a users guide, tutorials, and instructions for running samples,
>   is available online at
>     http://incubator.apache.org/beehive/index.html
>   Reference documentation is available in the following distribution JAR
>     apache-beehive-incubating-1.0-alpha-XXX-docs.jar 

-- 
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] Updated: (BEEHIVE-87) README.txt in dist doesn't have what it needs

Posted by "Kenneth Tam (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-87?page=history ]

Kenneth Tam updated BEEHIVE-87:
-------------------------------

    Assign To: Steve Hanson

> README.txt in dist doesn't have what it needs
> ---------------------------------------------
>
>          Key: BEEHIVE-87
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-87
>      Project: Beehive
>         Type: Bug
>   Components: Build
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Heather Stephens
>     Assignee: Steve Hanson
>      Fix For: V1Beta

>
> In the dist, the README.txt file is not the same one as is in the root of a given version source tree.
> We need to have not only the text Steve wrote but also the incubating disclaimer.
> See below for both sets of text.
> For alpha I will manually merge the two together before I create the archives.
> =======================================
> From root of version in source tree
> =======================================
> Welcome to Beehive!
> Apache Beehive is an effort undergoing incubation at the
> Apache Software Foundation (ASF), sponsored by the Incubator 
> project.  Incubation is required of all newly accepted projects 
> until a further review indicates that the infrastructure, 
> communications, and decision making process have stabilized in a 
> manner consistent with other successful ASF projects. While 
> incubation status is not necessarily a reflection of the 
> completeness or stability of the code, it does indicate that the 
> project has yet to be fully endorsed by the ASF.
> If you've come here to learn more about Beehive, here are a few
> starting points:
> BUILDING.txt:   How to build Beehive on your machine.
> DEVELOPING.txt  Technical notes on contributing/committing files.
> LICENSE.txt:    The Apache License and any other relevant licenses 
> 		for this software.
> NOTICE.txt:     Attribution notices required by various 
>                 contributions.
> Finally, please go to the Apache Beehive website, currently 
> located (while in incubation) at:
>   http://incubator.apache.org/beehive/.
> There you will find an increasing number of resources to get started.
> =======================================
> From Steve's docs somewhere
> =======================================
>                                  APACHE BEEHIVE
>  
>   What is Beehive? 
>   -----------
>   
>   The goal of Beehive is to make J2EE programming easier by using JSR-175 metadata annotations
>   to simplify the most complex J2EE coding tasks.  Beehive is divided into three
>   sub-projects:
>      Page Flows -- Page Flows are built on top of Struts.  The JSR-175 programming model
>                    allows for automatic updating of Struts configuration files as well as 
>                    easy tooling inside of IDEs.
>      Controls -- Controls are a framework for building lightweight J2EE components.
>      Web Services -- The web services project implements JSR-181, a metadata annotation 
>                      driven programming model for web services.
>   Documentation
>   -------------
>   Complete documentation, including a users guide, tutorials, and instructions for running samples,
>   is available online at
>     http://incubator.apache.org/beehive/index.html
>   Reference documentation is available in the following distribution JAR
>     apache-beehive-incubating-1.0-alpha-XXX-docs.jar 

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-87) README.txt in dist doesn't have what it needs

Posted by "Steve Hanson (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-87?page=history ]
     
Steve Hanson resolved BEEHIVE-87:
---------------------------------

     Assign To: Heather Stephens  (was: Steve Hanson)
    Resolution: Fixed

I added a new README.txt file at 

 docs/dist-docs/README.txt

This file is included in distributions: it is intended to be the first file that a user sees after unzipping the dist.

This is different from the README.txt at trunk/README.txt.  That file is *not* included in distributions.  (Although it is intended as the first file seen by a user who is browsing the Beehive source.)

> README.txt in dist doesn't have what it needs
> ---------------------------------------------
>
>          Key: BEEHIVE-87
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-87
>      Project: Beehive
>         Type: Bug
>   Components: Build
>     Versions: V1Alpha, V1Beta, V1
>     Reporter: Heather Stephens
>     Assignee: Heather Stephens
>      Fix For: V1Beta

>
> In the dist, the README.txt file is not the same one as is in the root of a given version source tree.
> We need to have not only the text Steve wrote but also the incubating disclaimer.
> See below for both sets of text.
> For alpha I will manually merge the two together before I create the archives.
> =======================================
> From root of version in source tree
> =======================================
> Welcome to Beehive!
> Apache Beehive is an effort undergoing incubation at the
> Apache Software Foundation (ASF), sponsored by the Incubator 
> project.  Incubation is required of all newly accepted projects 
> until a further review indicates that the infrastructure, 
> communications, and decision making process have stabilized in a 
> manner consistent with other successful ASF projects. While 
> incubation status is not necessarily a reflection of the 
> completeness or stability of the code, it does indicate that the 
> project has yet to be fully endorsed by the ASF.
> If you've come here to learn more about Beehive, here are a few
> starting points:
> BUILDING.txt:   How to build Beehive on your machine.
> DEVELOPING.txt  Technical notes on contributing/committing files.
> LICENSE.txt:    The Apache License and any other relevant licenses 
> 		for this software.
> NOTICE.txt:     Attribution notices required by various 
>                 contributions.
> Finally, please go to the Apache Beehive website, currently 
> located (while in incubation) at:
>   http://incubator.apache.org/beehive/.
> There you will find an increasing number of resources to get started.
> =======================================
> From Steve's docs somewhere
> =======================================
>                                  APACHE BEEHIVE
>  
>   What is Beehive? 
>   -----------
>   
>   The goal of Beehive is to make J2EE programming easier by using JSR-175 metadata annotations
>   to simplify the most complex J2EE coding tasks.  Beehive is divided into three
>   sub-projects:
>      Page Flows -- Page Flows are built on top of Struts.  The JSR-175 programming model
>                    allows for automatic updating of Struts configuration files as well as 
>                    easy tooling inside of IDEs.
>      Controls -- Controls are a framework for building lightweight J2EE components.
>      Web Services -- The web services project implements JSR-181, a metadata annotation 
>                      driven programming model for web services.
>   Documentation
>   -------------
>   Complete documentation, including a users guide, tutorials, and instructions for running samples,
>   is available online at
>     http://incubator.apache.org/beehive/index.html
>   Reference documentation is available in the following distribution JAR
>     apache-beehive-incubating-1.0-alpha-XXX-docs.jar 

-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira