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

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

     [ 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