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 A13AFD6D3 for ; Wed, 14 Nov 2012 22:38:46 +0000 (UTC) Received: (qmail 31418 invoked by uid 500); 14 Nov 2012 22:38:46 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 31387 invoked by uid 500); 14 Nov 2012 22:38:46 -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 31379 invoked by uid 99); 14 Nov 2012 22:38:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 22:38:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fil@adobe.com designates 64.18.1.233 as permitted sender) Received: from [64.18.1.233] (HELO exprod6og118.obsmtp.com) (64.18.1.233) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Nov 2012 22:38:37 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob118.postini.com ([64.18.5.12]) with SMTP ID DSNKUKQdWKDFRSXqjiHHJlRAeQIIJ2LGUsbb@postini.com; Wed, 14 Nov 2012 14:38:17 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qAEMZS1v002431 for ; Wed, 14 Nov 2012 14:35:28 -0800 (PST) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id qAEMcDXL017527 for ; Wed, 14 Nov 2012 14:38:14 -0800 (PST) Received: from nambxv01a.corp.adobe.com ([10.8.189.95]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Wed, 14 Nov 2012 14:38:12 -0800 From: Filip Maj To: "dev@cordova.apache.org" Date: Wed, 14 Nov 2012 14:38:05 -0800 Subject: Re: RIM/BlackBerry folk: please help Thread-Topic: RIM/BlackBerry folk: please help Thread-Index: Ac3CuLq8F0Bv7iNQTriPKEX8AT6GNg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.4.120824 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org That's not what happens though. When I create a fresh project, the name and version are always the same. When I run the signing via node, it fails. Then I'll CD into this exact same project folder and run the signing manually. It works. I'll also create a new project manually with that same version and app name. If I sign it via command line it works. If I do it via my node script it fails. On 11/14/12 2:32 PM, "Tim Kim" wrote: >The reason why you keep getting signing failures even with a fresh project >is that you already did it once. ie, in your config.xml, the widget >version >is set to "1.0.0.0" and the name attribute is "cordovaExample". So the >first time should work, but every new fresh project there after will have >the same values. > >I would recommend updating the version number every time you deploy and >not >worry about that debug-token business - I've never used it. > >--=20 >Timothy Kim