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 1B3D41720F for ; Mon, 23 Mar 2015 19:30:51 +0000 (UTC) Received: (qmail 38935 invoked by uid 500); 23 Mar 2015 19:30:50 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 38897 invoked by uid 500); 23 Mar 2015 19:30:50 -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 38885 invoked by uid 99); 23 Mar 2015 19:30:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 19:30:50 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of marti1125@gmail.com designates 209.85.214.169 as permitted sender) Received: from [209.85.214.169] (HELO mail-ob0-f169.google.com) (209.85.214.169) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Mar 2015 19:30:46 +0000 Received: by obdfc2 with SMTP id fc2so131175035obd.3 for ; Mon, 23 Mar 2015 12:29:41 -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=xWC8qSdNZWkqcR7/vHdeQGCLIhCIm/x+b0oXmSAafho=; b=cagrwhcVXNcHkJBQ/+YIl5KSnzsfNaDd2Og/1p39nKln0tWb9FWmW1r2SP9+fU/Jxh sDXv2geP+Oe3m8Prp+g7mfUevpOQjE63yDdS/XZ/XA9ZiVsktGpFNomEgClym1H33bYq NYMcaSl8Z+GO74mOA59qu6+PZsoFHiXm8Ngn9STwwuIqNLspql4u1KQzixwJQTK/jid7 CG4iMv1ger25kOPlaU2RdjKQDm1iFaOdlTxHNfqwYU6DVHFfJNeGg/iW200geRZSpxtv ESXReJMpq14IXIKuvELtveRmcBYGnmEvCCwpMGlD+XGbyFILWnX7heIQDovrHVRwNlqz I4+w== MIME-Version: 1.0 X-Received: by 10.202.230.69 with SMTP id d66mr606196oih.8.1427138981233; Mon, 23 Mar 2015 12:29:41 -0700 (PDT) Received: by 10.60.7.37 with HTTP; Mon, 23 Mar 2015 12:29:41 -0700 (PDT) In-Reply-To: References: Date: Mon, 23 Mar 2015 14:29:41 -0500 Message-ID: Subject: Re: firefoxos to cordova-medic From: Willy Aguirre To: dev@cordova.apache.org Content-Type: multipart/alternative; boundary=001a1141bab80589ee0511f9b044 X-Virus-Checked: Checked by ClamAV on apache.org --001a1141bab80589ee0511f9b044 Content-Type: text/plain; charset=UTF-8 thanks!, I opened an issue https://issues.apache.org/jira/browse/CB-8734 2015-03-23 13:30 GMT-05:00 Dmitry Blotsky : > Hi Willy, > > Thank you for contributing support for firefoxos to medic! It appears that > you have an older version of medic: there have been some changes to medic > that are incompatible with the old version. Specifically, in the new medic > code you will only need to change the following files around the > highlighted lines: > > > https://github.com/apache/cordova-medic/blob/master/buildbot-conf/cordova.conf#L297 > > https://github.com/apache/cordova-medic/blob/master/buildbot-conf/cordova-repos.json#L169 > > Then, you will need to add the following two files you've created: > > https://github.com/marti1125/cordova-medic/blob/master/build_firefoxos.js > > https://github.com/marti1125/cordova-medic/blob/master/src/build/makers/firefoxos.js > > To make your changes available to us for review and eventual acceptance > into the master branch, you will need make a fork of the medic repo and > create a Pull Request (PR). Instructions on how to do this in general are > here: https://help.github.com/articles/using-pull-requests/, and > instructions specific to contributing to Apache Cordova are here: > http://wiki.apache.org/cordova/IssueWorkflow#Git_Workflow. > > Looking forward to your PR! > > Kindly, > Dmitry > > -----Original Message----- > From: Willy Aguirre [mailto:marti1125@gmail.com] > Sent: Monday, March 23, 2015 10:23 AM > To: dev@cordova.apache.org > Subject: firefoxos to cordova-medic > > Hi! > > I am working in add support for firefoxos to cordova-medic. I really > appreciate if you can give me some instructions or tips to finish my > homework ^_^ > > I make this file > https://github.com/marti1125/cordova-medic/blob/master/build_firefoxos.js > quite similar to other's but I have some restrictions because firefoxos > doesn't support all plugins. > > in the new version it has > > https://github.com/apache/cordova-medic/blob/master/buildbot-conf/cordova-config.json.sample > > but I have this > > https://github.com/marti1125/cordova-medic-firefoxos/blob/master/cordova-config.json#L18 > > I added these lines > > https://github.com/marti1125/cordova-medic/blob/master/cordova-repos.json#L91 > > in cordova.conf > https://github.com/marti1125/cordova-medic/blob/master/cordova.conf#L332 > > and finally > > https://github.com/marti1125/cordova-medic/blob/master/src/build/makers/firefoxos.js > but it doesn't work very well because I got this error #L16 < > https://github.com/marti1125/cordova-medic/blob/master/src/build/makers/firefoxos.js#L16 > > > > Thanks, > > Willy > > -- > Willy Aguirre | @willrre > Blog: http://osgux.tumblr.com/ > Mozilla Rep: https://reps.mozilla.org/u/Willy/ Mozilla Hispano - > Willyaguirre < > https://www.mozilla-hispano.org/documentacion/Usuario:Willyaguirre> > -- Willy Aguirre | @willrre Blog: http://osgux.tumblr.com/ Mozilla Rep: https://reps.mozilla.org/u/Willy/ Mozilla Hispano - Willyaguirre --001a1141bab80589ee0511f9b044--