aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPER_GUIDE.txt
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-09-18 23:06:44 +0000
committerChristopher Vogt <oss.nsp@cvogt.org>2016-09-19 09:49:00 -0400
commit665183a76d25d241fdd9df9e12b8008fb2c80cbe (patch)
treeb0cb5929a3b27054b544719aee47ac2d830f1f1f /DEVELOPER_GUIDE.txt
parentc2aa97a77019d5bea02c463af687348a4ea682c7 (diff)
downloadcbt-665183a76d25d241fdd9df9e12b8008fb2c80cbe.tar.gz
cbt-665183a76d25d241fdd9df9e12b8008fb2c80cbe.tar.bz2
cbt-665183a76d25d241fdd9df9e12b8008fb2c80cbe.zip
Re-wrote docs and some error messages
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.