plynch 2002/07/08 13:09:40 Modified: src/plugins/webserver apache-2.x.jelly Added: src/plugins/webserver plugin.jelly Removed: src/plugins/webserver plugin.jelly.org Log: plugin.jelly -use the import tag instead of external entity include to elminate pathing issues for webserver implementations -corrected xpath expressions for maven.webserver.fullname so that the version is not evaled as an equation -fixed a few property names and goal names refs -tidied the descriptions for goals Only thing that has problems are the logging tags which don't seem to want to output anything...hmmm..likely I am missing something apache-2.x.jelly -made into a valid jelly script instead of external entity plugin.jelly.org -now not needed as replaced by a working plugin.jelly Revision Changes Path 1.3 +11 -11 jakarta-turbine-maven/src/plugins/webserver/apache-2.x.jelly Index: apache-2.x.jelly =================================================================== RCS file: /home/cvs/jakarta-turbine-maven/src/plugins/webserver/apache-2.x.jelly,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- apache-2.x.jelly 8 Jul 2002 05:22:01 -0000 1.2 +++ apache-2.x.jelly 8 Jul 2002 20:09:40 -0000 1.3 @@ -1,13 +1,13 @@ -<!-- <?xml version="1.0"?> --> +<?xml version="1.0"?> <!-- needs work :-) --> -<goal name="install-apache-2.x" > -</goal> - -<goal name="start-apache-2.x" /> - -<goal name="stop-apache-2.x"> - <log:info> - Trying to stop an Apache 2.x instance. - </log:info> -</goal> +<project xmlns:log="jelly:log"> + <goal name="install-apache-2.x" /> + <goal name="start-apache-2.x" /> + <goal name="restart-apache-2.x" /> + <goal name="stop-apache-2.x"> + <log:warn> + Not implemented yet! + </log:warn> + </goal> +</project> 1.4 +34 -51 jakarta-turbine-maven/src/plugins/webserver/plugin.jelly
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
