Harness jar path problem
I noticed that the new dacapo jar file changed how class files are stored in the jar.
For instance, the 2009 release has:
13969 Thu Dec 24 13:27:02 PST 2009 org/dacapo/parser/Config.class
The 2018 release puts everything under a harness directory:
15007 Sat Jan 13 17:44:08 PST 2018 harness/org/dacapo/parser/Config.class
My only concern is that the package of all classes is org.dacapo.* and not harness.org.dacapo.* but I don't know if this matters or not.
If this was intended then you can close this issue ;-)
Edited by John Zhang