sebb        2005/09/22 11:34:48

  Modified:    .        Tag: rel-2-1 build.xml
  Log:
  Test target now only compiles and runs tests
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.206.2.5 +4 -4      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.206.2.4
  retrieving revision 1.206.2.5
  diff -u -r1.206.2.4 -r1.206.2.5
  --- build.xml 4 Sep 2005 01:05:43 -0000       1.206.2.4
  +++ build.xml 22 Sep 2005 18:34:48 -0000      1.206.2.5
  @@ -529,7 +529,7 @@
       </javac>
     </target>
     
  -  <target name="compile-tests" depends="compile" description="Compile 
components specific to HTTP sampling.">
  +  <target name="compile-tests" description="Compile test components only">
       <mkdir dir="${build.test}"/>
       <javac srcdir="${src.test}" destdir="${build.test}" 
source="${src.java.version}" optimize="${optimize}" debug="on" 
target="${target.java.version}" deprecation="${deprecation}" 
encoding="${encoding}">
         <classpath>
  @@ -1298,7 +1298,7 @@
     <target name="docs-all" depends="docs-site,docs-printable,docs-api" 
        description="Generate documentation. (site, printable, api)"/>
   
  -  <target name="test" depends="install,compile-tests,_test" description="Run 
tests"/>
  +  <target name="test" depends="compile-tests,_test" description="Run tests"/>
     
     <target name="test-both" depends="test-headless,test-headed"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to