You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@apache.org on 2001/03/11 23:20:44 UTC

cvs commit: jakarta-velocity/build build-testcases.xml build-velocity.xml

jon         01/03/11 14:20:44

  Modified:    build    build-testcases.xml build-velocity.xml
  Log:
  minor cleanup
  
  Revision  Changes    Path
  1.2       +4 -4      jakarta-velocity/build/build-testcases.xml
  
  Index: build-testcases.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-testcases.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build-testcases.xml	2001/03/07 03:02:37	1.1
  +++ build-testcases.xml	2001/03/11 22:20:44	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <!-- Testcases for Velocity -->
  -<project name="main" default="test">
  +<project name="main" default="test-all">
   
     <property name="build.dest" value="${build.dir}/classes"/>
     <property name="ant.home" value="."/>
  @@ -30,7 +30,7 @@
       value="org.apache.velocity.test.MultipleFileResourcePathTest"
     />
   
  -   <property 
  +  <property 
       name="cpload.resource.test"
       value="org.apache.velocity.test.ClasspathResourceTest"
     />
  @@ -38,7 +38,7 @@
     <!-- =================================================================== -->
     <!-- JUnit Test Cases                                                    -->
     <!-- =================================================================== -->
  -  <target name="test" depends="introspect">
  +  <target name="test-all" depends="introspect">
       <echo message="Running JUnit template tests for Velocity ..."/>
   
       <java classname="${velocity.test.runner}" fork="yes">
  @@ -65,7 +65,7 @@
     </target>
   
     <target name="test-inlinevmscope" depends="test-multi">
  -    <echo message="Running JUnit Inline VM Scope  tests for Velocity ..."/>
  +    <echo message="Running JUnit Inline VM Scope tests for Velocity ..."/>
   
       <java classname="${velocity.test.runner}" fork="yes">
         <arg value="${inlinevmscope.test}"/>
  
  
  
  1.42      +1 -1      jakarta-velocity/build/build-velocity.xml
  
  Index: build-velocity.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/build/build-velocity.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- build-velocity.xml	2001/03/11 21:55:34	1.41
  +++ build-velocity.xml	2001/03/11 22:20:44	1.42
  @@ -296,7 +296,7 @@
     <!-- ================================================================== -->
     <!-- jars the source -->
     <!-- ================================================================== -->
  -  <target name="jarsrc"
  +  <target name="jar-src"
             depends="prepare"
             description="--> generates the velocity.src.jar file containing source only">
         <jar jarfile="${build.dir}/${final.name}.src.jar"