You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by we...@apache.org on 2002/06/12 22:12:46 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/werkz AttainGoalTag.java

werken      2002/06/12 13:12:46

  Modified:    jelly/src/java/org/apache/commons/jelly/tags/werkz
                        AttainGoalTag.java
  Log:
  making sure the body runs at the correct point in time.
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/werkz/AttainGoalTag.java
  
  Index: AttainGoalTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/java/org/apache/commons/jelly/tags/werkz/AttainGoalTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- AttainGoalTag.java	12 Jun 2002 06:07:29 -0000	1.1
  +++ AttainGoalTag.java	12 Jun 2002 20:12:46 -0000	1.2
  @@ -107,12 +107,12 @@
   
           Project project = projectTag.getProject();
   
  +        getBody().run(context, output);
  +
           project.attainGoal( getName(),
                               session );
           
  -        // getBody().run(context, output);
       }
  -
       
       // Properties
       //------------------------------------------------------------------------- 
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>