On Fri, 2002-03-29 at 10:10, [EMAIL PROTECTED] wrote:
> Jason van Zyl <[EMAIL PROTECTED]> wrote on 30/03/2002 12:19:45 AM:
>
> > So there are a couple things to work out :-)
>
> Cool. I've explicitly excluded TestAll*.class from the unit tests as well.
> That makes things work a bit better.
>
> I've also worked out why the other classes are coming up. It's because the
> test target has:
> <batchtest todir="${test.reportsDirectory}">
> <fileset dir="${build.dest}">
>
> So any compiled classes and not only those found in the <testSourceDirectories> are
>used. Makes sense now :)
So you have compiled classes that have the *Test* pattern in them? Even
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 ...
> My changelog doesn't work, and the one you've generated is bizarre in it's
> content. e.g.:
>
>
>
> 2002-03-26
> dIon Gillard
> conf/org.apache.commons.latka.report.xsl
>
> Reworked files for inclusion of custom tests
>
> Right date and user. Wrong file name, right commit message.
> Same for the rest....
>
>
> > Jason van Zyl
> > [EMAIL PROTECTED]
> >
> > http://tambora.zenplex.org
>
> --
> 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]>
--
jvz.
Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>