From 7115590e3166f863d3fc3c6748a809b3d4968091 Mon Sep 17 00:00:00 2001 From: plynch Date: Sat, 1 Feb 2003 12:38:39 +0000 Subject: [PATCH] o started adding checks for required properties and user messages - at some point investigate a way to make the messages locale specific - jelly tag library??? o more hacks around dot property names and flaky expression handling when negative logic is used in expressions or testing for properties that should be null or not defined yet props git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112797 13f79535-47bb-0310-9956-ffa450edef68 --- webserver/plugin.jelly | 173 +++++++++++++++++++++++++++++++++-------- 1 file changed, 141 insertions(+), 32 deletions(-) diff --git a/webserver/plugin.jelly b/webserver/plugin.jelly index b77a4a8f..63810c99 100644 --- a/webserver/plugin.jelly +++ b/webserver/plugin.jelly @@ -3,7 +3,8 @@ - + @@ -17,14 +18,131 @@ + + + + + + -------------------------------------------------------------------------- + | Plugin Configuration Error | + -------------------------------------------------------------------------- + + A required property is missing a value. + + Property name: ${propname} + + Errors must be corrected before using this plugin. + + -------------------------------------------------------------------------- + + + + + -------------------------------------------------------------------------- + | Plugin Configuration Error | + -------------------------------------------------------------------------- + + A required property is pointing to an invalid directory. + + Property name: ${propname} + Invalid value: ${propvalue} + + Errors must be corrected before using this plugin. + + -------------------------------------------------------------------------- + + + + + -------------------------------------------------------------------------- + | Plugin Configuration Error | + -------------------------------------------------------------------------- + + The specified webserver name is currently not supported. + + Property name: ${propname} + Property value: ${propvalue} + + For supported ${propname} values, please see the help docs. + + -------------------------------------------------------------------------- + + + + + -------------------------------------------------------------------------- + | Plugin Configuration Error | + -------------------------------------------------------------------------- + + The specified version for the ${webserver} webserver is currently + not supported. + + Property name: ${propname} + Property value: ${propvalue} + + For supported ${propname} values, please see the help docs. + + -------------------------------------------------------------------------- + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + webserver instance - - - - - - - + -Stopping the webserver... +Stopping the webserver ... - + The is already stopped! @@ -222,34 +334,31 @@ The is already stopped! description="Safely delete an installed webserver instance"> - + - - Stopping the - webserver instance before deleting it... + +Stopping the webserver instance before deleting it ... - - + + + Deleting the webserver instance ... - - - - - - - - - - - - + + + + + + + + The webserver instance is already cleaned! - - + + +