werken 2002/06/12 12:47:05
Modified: jelly/src/test/org/apache/commons/jelly/werkz example.jelly
Log:
Tweaking target order
Revision Changes Path
1.6 +5 -5
jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/werkz/example.jelly
Index: example.jelly
===================================================================
RCS file:
/home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/werkz/example.jelly,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- example.jelly 12 Jun 2002 19:28:08 -0000 1.5
+++ example.jelly 12 Jun 2002 19:47:05 -0000 1.6
@@ -1,11 +1,6 @@
<?xml version="1.0"?>
<werkz:project xmlns:j="jelly:core" xmlns="jelly:ant" xmlns:werkz="jelly:werkz">
- <!-- the following could be in the mediator of Maven -->
- <werkz:goal name="init">
- <echo message="Running init goal's action"/>
- </werkz:goal>
-
<werkz:goal name="compile" prereqs="init">
<echo message="Running compile goal's action"/>
</werkz:goal>
@@ -18,6 +13,11 @@
<werkz:preGoal name="compile">
<echo message="I am a callback: doing something before I compile"/>
</werkz:preGoal>
+
+ <!-- the following could be in the mediator of Maven -->
+ <werkz:goal name="init">
+ <echo message="Running init goal's action"/>
+ </werkz:goal>
<!-- call all the targets made on the command line -->
<werkz:attain>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>