aboutsummaryrefslogtreecommitdiff
path: root/DEVELOPER_GUIDE.txt
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2016-09-19 10:46:11 -0400
committerGitHub <noreply@github.com>2016-09-19 10:46:11 -0400
commitd23dd6040fdba7b201e5f15d7027030d5259ef8e (patch)
treeb0cb5929a3b27054b544719aee47ac2d830f1f1f /DEVELOPER_GUIDE.txt
parent12eb7649a929a42d376831e8b0d7b6f38ee0876b (diff)
parent665183a76d25d241fdd9df9e12b8008fb2c80cbe (diff)
downloadcbt-d23dd6040fdba7b201e5f15d7027030d5259ef8e.tar.gz
cbt-d23dd6040fdba7b201e5f15d7027030d5259ef8e.tar.bz2
cbt-d23dd6040fdba7b201e5f15d7027030d5259ef8e.zip
Merge pull request #233 from cvogt/chris3
doc improvements (and minor change for maven hash casing)
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.