I'm using JSTestDriver Eclipse plug-in and I want to install the coverage plugin: does anybody know how to get it working in Eclipse?
thanks in advance
Other things to note: I am under Win XP 64 bits, Eclipse version: Eclipse Java EE IDE for Web Developers. Version: Helios Service Release 2 Build id: 20110218-0911
The plugin part in the .conf file is:
plugin:
- name: "coverage"
jar: "F:/eclipse/plugins/coverage-1.3.4.b.jar"
module: "com.google.jstestdriver.coverage.CoverageModule"