diff --git a/doc/install.html b/doc/install.html index f8767aee..33423d77 100644 --- a/doc/install.html +++ b/doc/install.html @@ -886,11 +886,42 @@

At the command line, from the top level of the VIVO distribution directory, type: -

-
                ant all
-

+

                ant all            
to build VIVO and deploy to Tomcat's webapps directory.

+

+ The build script may run for as much as five minutes, + and creates more than 100 lines of output. + The process comprises several steps: +

+

+

+ The output of the build may include a variety of warning messages. + The Java compiler may warn of code that is outdated. + Unit tests may produce warning messages, + and some tests may be ignored if they do not produce consistent results. +

+
+ BUILD SUCCESSFUL
Total time: 1 minute 49 seconds +
+

+ If the output ends with a success message, the build was successful. + Proceed to the next step. +

+
+ BUILD FAILED
Total time: 35 seconds +
+

+ If the output ends with a failure message, the build has failed. + Find the cause of the failure, fix the problem, and run the script again. +

+

7. Configure Tomcat

Set JVM parameters