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 <robin.rosenberg@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html