2 Replies Latest reply on Mar 22, 2006 5:57 AM by adrian.brock

    Object web joram tests integration

      I am integration Joram tests with JBoss messaging
      Since these tests have been packed into a jar and placed under
      $jboss-head/thirdparty

      (Earlier these tests where part of the jms module)
      The batchtest task in junit works only with .class or .java files

       <target...>
       <junit...>
       <batchtest fork="yes" todir="${reports.tests}">
       <fileset dir="${src.tests}">
       <include name="**/*Test*.java"/>
       </fileset>
       </batchtest>
      


      How will this work if the Test classes are packaged into a jar?