You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by jv...@apache.org on 2002/02/22 15:05:51 UTC

cvs commit: jakarta-turbine-maven/src/templates/build build-docs.xml build-test.xml

jvanzyl     02/02/22 06:05:51

  Modified:    src/templates/build build-docs.xml build-test.xml
  Log:
  - getting the testing working from the project descriptor
  
  Revision  Changes    Path
  1.3       +4 -0      jakarta-turbine-maven/src/templates/build/build-docs.xml
  
  Index: build-docs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-docs.xml	21 Feb 2002 21:03:45 -0000	1.2
  +++ build-docs.xml	22 Feb 2002 14:05:51 -0000	1.3
  @@ -119,6 +119,10 @@
         />
     </target>
   
  +  <!-- ================================================================== -->
  +  <!-- D E P L O Y  S I T E                                               -->
  +  <!-- ================================================================== -->
  +
     <target 
       name="deploy-site" 
       depends="javadocs,docs">
  
  
  
  1.3       +9 -7      jakarta-turbine-maven/src/templates/build/build-test.xml
  
  Index: build-test.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-test.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build-test.xml	21 Feb 2002 21:03:45 -0000	1.2
  +++ build-test.xml	22 Feb 2002 14:05:51 -0000	1.3
  @@ -14,20 +14,22 @@
       name="init">
   
       <taskdef
  -      name="create-path"
  -      classname="org.apache.maven.CreatePath">
  +      name="project-properties"
  +      classname="org.apache.maven.build.ProjectProperties">
       </taskdef>
       
  -    <taskdef
  -      name="create-patternset"
  -      classname="org.apache.maven.CreatePatternSet">
  -    </taskdef>
  +    <!-- This task will create the 'classpath' and 'src.set' 
  +         references required to build -->
  +         
  +    <project-properties projectDescriptor="project.xml"/>
   
  +    <!--
       <create-path rid="classpath" descriptor="${deps}" basedir="${lib.repo}"/>
  -    <create-patternset rid="runtime.test.set" descriptor="${runtime.test.set}"/>
       <create-path rid="test.src.set" descriptor="${test.src.set}"/>
  +    <create-patternset rid="runtime.test.set" descriptor="${runtime.test.set}"/>
       <create-patternset rid="unit.test.set" descriptor="${unit.test.set}"/>
       <create-patternset rid="rt.test.set" descriptor="${rt.test.set}"/>
  +    -->
     </target>
   
     <!-- ================================================================== -->
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>