Return-Path: X-Original-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 164E09F14 for ; Tue, 26 Jun 2012 16:17:18 +0000 (UTC) Received: (qmail 75396 invoked by uid 500); 26 Jun 2012 16:17:17 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 75369 invoked by uid 500); 26 Jun 2012 16:17:17 -0000 Mailing-List: contact callback-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-dev@incubator.apache.org Received: (qmail 75361 invoked by uid 99); 26 Jun 2012 16:17:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 16:17:17 +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 (athena.apache.org: domain of anis.kadri@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yw0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 16:17:11 +0000 Received: by yhjj56 with SMTP id j56so176702yhj.6 for ; Tue, 26 Jun 2012 09:16:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=hEYOTalB+HLTAuZ11XxD50/XjmjRuLxQ3Z+z2pp7eM8=; b=il4UJuXSLo3axhYE+lj2CZZ8JSKdTVrYkKttkSXLsvdJaQBuSxl4CkCThEAaMSTU/H HVtWzv2X0WycnuDTBB40MpC6EyrcPj254YoQhnpQIkHGLYMKFCe21xGwS50IFBySiyhS K7P6WhWivBJRXbu7/UyqS3Vsndw4xPjlFGfOn+rUEo+yCDIae776vuh8HT1e724GSMSH /OgaoDMjcUQWREIaH7DW01u4jm3epY99F1zg5NtRe34okfqE6zleYJIsz8bd3eOTmgn8 JrnyM6xmFNKZrkPnIARfzzChHkEJKFu3TQsuM8pADjcvoviMrYkustP3axSQ37KesX2e pSIg== MIME-Version: 1.0 Received: by 10.236.155.130 with SMTP id j2mr18127623yhk.127.1340727410967; Tue, 26 Jun 2012 09:16:50 -0700 (PDT) Received: by 10.236.153.38 with HTTP; Tue, 26 Jun 2012 09:16:50 -0700 (PDT) In-Reply-To: References: Date: Tue, 26 Jun 2012 09:16:50 -0700 Message-ID: Subject: Re: 1.9.0rc1 BB distribution package issues From: Anis KADRI To: callback-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=20cf302d498012455504c3626ddc X-Virus-Checked: Checked by ClamAV on apache.org --20cf302d498012455504c3626ddc Content-Type: text/plain; charset=ISO-8859-1 bummer I don't know about blackberry but for Android I created some node tests that make sure the create script actually "create" a project, verify all the files are there and make sure it compiles properly. Blackberry should have something like that too. If the create script can work with the current coho structure, I would favor that rather than adding more files. On Tue, Jun 26, 2012 at 8:01 AM, Drew Walters wrote: > I downloaded the 1.9.0rc1 distribution package to verify the build and > do some testing and as anticipated have found that the new create > script will not work. I brought this up when the create script was > added but I think we need to discuss what the resolution should be. > > The create script as written works fine against the BB repo but it > does not work within the distribution package (coho release). This is > because the coho release is a stripped down version of the BB repo. > The create script expects to be able execute a 'ant dist' to build the > distribution. However, this is not possible since the files aren't > there since the coho release effectively does an 'ant dist' when > building its package and then packages only the needed files. > > So, either the coho release needs updated to include all the BB repo > files or the create script needs to be able to work off of the > existing coho structure. There needs to be some resolution before > 1.9.0 is released. > > Thoughts? > --20cf302d498012455504c3626ddc--