Hi All
Has anyone tried running junit batch tests  with jvm forked on ?.Does it
sets different classpaths for each test?.

<junit printsummary="no" haltonfailure="off">    
         
          <classpath>
                <path refid="junit.classpath" />
                <pathelement path="${classpath}" />
          </classpath>
          
          <formatter type="plain" />    
                  
          <batchtest fork="yes" todir="${test.code.home}/reports" >
                    <fileset dir="${test.code.home}unit/src">

                      <include name="**/*Test*.java" />     
                    </fileset>
          </batchtest>   
          
         </junit>


Regards
Mahesh

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

Reply via email to