Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~510 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for djdanjo82

[code=java]<target name="test" depends="compile"> <junit fork="yes" forkmode="once" haltonfailure="no" showoutput="no" printsummary="yes"> <formatter type="xml"/> <classpath> <pathelement location="${build.classes}"/> <path refid="test.cp"/> </classpath> <batchtest todir="${build.reports}"> <fileset dir="src"> <include name="JunitExample.java"/> </fileset> </batchtest> </junit> </target>[/code] Get more from [URL="http://www.javarmi.com/2010/09/junit-and-ant/"]http://www.javarmi.com/2010/09/junit-and-ant/[/URL]

Member Avatar for Jolint
0
510

The End.