Jason van Zyl <[EMAIL PROTECTED]> wrote on 30/03/2002 12:19:45 AM:
> On Fri, 2002-03-29 at 09:32, [EMAIL PROTECTED] wrote:
> > Eric Dobbs <[EMAIL PROTECTED]> wrote on 30/03/2002 01:05:02 AM:
> >
> > >
> > > On Friday, March 29, 2002, at 02:10 AM, [EMAIL PROTECTED]
wrote:
> > >
> > > > <unitTestClassEntries>
> > > > <unitTestClassEntry>
> > > > include = **/Test*.class
> > > > </unitTestClassEntry>
> > > > </unitTestClassEntries>
> > >
>
> Dion,
>
> Here is the latka site that I generated:
>
> http://24.157.133.102/latka/
>
> I removed the TestAll classes you have as Maven doesn't need those
> harness files and I adjusted you project.xml and it's here:
>
> http://apache.org/~jvanzyl/project.xml
>
> 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 :)
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]>