|
<taskdef resource="testngtasks" classpath="${J2EE_HOME}/common/lib/testng-5.7-jdk15.jar" />
<target name="runTestNgSuit" depends="" description="--> description">
<echo> ${J2EE_HOME}</echo>
<echo> ${env.JAVA_HOME}</echo>
<echo> ${env.J2EE_HOME}</echo>
<testng classpathref="classpath" outputDir="${junit.results}" sourcedir="${test.src.dir}" haltOnfailure="true">
<xmlfileset dir="${config.xml.testng}" includes="*.xml" />
</testng>
</target>
老是报Process fork failed.这一行<testng classpathref="classpath" outputDir="${junit.results}" sourcedir="${test.src.dir}" haltOnfailure="true">请大家办兄弟看看。先谢谢了。
[ 本帖最后由 dabao2008 于 2009-2-27 14:29 编辑 ] |
|