You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by gt...@apache.org on 2013/01/14 22:24:32 UTC

webworks commit: Use loglevel param in BlackBerry 10 build

Updated Branches:
  refs/heads/master 5d59b7865 -> b768bb1ad


Use loglevel param in BlackBerry 10 build

I added this param (introduced in 1.0.4.7+) so we can suppress all
of the warnings about missing features and such that didn't matter
for cordova.

WARNING: This will force people to upgrade to the latest SDK (which is
best practice anyways) otherwise they will get an error about the
loglevel param isn't supported


Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/b768bb1a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/b768bb1a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/b768bb1a

Branch: refs/heads/master
Commit: b768bb1add46fd667b330279dcda8b839707c2de
Parents: 5d59b78
Author: Gord Tanner <gt...@gmail.com>
Authored: Mon Jan 14 16:22:46 2013 -0500
Committer: Gord Tanner <gt...@gmail.com>
Committed: Mon Jan 14 16:22:46 2013 -0500

----------------------------------------------------------------------
 bin/templates/project/qnx.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/b768bb1a/bin/templates/project/qnx.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/qnx.xml b/bin/templates/project/qnx.xml
index 6bb9d49..d2e2de7 100644
--- a/bin/templates/project/qnx.xml
+++ b/bin/templates/project/qnx.xml
@@ -188,6 +188,8 @@
                         <arg file="${build.dir}" />
                         <arg line="${debug.flag} -b" />
                         <arg value="${build.number}" />
+                        <arg value="--loglevel" />
+                        <arg value="error" />
                     </exec>
                 </then>
                 <else>
@@ -196,6 +198,8 @@
                         <arg value="-o" />
                         <arg file="${build.dir}" />
                         <arg line="${debug.flag}" />
+                        <arg value="--loglevel" />
+                        <arg value="error" />
                     </exec>
                 </else>
             </if>