Hi
iam trying to use the optional task of ant named "junit"
I want to run the junit task in separate vm ,so i gave
fork="yes" .But iam getting error as follows
Error Message
------------------
Snippet code
--------------
<target name="test" depends="dist">
<junit printsummary="yes" fork="yes" >
<classpath>
<pathelement location="${jarfile}"/>
<pathelement path="${java.class.path}"/>
</classpath>
<formatter type="plain"/>
<test name="com.myproject.server.UDPListenerTestSuite"
outfile="${results}"
/>
</junit>
</target>
Expecting reply from u in this regard
Thx
Bala
