From 6ee8a3a8dd18548d181d9f4264131934bda02c59 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Thu, 11 Aug 2011 19:19:25 -0400 Subject: [PATCH] Fixing the javadoc/scaladoc targets in build.xml Usable targets are now: ant javadoc (public-only) ant javadoc.private (public + private) ant scaladoc (public-only) ant scaladoc.private (public + private) As documented in the comments, you need to set the ANT_OPTS environment variable to -Xmx1G before using the scaladoc targets. Will modify bamboo to auto-generate these and post them to the web after successful builds. --- build.xml | 77 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 55 insertions(+), 22 deletions(-) diff --git a/build.xml b/build.xml index dbda3c719..85955d774 100644 --- a/build.xml +++ b/build.xml @@ -43,6 +43,9 @@ + + + @@ -86,7 +89,6 @@ - @@ -168,6 +170,12 @@ + + + + + + @@ -909,34 +917,59 @@ - + + + - - + - - - - - + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1026,7 +1059,7 @@ - +