jsalvata    2003/01/10 15:49:53

  Modified:    project  jakarta-jmeter.xml
  Log:
  Provide classpath entries necessary to run tests. Nag if they aren't.
  
  Revision  Changes    Path
  1.18      +10 -1     jakarta-gump/project/jakarta-jmeter.xml
  
  Index: jakarta-jmeter.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-gump/project/jakarta-jmeter.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- jakarta-jmeter.xml        10 Jan 2003 23:24:50 -0000      1.17
  +++ jakarta-jmeter.xml        10 Jan 2003 23:49:53 -0000      1.18
  @@ -35,6 +35,15 @@
       <work nested="build/core"/>
       <work nested="build/jorphan"/>
   
  +    <!-- These are necessary to run the tests: -->
  +    <work nested="lib/ext/ApacheJMeter_core.jar"/>
  +    <work nested="lib/ext/ApacheJMeter_components.jar"/>
  +    <work nested="lib/ext/ApacheJMeter_functions.jar"/>
  +    <work nested="lib/ext/ApacheJMeter_http.jar"/>
  +    <work nested="lib/ext/ApacheJMeter_ftp.jar"/>
  +    <work nested="lib/ext/ApacheJMeter_jdbc.jar"/>
  +    <work nested="lib/ext/ApacheJMeter_java.jar"/>
  +
       <!-- JMeter doesn't currently export any JARs
       <home nested="bin" />
       <jar name="ApacheJMeter.jar" />
  @@ -43,7 +52,7 @@
       <nag from="Geir Magnusson Jr. &lt;[EMAIL PROTECTED]&gt;"
            to="[EMAIL PROTECTED]">
           <regexp pattern="/BUILD FAILED/" subject="JMeter Build Failure"/>
  -        <regexp pattern="/FAILURES!!!/" subject="JMeter Unit Test Failure"/>
  +        <regexp pattern="/FAILURES!!!|OK \(0 tests\)/" subject="JMeter Unit Test 
Failure"/>
       </nag>
     </project>
   
  
  
  

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

Reply via email to