This is an automated email from the git hooks/post-receive script. sylvestre pushed a commit to branch master in repository jscover.
commit a36a063c8dd3fc017577f348e2698e71832d2e0c Author: tntim96 <[email protected]> Date: Wed Jun 18 20:17:21 2014 +1000 Add note for eclipse --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fcad8ff..91d4fe2 100644 --- a/README.md +++ b/README.md @@ -26,4 +26,8 @@ Project files for IDEs are checked in, but any editor can be used. Before checking in any changes, be sure to run `ant pre-commit` which runs the full build and test suite, and enforces coverage limits on the combined unit and integration tests as well as on the combined unit, -integration and acceptance tests. \ No newline at end of file +integration and acceptance tests. + +For eclipse you may need to install the tools.jar file with something like: + +`mvn install:install-file -DgroupId=com.sun -DartifactId=tools -Dpackaging=jar -Dversion=0 -Dfile=tools.jar -DgeneratePom=true` \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jscover.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

