Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Friday, November 30, 2007

How to use Shell Command in java














The JUNIT_HOME environment variable must be set.


file="${ant.home}/lib/junit.jar"/>

todir="${ant.home}/lib"
failonerror="true"/>


junit.jar was not found in ANT_HOME/lib prior to this
build, so it was copied for you. Please try your build again.







description="Remove all generated files.">



description="Compile all source code.">






fork="false"
haltonfailure="false"
failureproperty="tests.failed"
showoutput="true">













*******************************************************
*******************************************************
One or more tests failed. Check the output...
*******************************************************
*******************************************************





value="com/java2s/javaxp/junit/TestPerson"/>












































No comments: