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 C6A45D2B8 for ; Fri, 6 Jul 2012 14:56:58 +0000 (UTC) Received: (qmail 94705 invoked by uid 500); 6 Jul 2012 14:56:58 -0000 Delivered-To: apmail-incubator-callback-dev-archive@incubator.apache.org Received: (qmail 94599 invoked by uid 500); 6 Jul 2012 14:56:58 -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 94585 invoked by uid 99); 6 Jul 2012 14:56:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 14:56:58 +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 gtanner@gmail.com designates 209.85.216.54 as permitted sender) Received: from [209.85.216.54] (HELO mail-qa0-f54.google.com) (209.85.216.54) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jul 2012 14:56:53 +0000 Received: by qaat11 with SMTP id t11so493641qaa.6 for ; Fri, 06 Jul 2012 07:56:32 -0700 (PDT) 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=cVEOvYrc2UPnXXrv5hOlzCa6igRJ+5jEdY/8BmGUyFc=; b=hwMtvVIXviYq4c9Wm365vJqaXbXPHRO8+Ui4HlBrdGo26c5MQsyWxXWPOf47QGgk4I rYu8keLZw8DDSvIfBYpRP6YtThrkwZhRDN5cmmn19zQBjvU2nfQE7dg0Y1A9kdz+0aar hoGiN11c/9aDvI2Dc82bsrZN00mFU00BCjjXXvY54/xyEYfSYakKLNWW/ALSkjLaeyca QImNmgcsctNcove0xmp/oDaC0b1/BEpamG9IGv7Qf5avYeAmu5p9JEDd8q3uorhhKPP4 jSyTEK7HlzPaw+7GgsnFd4DatUizO7Pkz7goaJPZv3nhXPDfmPocvCtxmogx9V68gpex DFBw== Received: by 10.60.2.34 with SMTP id 2mr31712838oer.71.1341586592685; Fri, 06 Jul 2012 07:56:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.34.227 with HTTP; Fri, 6 Jul 2012 07:56:12 -0700 (PDT) In-Reply-To: References: <751254209-1341441310-cardhu_decombobulator_blackberry.rim.net-889540030-@b12.c19.bise6.blackberry> From: Gord Tanner Date: Fri, 6 Jul 2012 10:56:12 -0400 Message-ID: Subject: Re: [MENTOR] - you are needed : to add Tizen, a new platform, to Cordova.js ! To: "callback-dev@incubator.apache.org" Content-Type: multipart/alternative; boundary=e89a8fb206004adecb04c42a78ca X-Virus-Checked: Checked by ClamAV on apache.org --e89a8fb206004adecb04c42a78ca Content-Type: text/plain; charset=ISO-8859-1 Took a quick peek at the code, looks a lot like the webworks javascript which is cool :) The one thing I noticed in the native.js file: https://github.com/rmerlino/tmp-cordova-tizen/blob/master/incubator-cordova-tizen/js/native.js#L8 You should be able to do stuff like this right in your platform for the javascript layer. Following PlayBooks example: https://github.com/apache/incubator-cordova-js/blob/master/lib/scripts/bootstrap-playbook.js Looks good though On Fri, Jul 6, 2012 at 10:47 AM, Filip Maj wrote: > I've pinged the infra guys about getting the repository set up. Hope that > can speed things along :/ > > I can take a look at the javascript pull request early next week, and try > to get the framework running. From what I can tell I need either Ubuntu or > Windows XP to run the SDK, which makes me sad :( any news on the Mac port? > > Also, what about device emulator (unless theres a device out in the wild)? > > On 7/4/12 3:35 PM, "gtanner@gmail.com" wrote: > > >I can take a look at the pull request tomorrow morning. > > > >Mind you I don't think I have the rights to pull in code for the apache > >mirrors > > > >------Original Message------ > >From: Paul Plaquette > >To: callback-dev > >ReplyTo: callback-dev@incubator.apache.org > >Subject: [MENTOR] - you are needed : to add Tizen, a new platform, to > >Cordova.js ! > >Sent: Jul 4, 2012 5:50 AM > > > >hi folks, > > > >we are a small group at Intel Open Source Technology Center to work on a > >Cordova port to Tizen > >www.tizen.org > > > >Tizen is a new Mobile Operating System, Linux Based from the Linux > >Foundation initiated and developed by Samsung, and Intel. > > > >Our group is composed of 3 developers: > >Paul Plaquette, Christophe Guiraud, Regis Merlino > > > >Intel OTC signed the CLA with Apache Foundation and developers of our > >group also signed the ICLA > > > >the pull request is there: > >https://github.com/apache/incubator-cordova-js/pull/18 > > > >the incubator-cordova-tizen repository creation request is there > >https://issues.apache.org/jira/browse/INFRA-4935 > > > >more code can be seen there: (both Cordova.js with Tizen, and the tizen > >repository) > >git://github.com/rmerlino/tmp-cordova-tizen.git > > > > > >Now we need a Mentor to check our first pull request ! > >Mentors , you are needed to add a new platform to Cordova ! ;-) > > > >Cordially, > >Paul > > > >-- > >Paul Plaquette > >Senior Software Engineer > >Open Source Technology Center > >Intel Corp.,Montpellier, France > > > > > >Sent on the TELUS Mobility network with BlackBerry > > --e89a8fb206004adecb04c42a78ca--