vmassol 2002/11/07 05:48:08
Modified: src/plugins-build/cactus plugin.jelly
src/plugins-build/cactus/xdocs tasks.xml
Log:
Added comments for the "single" goal.
Revision Changes Path
1.10 +11 -2 jakarta-turbine-maven/src/plugins-build/cactus/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/plugin.jelly,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- plugin.jelly 7 Nov 2002 13:41:58 -0000 1.9
+++ plugin.jelly 7 Nov 2002 13:48:08 -0000 1.10
@@ -192,8 +192,17 @@
</goal>
- <goal name="cactus:single" description="Execute a single test defined using the
'testcase' variable"
- prereqs="war:war,cactus:compile">
+ <!--
+ ========================================================================
+ Execute a single Cactus test case defined using the 'testcase'
+ variable.
+
+ NOTE: This assumes that the server was already started and that the
+ Cactus war has already been deployed.
+ ========================================================================
+ -->
+ <goal name="cactus:single" prereqs="war:war,cactus:compile"
+ description="Execute a single test defined using the 'testcase' variable">
<j:choose>
<j:when test="${empty(testcase)}">
1.11 +5 -0 jakarta-turbine-maven/src/plugins-build/cactus/xdocs/tasks.xml
Index: tasks.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/cactus/xdocs/tasks.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- tasks.xml 7 Nov 2002 13:42:27 -0000 1.10
+++ tasks.xml 7 Nov 2002 13:48:08 -0000 1.11
@@ -25,6 +25,11 @@
<p>
<ul>
<li>
+ Fix the "single" goal as it will not really work because it
+ expects that the cactus war has been deployed and it won't
+ redeploy it when the code changes.
+ </li>
+ <li>
Transform cactus Ant scripts to Jelly scripts for :
Tomcat 3.x, Orion 1.5, Orion 1.6, WebLogic 6.x,
Enhydra 5.x
--
To unsubscribe, e-mail: <mailto:turbine-maven-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:turbine-maven-dev-help@;jakarta.apache.org>