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