> -Dtestpackage doesn't work anymore - is there some reason you didn't provide 
> an alias, like you did for -Dtestmethod and -Dtestcase?

Will this work for you (ant test-help):

     [echo] # Run all tests in a package and sub-packages
     [echo] ant test "-Dtests.class=org.apache.lucene.package.*"

This is a globbing pattern so you can also do:

ant test "-Dtests.class=*.packagename.*"

We could simulate previous options but globbing seems more versatile?
If you really need it then we can re-add it, sure.

Dawid

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to