[ 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
