User: user57  
  Date: 01/09/11 17:08:42

  Modified:    .        build.xml
  Log:
   o moved all task.properties includes to the bottom of _configure
   o changed non init or configure <call> usage to use depends=""
  
  Revision  Changes    Path
  1.22      +6 -7      manual/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/manual/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 2001/09/11 05:29:11     1.21
  +++ build.xml 2001/09/12 00:08:41     1.22
  @@ -10,7 +10,7 @@
   <!--                                                                        -->
   <!-- ====================================================================== -->
   
  -<!-- $Id: build.xml,v 1.21 2001/09/11 05:29:11 user57 Exp $ -->
  +<!-- $Id: build.xml,v 1.22 2001/09/12 00:08:41 user57 Exp $ -->
   
   <project default="main" name="JBoss/Manual">
   
  @@ -145,6 +145,9 @@
       <call target="_configure-libraries"/>
       <call target="_configure-modules"/>
       <call target="_configure-tasks"/>
  +
  +    <!-- Load common task properties -->
  +    <property resource="planet57/tools/buildmagic/task.properties"/>
     </target>
   
     <!-- Configure the thirdparty tools required to build this module. -->
  @@ -180,9 +183,6 @@
   
     <!-- Configure the tasks used by this module. -->
     <target name="_configure-tasks" unless="configure-tasks.disable">
  -    <!-- Load common task properties -->
  -    <property resource="planet57/tools/buildmagic/task.properties"/>
  -
       <!-- Where source files live -->
       <property name="source.metadata" value="${module.source}/metadata"/>
       <property name="source.examples" value="${module.source}/examples"/>
  @@ -518,9 +518,8 @@
        | Run all tests.
      -->
   
  -  <target name="tests" depends="init" description="Execute all tests.">
  -    <call target="tests-junit"/>
  -    <call target="tests-reports"/>
  +  <target name="tests" depends="init, tests-junit, tests-reports" 
  +       description="Execute all tests.">
     </target>
   
     <!--
  
  
  

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

Reply via email to