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 91819104F2 for ; Wed, 25 Jun 2014 14:48:49 +0000 (UTC) Received: (qmail 50145 invoked by uid 500); 25 Jun 2014 14:48:49 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 50111 invoked by uid 500); 25 Jun 2014 14:48:49 -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 50099 invoked by uid 99); 25 Jun 2014 14:48:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 14:48:48 +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 (nike.apache.org: domain of germanviscuso@gmail.com designates 209.85.220.50 as permitted sender) Received: from [209.85.220.50] (HELO mail-pa0-f50.google.com) (209.85.220.50) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jun 2014 14:48:46 +0000 Received: by mail-pa0-f50.google.com with SMTP id bj1so1837964pad.9 for ; Wed, 25 Jun 2014 07:48:22 -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=PcEvWOKHl8HMZ0fl2/Cpo9TCR2bZeXouAbzWqxyfkzU=; b=rqRhkz+uzwge2vJovbCQ/gncBy/KeMdNO0mnnG9Aq0U1setcZAKfoinS2exolEIO+D NRQUK/LFIOtGf2PLlwelp8Mf+WDRiXh1Et90XQ/7DBScRWqNEyjnAu3z3wj1J8AEn0H0 HO3J+g2aytfbjwUP4LCaDoCNnFFrdCPwl2b/ChsWaE8OLblQqjWkh+TqYLXUor/jY2KZ 6qvuTgtD1yZBBOuqaQzH3HM+VI9oGtDHNjjCDjzQvkA8ITqoZEiwYWR5kRRH8PLGN6MN Uwgc9AzlD7w6dkhhzh/vool9yWJnjqaHr81uYFrgyXYwFXmTJIKtt3x2FFF/Bn27aiF/ Vfzg== X-Received: by 10.68.190.98 with SMTP id gp2mr12437508pbc.88.1403707702161; Wed, 25 Jun 2014 07:48:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.70.23.193 with HTTP; Wed, 25 Jun 2014 07:47:42 -0700 (PDT) In-Reply-To: <1403639888591.35290@adobe.com> References: <1403639888591.35290@adobe.com> From: German Viscuso Date: Wed, 25 Jun 2014 16:47:42 +0200 Message-ID: Subject: Re: How to initialize a Cordova project using CLI if I only have the www directory of the project? To: dev@cordova.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Ok thanks. But that's exactly what I don't know how to do (can you point me to a doc or something?). That's my fork of your project, remember I asked permission via Twitter? :) Best. German On Tue, Jun 24, 2014 at 9:58 PM, Ray Camden wrote: > The CLI allows you to copy from a folder to 'seed' a new project. I'd use that. > > Interesting - CowTipLine is my app - but that's not my repo. :) > > ________________________________________ > From: German Viscuso > Sent: Tuesday, June 24, 2014 12:23 PM > To: dev@cordova.apache.org > Subject: How to initialize a Cordova project using CLI if I only have the www directory of the project? > > I'm new to Phonegap/Cordova and I installed the latest Cordova CLI via > npm. I have a couple of projects that I want to build/run but the root > dir seems to be only what you'd find on a www directory of a Cordova > project: > > https://github.com/phonegap/phonegap-app-anyconference (Phonegap 2.9) > > https://github.com/germanviscuso/CowTipLine (Phonegap 2.0) > > How can I initialize/upgrade a Cordova project with these projects? I > just want to be able to build and run these project using the latest > Cordova CLI. Note that the 2nd project runs on a rather old version of > Phonegap. > > I tried "phonegap local run android" when in the > phonegap-app-anyconference directory and it doesn't work. > > Best! Thx a lot.