Jason van Zyl <[EMAIL PROTECTED]> wrote on 30/03/2002 01:18:36 AM:

[snip]
> 
> So you have compiled classes that have the *Test* pattern in them? Even

Yep, I have classes that match *Test* that aren't tests. Latka is a 
testing tool after all, with a bridge to JUnit.

> though all compiled classes are used the reports should only be
> generated for classes that match the *Test* pattern. Maybe we could make
> this cleaner and dump the compiled tests in a separate directory, or if
> we use source references then we could do:
> 
> <fileset dir="${testSources}">
>   <patternset refid="test.src.set"/>
> </fileset>
> 
> Maybe that would be best ...
Since test source is usually in a separate directory, it'd be easier to 
handle it, and make more sense since the <testSourceDirectories> are already a known 
quantity.

--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
Developers: http://adslgateway.multitask.com.au/developers


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to