On Thu, 2003-10-02 at 16:42, Henri Yandell wrote:
> 
> 
> On 2 Oct 2003, Janek Bogucki wrote:
> 
> > On Thu, 2003-10-02 at 02:12, Henri Yandell wrote:
> > >
> > > I'm a bit confused with Collections atm.
> > >
> > > 'ant test' calls src/test/org/apache/commons/collections/TestAll.java.
> > > However this does not list tests in sub-packages that I can see [though I
> > > imagine things like the iterators package could be tested through
> > > TestIteratorUtils.
> > >
> > > Anyone know what the deal is? Have we switched to Maven for
> > > building/testing?
> > >
> > > Hen
> >
> > There was bug related to this:
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23155
> >
> > It's an oversight. project.xml was switched to use
> > o.a.c.collections.TestAllPackages but build.xml still uses
> > o.a.c.collections.TestAll.
> >
> > My preference would be to change o.a.c.collections.TestAll to do what
> > o.a.c.collections.TestAllPackages does and then revert project.xml to
> > use TestAll.
> 
> Why should both not do the same?
> 
> When I type 'ant test' and 'maven test', they should be equivalent. Unless
> we decide to drop ant or maven support.
> 
> Hen

The outcome of my suggested changes was meant to be:

        build.xml uses TestAll
        project.xml uses TestAll
        ant test & maven test both run all the tests

Which is what you want as well. Maybe I worded it badly.

-Janek


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

Reply via email to