From 866c4797ccd140df10ec429a705b9db76bf1c635 Mon Sep 17 00:00:00 2001 From: rahuldiv <72615550+rahuldiv@users.noreply.github.com> Date: Fri, 9 Oct 2020 12:50:27 -0400 Subject: [PATCH] Update openvxml.rst 1. Comment to clarify that Eclipse won't run if it extracted in any folder except /Applications on Mac 2. Typo on line 184 3. Clarification on line 313 that a name along with .war extension has to be typed --- openvxml.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openvxml.rst b/openvxml.rst index 67e371d..21291fd 100644 --- a/openvxml.rst +++ b/openvxml.rst @@ -41,6 +41,7 @@ Install Eclipse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Download and install Eclipse_. Do not use the latest version—only this one. +(Note for Mac users: Extract the eclipse tar into /Applications and run from there to avoid crashes) Install the OpenVXML plug-in for Eclipse ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -180,7 +181,7 @@ Add some regular expressions representing potential responses to the question "D .. image:: /images/webggs.png -Now, hit the right arrow to generate the script. You should the following output: +Now, hit the right arrow to generate the script. You should see the following output: .. highlight:: javascript @@ -308,8 +309,8 @@ We need to export the newly created project into a Web ARchive (WAR) application 1. Save the project: *File* → *Save All* 2. Go to *File* → *Export ...* 3. Under Voice Tools, choose "Web Application" -4. Select "Archive file". -5. Choose where you'd like to save the file. We recommend saving it in a git repository for better version control. +4. Select “Archive file”. +5. Type a name for the destination file along with .war extension. Choose where you'd like to save the file. We recommend saving it in a git repository for better version control. Test your application on halefBot ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~