You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/01/25 10:16:01 UTC

cvs commit: jakarta-cactus/petals/ant/src/java/org/apache/cactus/petal/ant RunServerTestsTask.java

vmassol     2003/01/25 01:16:00

  Modified:    petals/ant/src/java/org/apache/cactus/petal/ant
                        RunServerTestsTask.java
  Log:
  Make sure references are inherited (not sure it is needed with setInheritAll() but let's be sure)
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-cactus/petals/ant/src/java/org/apache/cactus/petal/ant/RunServerTestsTask.java
  
  Index: RunServerTestsTask.java
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/petals/ant/src/java/org/apache/cactus/petal/ant/RunServerTestsTask.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- RunServerTestsTask.java	23 Jan 2003 12:32:23 -0000	1.1
  +++ RunServerTestsTask.java	25 Jan 2003 09:16:00 -0000	1.2
  @@ -168,6 +168,7 @@
           callee.setTaskName(getTaskName());
           callee.setLocation(location);
           callee.setInheritAll(true);
  +        callee.setInheritRefs(true);
           callee.init();
           callee.setTarget(this.testTarget);
           callee.execute();
  
  
  

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