Building TestNG
For whatever reason, I'm having a hunt through the TestNG source code. It's got ".classpath" and ".project" files, which is generally an indicator that the project can be imported into eclipse. Sure enough, it can, but there's a missing variable that needs to be set up: TOOLS15_LIB should point to your JDK's "tools.jar" file.
I wonder how that works on OS X, where certainly the older JDK installations didn't have a "tools.jar" to point at.
Posted in: /tech/java
You may comment...