User: kimptoc 
  Date: 01/09/03 13:21:34

  Modified:    .        build.xml
  Log:
  added first cut of a custom jboss junitreport
  
  Revision  Changes    Path
  1.9       +5 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.xml 2001/09/02 20:57:23     1.8
  +++ build.xml 2001/09/03 20:21:34     1.9
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.8 2001/09/02 20:57:23 kimptoc Exp $ -->
  +<!-- $Id: build.xml,v 1.9 2001/09/03 20:21:34 kimptoc Exp $ -->
   
   <project default="main">
   
  @@ -1529,7 +1529,10 @@
         <fileset dir="${build.reports}">
           <include name="TEST-*.xml"/>
         </fileset>
  -      <report format="frames" todir="${build.reports}/html"/>
  +      <report format="frames" 
  +              todir="${build.reports}/html"
  +              styledir="${build.stylesheets}"
  +      />
       </junitreport>
     </target>
   
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to