Hi all, I'd like to add support for a new tag to a Mauve test tool. This tag is named "CompileOptions:" and could be used to add specific command line options passed to a compiler (it's different behavior from changing compiler options globally). Usage (in the test - btw: its compatible with ECJ and OpenJDK too): // Tags: CompileOptions: -source 1.4 or just: // CompileOptions: -source 1.4 because the "Tags:" prefix is not checked (it's true for other tags too - I'm not sure if its a bug or a feature of Mauve test tool :-). Unified diff for Harness.java is stored in an attachment. Could anybody look at this change please? Thank you in advance, Pavel