Just FYI, I just checked in a bunch of the conf/perf testing support to
fixup some hacks I had done earlier. Hopefully no-one will notice any
changes.
New wrapper (for conf, perf, threads, etc. tests): -flavor trax.systemId =>
TraxSystemIdWrapper - uses new StreamSource(xsl/xmlURL)
Newly changed wrapper (as above): -flavor trax.file => TraxFileWrapper -
uses new StreamSource(new File(xsl/xmlFileName))
Tom A.: Note, this should clear up the problems you were having earlier
with XsltcMainWrapper - since the *TestletDriver and *Testlet classes
should now be passing unmunged local path/filenames to the wrapper, so your
wrapper should work better (I think) and you should be able to remove your
'removing the file:///' hack you had to put in there. Let me know if that
works.
- Shane