You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rw...@apache.org on 2003/02/08 15:30:46 UTC

cvs commit: jakarta-commons-sandbox/jux build.xml

rwaldhoff    2003/02/08 06:30:46

  Modified:    jux      build.xml
  Log:
  use test-classes instead of tests, just like maven build
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-commons-sandbox/jux/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jux/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	4 Feb 2003 23:26:26 -0000	1.1
  +++ build.xml	8 Feb 2003 14:30:46 -0000	1.2
  @@ -83,7 +83,7 @@
     <!-- Construct unit test classpath -->
     <path id="test.classpath">
       <pathelement location="${build.home}/classes"/>
  -    <pathelement location="${build.home}/tests"/>
  +    <pathelement location="${build.home}/test-classes"/>
       <pathelement location="${junit.jar}"/>
     </path>
   
  @@ -111,7 +111,7 @@
       <mkdir dir="${build.home}"/>
       <mkdir dir="${build.home}/classes"/>
       <mkdir dir="${build.home}/conf"/>
  -    <mkdir dir="${build.home}/tests"/>
  +    <mkdir dir="${build.home}/test-classes"/>
     </target>
   
   
  @@ -142,13 +142,13 @@
     <target name="compile.tests" depends="compile"
      description="Compile unit test cases">
       <javac  srcdir="${test.home}"
  -           destdir="${build.home}/tests"
  +           destdir="${build.home}/test-classes"
                debug="${compile.debug}"
          deprecation="${compile.deprecation}"
             optimize="${compile.optimize}">
         <classpath refid="test.classpath"/>
       </javac>
  -    <copy    todir="${build.home}/tests" filtering="on">
  +    <copy    todir="${build.home}/test-classes" filtering="on">
         <fileset dir="${test.home}" excludes="**/*.java"/>
       </copy>
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org