sebb        2003/12/05 03:59:48

  Modified:    .        build.xml
  Log:
  Add BeanShell Assertion to exclude
  
  Revision  Changes    Path
  1.143     +2 -1      jakarta-jmeter/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/build.xml,v
  retrieving revision 1.142
  retrieving revision 1.143
  diff -u -r1.142 -r1.143
  --- build.xml 3 Dec 2003 12:40:31 -0000       1.142
  +++ build.xml 5 Dec 2003 11:59:48 -0000       1.143
  @@ -491,6 +491,7 @@
       <javac srcdir="${src.java}" destdir="${build.java}" optimize="${optimize}" 
debug="on" target="${target.java.version}" deprecation="${deprecation}" 
encoding="${encoding}">
         <include name="**/*.java"/>
         <exclude name="org/apache/jmeter/protocol/java/**/BeanShell*.java" 
unless="beanshell.present"/>
  +      <exclude name="org/apache/jmeter/assertions/**/BeanShell*.java" 
unless="beanshell.present"/>
         <exclude name="org/apache/jmeter/protocol/java/**/BSF*.java" 
unless="bsf.present"/>
         <classpath>
           <path refid="classpath"/>
  
  
  

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

Reply via email to