User: user57  
  Date: 01/08/02 16:18:01

  Modified:    .        Tag: jboss_buildmagic build.xml config.xml
  Log:
   o changed testsuite.modules and testsuite.groups to tests and testgroups
   o updated help target to display correct property names.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.15  +10 -10    jbosstest/Attic/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/Attic/build.xml,v
  retrieving revision 1.1.2.14
  retrieving revision 1.1.2.15
  diff -u -r1.1.2.14 -r1.1.2.15
  --- build.xml 2001/08/02 23:12:58     1.1.2.14
  +++ build.xml 2001/08/02 23:18:01     1.1.2.15
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.1.2.14 2001/08/02 23:12:58 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.1.2.15 2001/08/02 23:18:01 user57 Exp $ -->
   
   <project default="main">
   
  @@ -353,7 +353,7 @@
   
     <!-- Invoke the 'compile' on all configured modules -->
     <target name="all-compile" depends="init">
  -    <execmodules modules="${testsuite.modules}" 
  +    <execmodules modules="${tests}" 
                 target="compile"
                 root="${module.root}/etc" 
                 antfile="build-${module}.xml"
  @@ -365,7 +365,7 @@
   
     <!-- Invoke the 'jars' on all configured modules -->
     <target name="all-jars" depends="compile">
  -    <execmodules modules="${testsuite.modules}" 
  +    <execmodules modules="${tests}" 
                 target="jars"
                 root="${module.root}/etc" 
                 antfile="build-${module}.xml"
  @@ -377,7 +377,7 @@
   
     <!-- Invoke the 'main' on all configured modules -->
     <target name="all-main" depends="compile">
  -    <execmodules modules="${testsuite.modules}" 
  +    <execmodules modules="${tests}" 
                 target="main"
                 root="${module.root}/etc" 
                 antfile="build-${module}.xml"
  @@ -389,7 +389,7 @@
   
     <!-- Invoke the 'tests' on all configured modules -->
     <target name="all-tests" depends="compile">
  -    <execmodules modules="${testsuite.modules}" 
  +    <execmodules modules="${tests}" 
                 target="tests"
                 root="${module.root}/etc" 
                 antfile="build-${module}.xml"
  @@ -401,7 +401,7 @@
   
     <!-- Invoke the 'clean' on all configured modules -->
     <target name="all-clean" depends="init">
  -    <execmodules modules="${testsuite.modules}" 
  +    <execmodules modules="${tests}" 
                 target="clean"
                 root="${module.root}/etc" 
                 antfile="build-${module}.xml"
  @@ -413,7 +413,7 @@
   
     <!-- Invoke the 'clobber' on all configured modules -->
     <target name="all-clobber" depends="init">
  -    <execmodules modules="${testsuite.modules}" 
  +    <execmodules modules="${tests}" 
                 target="clobber"
                 root="${module.root}/etc" 
                 antfile="build-${module}.xml"
  @@ -514,9 +514,9 @@
     The ${module.Name} module.
   ]]></header>
         <footer><![CDATA[
  -    -Dtestsuite.groups=<group>[(,<group>)*      Specify the module group list.
  -    -Dtestsuite.modules=<module>[(,<module>)*   Specify the module list
  -                                                (overrides groups).
  +    -Dtestgroups=<group>[(,<group>)*    Specify the test module groups.
  +    -Dtests=<module>[(,<module>)*       Specify the test modules.
  +                                        (overrides testgroups).
       -projecthelp for all targets
       -help for full options
   ]]></footer>
  
  
  
  1.1.2.12  +4 -4      jbosstest/Attic/config.xml
  
  Index: config.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/Attic/config.xml,v
  retrieving revision 1.1.2.11
  retrieving revision 1.1.2.12
  diff -u -r1.1.2.11 -r1.1.2.12
  --- config.xml        2001/08/02 23:12:58     1.1.2.11
  +++ config.xml        2001/08/02 23:18:01     1.1.2.12
  @@ -7,7 +7,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: config.xml,v 1.1.2.11 2001/08/02 23:12:58 user57 Exp $ -->
  +<!-- $Id: config.xml,v 1.1.2.12 2001/08/02 23:18:01 user57 Exp $ -->
   
     <!-- ================================================================== -->
     <!-- Module Setup                                                       -->
  @@ -303,7 +303,7 @@
     <!-- ================================================================== -->
   
     <!-- Skip any missing modules and issue a warning -->
  -  <property name="testsuite.executemodules.skipmissing" value="true"/>
  +  <property name="testsuite.executemodules.skipmissing" value="false"/>
   
     <!-- Define the header and footer displayed during each module execution -->
     <property name="testsuite.executemodules.header"><![CDATA[
  @@ -318,10 +318,10 @@
       ]]></property>
   
     <!-- The group to use by default -->
  -  <property name="testsuite.groups" value="default"/>
  +  <property name="testgroups" value="default"/>
   
     <target name="module-configuration-setup">
  -    <moduleconfig property="testsuite.modules" selected="${testsuite.groups}">
  +    <moduleconfig property="testmodules" selected="${testgroups}">
   
         <!-- Modules -->
   
  
  
  

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

Reply via email to