vmassol     2003/06/08 14:04:02

  Modified:    .        gump.xml
  Log:
  hmm... How do we know the gump debug projects will get run *after* the projects they 
are debugging?
  
  Revision  Changes    Path
  1.108     +6 -2      jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.107
  retrieving revision 1.108
  diff -u -r1.107 -r1.108
  --- gump.xml  8 Jun 2003 21:00:15 -0000       1.107
  +++ gump.xml  8 Jun 2003 21:04:02 -0000       1.108
  @@ -430,7 +430,9 @@
           the generated build files -->
     <project name="jakarta-cactus-sample-servlet-12-gumplogs">
   
  -    <depend project="jakarta-cactus-sample-servlet-12"/>
  +    <!-- Note: We do not depend on jakarta-cactus-sample-servlet-12 because if
  +      we do and it fails, this project will not get run... Thus we hope
  +      this project will get run *after* jakarta-cactus-sample-servlet-12 -->
       <javadoc nested="samples/servlet/target-12/test/test-reports"/>
   
     </project>
  @@ -501,7 +503,9 @@
           the generated build files -->
     <project name="jakarta-cactus-sample-servlet-13-gumplogs">
   
  -    <depend project="jakarta-cactus-sample-servlet-13/>
  +    <!-- Note: We do not depend on jakarta-cactus-sample-servlet-12 because if
  +      we do and it fails, this project will not get run... Thus we hope
  +      this project will get run *after* jakarta-cactus-sample-servlet-12 -->
       <javadoc nested="samples/servlet/target-13/test/test-reports"/>
   
     </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to