On 4/25/05, Army <[EMAIL PROTECTED]> wrote: > Attached is a patch that enhances this "excludeJCC" property in two ways: > > 1) Instead of only allowing exclusion of versions at or earlier than the > specified version, this patch adds support for two new keywords, > "at-or-before" > and "at-or-after", to allow more control of which versions of JCC are > excluded. > If neither of these keywords is given, the behavior defaults to the old > behavior--i.e. the harness will exclude all versions at or earlier than the > specified version. > > For example, if the property "excludeJCC=at-or-after:2.0" is specified in > "<myTest>_app.properties", the harness will skip "myTest" for any versions of > JCC at or _later_ than 2.0. > > 2) Adds a new JVM clause for further narrowing the exclusion criteria. This > clause starts with the ",when" tag and is followed by a three-part jvm > version. > In this case, a test will only be skipped if BOTH the JCC clause AND the jvm > clause are true.
Committed, revision 164884. Thank you for writing thorough documentation on the new methods as well. andrew
