On Fri, 2002-03-29 at 10:18, [EMAIL PROTECTED] wrote: > Jason van Zyl <[EMAIL PROTECTED]> wrote on 30/03/2002 12:22:35 AM: > > > On Fri, 2002-03-29 at 08:19, Jason van Zyl wrote: > > > 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 :-) > > > > > > There also appear to be some errors because I think you have two > > copies of the SAX interface classes probably in xml-apis and the sax2 > > jar. Not sure, but I did run into this exact same problem when using an > > XMLRPC jar with the SAX interface classes baked in. > > I removed sax2.jar from the dependencies and recompiled. All appears ok :) > > I've also added an extra line to the <unitTestClassEntry> exclude entry: > exclude = **/*$*.class > > This excludes all inner classes as well. > > Getting there :)
David Peugh had the good suggestion of using .java references instead of .class references so that we don't have to manually exclude inner classes. > > > But the changelog worked on my machine. > > > > jvz. > > > > 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]>
