You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Julie Zhuo (JIRA)" <be...@incubator.apache.org> on 2005/05/10 19:52:11 UTC

[jira] Created: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

Controls tutorial missing the call of deploy-beehive before compile webapp
--------------------------------------------------------------------------

         Key: BEEHIVE-649
         URL: http://issues.apache.org/jira/browse/BEEHIVE-649
     Project: Beehive
        Type: Bug
  Components: Documentation  
    Versions: V1    
    Reporter: Julie Zhuo


bash05102005 

Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.

**************************************
To build the web application, enter:

ant 
  clean
  build
  war

Copy and Paste version:
ant clean build war
*********************************

Should be something like this,

***********************
To build the web application, enter:

ant 
  clean
  deploy-beehive
  build
  war

**************************

The same problem with petStore instruction.


-- 
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] Commented: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

Posted by "Scott Symmank (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-649?page=comments#action_65318 ]
     
Scott Symmank commented on BEEHIVE-649:
---------------------------------------

this was part of an app bash. these are usually verified by the qa person assigned to that area. although, the petStore app, probably, doesn't have one ;) 

i can verify this next week. julie, do you have a link to the nightly distributions?

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Scott Symmank

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

-- 
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: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

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

Julie Zhuo reassigned BEEHIVE-649:
----------------------------------

    Assign To: Julie Zhuo  (was: Scott Symmank)

Since you want me to add the petStore build issue into this ticket thought you can do it easily. Well, I'll take it over.

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

-- 
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: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

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

Julie Zhuo reassigned BEEHIVE-649:
----------------------------------

    Assign To: Krista Baker  (was: Julie Zhuo)

Off to Krista to verify this together with the petStore doc review. Thanks.

Julie

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Krista Baker

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

-- 
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] Resolved: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

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

     Assign To: Julie Zhuo  (was: Steve Hanson)
    Resolution: Cannot Reproduce

I cannot repro this.

Since 'build' depends on 'deploy-beehive', the build works for me.

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Julie Zhuo

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

-- 
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] Closed: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

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


The build target for petstore web also depends on deploy-beehive.  Because of this, the call does not need to be included in the docs.

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Krista Baker

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

-- 
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: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

Posted by "Eddie O'Neil (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-649?page=all ]

Eddie O'Neil reassigned BEEHIVE-649:
------------------------------------

    Assign To: Steve Hanson

Off to Steve...

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Steve Hanson

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

-- 
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: (BEEHIVE-649) Controls tutorial missing the call of deploy-beehive before compile webapp

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

Julie Zhuo reassigned BEEHIVE-649:
----------------------------------

    Assign To: Scott Symmank  (was: Julie Zhuo)

The build target does depend on deploy-beehive now. Scott, can you please verify the petStore build and let me know whether we can close this. Thanks.

Julie

> Controls tutorial missing the call of deploy-beehive before compile webapp
> --------------------------------------------------------------------------
>
>          Key: BEEHIVE-649
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-649
>      Project: Beehive
>         Type: Bug
>   Components: Documentation
>     Versions: V1
>     Reporter: Julie Zhuo
>     Assignee: Scott Symmank

>
> bash05102005 
> Controls tutorial calls the following without mentioning the deploy-beehive target to deploy the netui runtime first. It won't compile.
> **************************************
> To build the web application, enter:
> ant 
>   clean
>   build
>   war
> Copy and Paste version:
> ant clean build war
> *********************************
> Should be something like this,
> ***********************
> To build the web application, enter:
> ant 
>   clean
>   deploy-beehive
>   build
>   war
> **************************
> The same problem with petStore instruction.

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