You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ch...@apache.org on 2013/04/09 19:55:22 UTC

git commit: updated refs/heads/master to 1c33a3e

Updated Branches:
  refs/heads/master 57fea8f90 -> 1c33a3ee8


Make apidoc generation less verbose -- makes it hard to figure out what is going on with the rest of the build

Signed-off-by: Chiradeep Vittal <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/1c33a3ee
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/1c33a3ee
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/1c33a3ee

Branch: refs/heads/master
Commit: 1c33a3ee80d1172d300f06b4738cdbc46dfe4bc3
Parents: 57fea8f
Author: Chiradeep Vittal <ch...@apache.org>
Authored: Fri Apr 5 11:51:59 2013 -0700
Committer: Chiradeep Vittal <ch...@apache.org>
Committed: Tue Apr 9 10:54:44 2013 -0700

----------------------------------------------------------------------
 tools/apidoc/build-apidoc.sh |    2 +-
 tools/apidoc/pom.xml         |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c33a3ee/tools/apidoc/build-apidoc.sh
----------------------------------------------------------------------
diff --git a/tools/apidoc/build-apidoc.sh b/tools/apidoc/build-apidoc.sh
index 14d6459..d048a1b 100755
--- a/tools/apidoc/build-apidoc.sh
+++ b/tools/apidoc/build-apidoc.sh
@@ -19,7 +19,7 @@
 
 # cloud-build-api-doc.sh -- builds api documentation.
 #set -x
-set -u
+#set -u
 TARGETJARDIR="$1"
 shift
 DEPSDIR="$1"

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/1c33a3ee/tools/apidoc/pom.xml
----------------------------------------------------------------------
diff --git a/tools/apidoc/pom.xml b/tools/apidoc/pom.xml
index b324ad4..f7570ba 100644
--- a/tools/apidoc/pom.xml
+++ b/tools/apidoc/pom.xml
@@ -43,7 +43,6 @@
                         <configuration>
                             <executable>bash</executable>
                             <arguments>
-                                <argument>-x</argument>
                                 <argument>./build-apidoc.sh</argument>
                                 <argument>${client.config.jars}</argument>
                                 <argument>${client.config.jars}</argument>
@@ -63,7 +62,7 @@
                             <workingDirectory>target</workingDirectory>
                             <executable>tar</executable>
                             <arguments>
-                                <argument>-cvjf</argument>
+                                <argument>-cjf</argument>
                                 <argument>apidoc.tar.bz2</argument>
                                 <argument>xmldoc</argument>
                             </arguments>