From 66b47f5f67e53286fe51fe0a1391052550c5fb87 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 5 Sep 2007 14:59:37 +0000 Subject: [PATCH] Added note that JDK 1.5 is required to run Jetty plugin. --- src/site/xdoc/building.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml index 99adcf3700..dd91badf51 100644 --- a/src/site/xdoc/building.xml +++ b/src/site/xdoc/building.xml @@ -27,7 +27,8 @@

This should build main framework library, build the sample application and run the "contacts" sample application - using the maven jetty plugin. You should then be able to point your browser at + using the maven jetty plugin (JDK 1.5 or later is required to run the Jetty plugin). + You should then be able to point your browser at http://localhost:8080/contacts/ to use the application.