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

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

     [ 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