User: user57  
  Date: 01/08/29 23:41:30

  Modified:    .        build.xml
  Log:
   o truned on the tests-report-text target by default, it is fast but a little
     loud, perhaps someone can fix that.
  
  Revision  Changes    Path
  1.6       +2 -2      jbosstest/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 2001/08/30 03:49:34     1.5
  +++ build.xml 2001/08/30 06:41:30     1.6
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.5 2001/08/30 03:49:34 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.6 2001/08/30 06:41:30 user57 Exp $ -->
   
   <project default="main">
   
  @@ -1519,7 +1519,7 @@
        | Generates reports from JUnit output.
      -->
   
  -  <target name="tests-report" depends="tests-report-html"/>
  +  <target name="tests-report" depends="tests-report-html, tests-report-text"/>
   
     <target name="tests-report-html">
       <mkdir dir="${build.reports}/html"/>
  
  
  

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

Reply via email to