DORMANTno replies

[JGIT PATCH] Silence noise from javadoc when generating.

From: Robin Rosenberg <hidden>
Date: 2016-06-15 22:47:13
Subsystem: the rest · Maintainer: Linus Torvalds

We do not need javadoc(1) to tell us about every file it is processing. With
the -quiet flag we get to see warnings and errors instead.

Signed-off-by: Robin Rosenberg <redacted>
---
 make_jgit.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/make_jgit.sh b/make_jgit.sh
index 9608b70..e3f7ffa 100755
--- a/make_jgit.sh
+++ b/make_jgit.sh
@@ -122,7 +122,7 @@ echo "Created $O_CLI." || die "Build failed."
 
 echo "Building Javadocs ..."
 for p in $PLUGINS; do
-	javadoc -sourcepath "$p/src/" -d "docs/$p/" \
+	javadoc -quiet -sourcepath "$p/src/" -d "docs/$p/" \
 	`find "$p/src" -name "*.java"`
 done
 
-- 
1.6.3.2.199.g7340d
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help