User: user57  
  Date: 01/08/26 22:45:53

  Modified:    jboss    build.xml
  Log:
   o added testsuite target, which will run the testsuite tests target
  
  Revision  Changes    Path
  1.4       +13 -2     build/jboss/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/build/jboss/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 2001/08/27 04:47:21     1.3
  +++ build.xml 2001/08/27 05:45:53     1.4
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.3 2001/08/27 04:47:21 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.4 2001/08/27 05:45:53 user57 Exp $ -->
   
   <project default="main">
   
  @@ -440,7 +440,7 @@
     <!-- ================================================================== -->
   
     <target name="help">
  -    <projecthelp>
  +    <projecthelp taskname="help">
         <header><![CDATA[
     The JBoss project build control module.
   ]]></header>
  @@ -477,5 +477,16 @@
   
     <target name="tests" depends="all-tests"
          description="Execute all tests."/>
  +
  +  <!-- Invoke the 'tests' on the 'testsuite' module -->
  +  <target name="testsuite" depends="init"
  +          description="Execute the testsuite.">
  +    <execmodules target="tests" modules="testsuite"
  +              root="${project.root}/${module}"
  +              skipmissing="${executemodules.skipmissing}">
  +      <header message="${executemodules.header}"/>
  +      <footer message="${executemodules.footer}"/>
  +    </execmodules>
  +  </target>
   
   </project>
  
  
  

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

Reply via email to