aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPER_GUIDE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DEVELOPER_GUIDE.txt')
-rw-r--r--DEVELOPER_GUIDE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DEVELOPER_GUIDE.txt b/DEVELOPER_GUIDE.txt
index b878a72..268852e 100644
--- a/DEVELOPER_GUIDE.txt
+++ b/DEVELOPER_GUIDE.txt
@@ -13,8 +13,8 @@ You currently need javac, nailgun, gpg and realpath or gcc installed.
If you have any troubles with class not found, method not found,
abstract method error, NullPointerException, etc.
-Try `killall -KILL java`. To restart nailgun.
-Or try `cbt direct <taskname>` to circumvent nailgun.
+To restart nailgun try `killall -KILL java` or `kill -kill (jps|grep nailgun|cut -f1 -d " " -)`.
+Or try `cbt kill` or `cbt direct <taskname>` to circumvent nailgun.
It can also help to delete all target folders `find .|grep target\$|xargs rm -rf`
inside of CBT. Or (almost never) the `cache/` directory.