vmassol     2003/06/08 15:43:27

  Modified:    .        gump.xml
  Log:
  Use the <description> tag of <javadoc> to include cactus test reports for debugging 
purpose
  
  Revision  Changes    Path
  1.109     +12 -22    jakarta-cactus/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/gump.xml,v
  retrieving revision 1.108
  retrieving revision 1.109
  diff -u -r1.108 -r1.109
  --- gump.xml  8 Jun 2003 21:04:02 -0000       1.108
  +++ gump.xml  8 Jun 2003 22:43:26 -0000       1.109
  @@ -423,18 +423,13 @@
   
       <nag from="Vincent Massol &lt;[EMAIL PROTECTED]&gt;"
         to="[EMAIL PROTECTED]"/>
  -      
  -  </project>
  -
  -  <!-- Temporary hack to debug Gump builds so that we have a way to look at
  -        the generated build files -->
  -  <project name="jakarta-cactus-sample-servlet-12-gumplogs">
  -
  -    <!-- 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"/>
   
  +    <!-- Temporary hack to debug Gump builds so that we have a way to look at
  +         the generated build files -->
  +    <javadoc nested="samples/servlet/target-12/test">
  +      <description dir="test-reports">Cactus Servlet Sample (J2EE 1.2) - Gump 
Debug</description>
  +    </javadoc>       
  +      
     </project>
   
     <!--
  @@ -496,18 +491,13 @@
   
       <nag from="Vincent Massol &lt;[EMAIL PROTECTED]&gt;"
         to="[EMAIL PROTECTED]"/>
  -      
  -  </project>
  -
  -  <!-- Temporary hack to debug Gump builds so that we have a way to look at
  -        the generated build files -->
  -  <project name="jakarta-cactus-sample-servlet-13-gumplogs">
  -
  -    <!-- 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"/>
   
  +    <!-- Temporary hack to debug Gump builds so that we have a way to look at
  +         the generated build files -->
  +    <javadoc nested="samples/servlet/target-13/test">
  +      <description dir="test-reports">Cactus Servlet Sample (J2EE 1.3) - Gump 
Debug</description>
  +    </javadoc>       
  +      
     </project>
   
     <!--
  
  
  

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

Reply via email to