git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [JGIT PATCH] Silence noise from javadoc when generating.
@ 2009-08-11  5:39 Robin Rosenberg
  0 siblings, 0 replies; only message in thread
From: Robin Rosenberg @ 2009-08-11  5:39 UTC (permalink / raw)
  To: spearce; +Cc: git, Robin Rosenberg

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@dewire.com>
---
 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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-08-11 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-11  5:39 [JGIT PATCH] Silence noise from javadoc when generating Robin Rosenberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).