Anonymous - 2010-01-14

I'm attempting to instrument a project that consists of a number of jars linked together via a manifest-classpath. I am attempting to instrument these classes using overwrite mode. emma seems to be doing this fine but is making changes to the manifest (i.e. Implementation-Title: abcdef _is overwritten as _Implementation-Title: instrumented version of ). Unfortunately the code that I want to instrument depends on the value of implementation title being a certain value - it can't be changed. Is there a way to disable this behavior in emma? it's ok in this case to augment the manifest but the code can't deal with the manifest changing.

thanks