You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2012/06/26 23:25:13 UTC

webworks commit: [CB-962] Making build script work again with ant build and load-device commands on bb

Updated Branches:
  refs/heads/master bbeb56651 -> 25acb0ee9


[CB-962] Making build script work again with ant build and load-device commands on bb


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

Branch: refs/heads/master
Commit: 25acb0ee92aa54a5b8be44ee201308315bfd28ba
Parents: bbeb566
Author: Tim Kim <ti...@nitobi.com>
Authored: Tue Jun 26 14:25:03 2012 -0700
Committer: Tim Kim <ti...@nitobi.com>
Committed: Tue Jun 26 14:25:03 2012 -0700

----------------------------------------------------------------------
 bin/templates/project/blackberry.xml |    6 ++----
 bin/templates/project/playbook.xml   |    6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/25acb0ee/bin/templates/project/blackberry.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/blackberry.xml b/bin/templates/project/blackberry.xml
index 8961372..bce3051 100644
--- a/bin/templates/project/blackberry.xml
+++ b/bin/templates/project/blackberry.xml
@@ -214,16 +214,14 @@
                         <arg file="${build.dir}/${cod.name}.zip" />
                         <arg value="/g" />
                         <arg value="${properties.blackberry.sigtool.password}" />
-                        <arg value="${debug.flag}" />
-                        <arg value="/o" />
+                        <arg line="${debug.flag} /o" />
                         <arg file="${build.dir}" />
                     </exec>
                 </then>
                 <else>
                     <exec executable="${properties.blackberry.bbwp.bin}">
                         <arg file="${build.dir}/${cod.name}.zip" />
-                        <arg value="${debug.flag}" />
-                        <arg value="/o" />
+                        <arg line="${debug.flag} /o" />
                         <arg file="${build.dir}" />
                     </exec>
                 </else>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-blackberry-webworks/blob/25acb0ee/bin/templates/project/playbook.xml
----------------------------------------------------------------------
diff --git a/bin/templates/project/playbook.xml b/bin/templates/project/playbook.xml
index efc2f9d..2cce58d 100644
--- a/bin/templates/project/playbook.xml
+++ b/bin/templates/project/playbook.xml
@@ -161,8 +161,7 @@
                         <arg value="${properties.playbook.sigtool.p12.password}" />
                         <arg value="-o" />
                         <arg file="${build.dir}" />
-                        <arg value="${debug.flag}" />
-                        <arg value="-buildId" />
+                        <arg line="${debug.flag} -buildId" />
                         <arg value="${build.number}" />
                     </exec>
                 </then>
@@ -171,8 +170,7 @@
                         <arg file="${build.dir}/${cod.name}.zip" />
                         <arg value="-o" />
                         <arg file="${build.dir}" />
-                        <arg value="${debug.flag}" />
-                        <arg value="-buildId" />
+                        <arg line="${debug.flag} -buildId" />
                         <arg value="${build.number}" />
                     </exec>
                 </else>