On 10/08/2010, at 11:37 AM, Paul Hoadley wrote:
> On 10/08/2010, at 10:40 AM, Q wrote:
>
>> This is how I currently do it:
>>
>> <wounit printsummary="yes" haltonfailure="yes" showoutput="yes"
>> dir="${dest.dir}/${project.name}.${appextension}">
>> <classpath refid="test.classpath" />
>> <formatter type="xml" />
>> <batchtest fork="yes" todir="${reports.tests}">
>> <fileset dir="${src.tests}">
>> <include name="**/*Tests.java" />
>> <exclude name="**/*TestSuite.java" />
>> <exclude name="**/AllTests.java" />
>> </fileset>
>> </batchtest>
>> <sysproperty key="user.name" value="testing" />
>> </wounit>
>>
>
> Thanks Q. What does the 'wounit' task add to 'junit'?
I think I was originally using it to help with building the classpath from a
framework list, I don't think it adds much else. I probably don't need to use
it anymore.
--
Seeya...Q
Quinton Dolan - [email protected]
Gold Coast, QLD, Australia (GMT+10)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]