Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56092D0B4 for ; Thu, 22 Nov 2012 19:40:06 +0000 (UTC) Received: (qmail 13162 invoked by uid 500); 22 Nov 2012 19:40:06 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 13135 invoked by uid 500); 22 Nov 2012 19:40:06 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 13126 invoked by uid 99); 22 Nov 2012 19:40:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 19:40:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gtanner@gmail.com designates 209.85.219.47 as permitted sender) Received: from [209.85.219.47] (HELO mail-oa0-f47.google.com) (209.85.219.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Nov 2012 19:39:58 +0000 Received: by mail-oa0-f47.google.com with SMTP id h1so8162441oag.6 for ; Thu, 22 Nov 2012 11:39:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=sZPhwtFd+B1Vd2c2MFXbLrslBiGsJt1dj67iRGr93kw=; b=SPhqIt2BMPBmY/XVzvliNYtuA+yyP6TrPQDcAngZzoqAKgNeqUd8/KJe/Q70k0kLce gnh0evPJHQLL8+JtRca8/eEqkoS62UI9NhcfIBQOHuLNatKmby0vqSG0Ovg3YWV87xqB sbRmrAgwUzMIjERsR8YNKqJZEZcPwpSojw9Sm8qh0wmHsJnrjlNDukJRqNTfzWYr+8Hm ESVbxTReso+PWEMWl2hNX62tGMte+Rm1bXABql90BWR2+6QpimZr3sTBIy1+8BiTpa04 7Hw74x24MKapfOlBaV7p7DXWSVsjK3u2jvuHcP0n32W34YWrnGCKQBFdMoQGQy8eXy90 jJUg== Received: by 10.60.31.6 with SMTP id w6mr1147848oeh.65.1353613177085; Thu, 22 Nov 2012 11:39:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.174.7 with HTTP; Thu, 22 Nov 2012 11:39:16 -0800 (PST) In-Reply-To: References: From: Gord Tanner Date: Thu, 22 Nov 2012 14:39:16 -0500 Message-ID: Subject: Re: Attempting to add debug token support for building on PlayBook To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=e89a8fb1f016955f8004cf1aa014 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb1f016955f8004cf1aa014 Content-Type: text/plain; charset=ISO-8859-1 Note: I have since fixed the properties.qnx.bbwp.dir reference for the debugtoken and it still doesn't work On Thu, Nov 22, 2012 at 2:37 PM, Gord Tanner wrote: > I added debug token support to working on BB10 for cordova and would like > to do the same with playbook but I have the following problem: > > Output of cordova build script when running 'ant playbook debug-device' > > [exec] Info: Debug token created. > [exec] Info: Sending request: Install and Launch > [exec] Info: Action: Install and Launch > [exec] Info: File size: 2269 > [exec] Info: Installing debug.token.gYABgBzNRmtRA7cXnit_yEsmdx4... > [exec] Info: Processing 2269 bytes > [exec] actual_dname::debug.token.gYABgBzNRmtRA7cXnit_yEsmdx4 > [exec] actual_id::gYABgBzNRmtRA7cXnit_yEsmdx4 > [exec] actual_version::0.0.0.48 > [exec] result::success > [exec] Info: Launching debug.token.gYABgBzNRmtRA7cXnit_yEsmdx4... > [exec] result::Invalid > [exec] Info: done > [exec] [INFO] Parsing command line options > [exec] [INFO] Parsing bbwp.properties > [exec] [INFO] Validating WebWorks archive > [exec] [INFO] Parsing config.xml > [exec] [INFO] Populating application source > [exec] [INFO] Compiling WebWorks application > [exec] [INFO] Packaging the bar file > [exec] [INFO] Bar packaging complete > [exec] [INFO] WebWorks application packaging complete > [exec] Info: Sending request: Install and Launch > [exec] Info: Action: Install and Launch > [exec] Info: File size: 510530 > [exec] Info: Installing > cordovaExample66daa65d5ab3c8ba4e3a9403c3a28a7.testDev_9403c3a28a75887c750... > [exec] Info: Processing 510530 bytes > [exec] actual_dname:: > [exec] actual_id:: > [exec] actual_version:: > [exec] result::failure 881 application author does not match debug > token author > > The value in my config.xml tag is Gord Tanner, which is the same > displayed for the debug token author shown on the playbook. > > The ant script I am using is: > > > + > + > + failonerror="true"> > + > + /> > + > + > + > + > + > + failonerror="true"> > + > + > + > + > + > + > + > + > + > + > + > > Has anyone come across this before? > --e89a8fb1f016955f8004cf1aa014--