From 9fda9d29225f3efc8b89497e13af7f410a01f196 Mon Sep 17 00:00:00 2001
From: j2blake
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. +
+