[jscover] 17/69: Add note for eclipse

Sylvestre Ledru sylvestre at moszumanska.debian.org
Fri Aug 22 05:54:03 UTC 2014


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 <tntim96 at gmail.com>
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



More information about the pkg-java-commits mailing list