Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A7AED10933 for ; Fri, 12 Jul 2013 17:29:48 +0000 (UTC) Received: (qmail 72424 invoked by uid 500); 12 Jul 2013 17:29:48 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 72408 invoked by uid 500); 12 Jul 2013 17:29:48 -0000 Mailing-List: contact issues-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 issues@cordova.apache.org Received: (qmail 72399 invoked by uid 99); 12 Jul 2013 17:29:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jul 2013 17:29:48 +0000 Date: Fri, 12 Jul 2013 17:29:48 +0000 (UTC) From: "Filip Maj (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-3605) package.json bin scripts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-3605?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-3605. --------------------------- Resolution: Fixed Fix Version/s: 3.0.0 Removed it, unused now. =20 > package.json bin scripts=20 > ------------------------- > > Key: CB-3605 > URL: https://issues.apache.org/jira/browse/CB-3605 > Project: Apache Cordova > Issue Type: Bug > Components: Android > Affects Versions: 2.7.0 > Environment: Windows > Reporter: Angela Fowler > Assignee: Filip Maj > Priority: Minor > Fix For: 3.0.0 > > > The "Cordova Android Developer Tools" section talks about installing the = dependencies however the package.json does not contain any dependencies. It= contains a "bin" which maps command names to local file names. > "bin": > { "create": "./create", "bench": "./bench", "autotest": "./autotest", "BO= OM": "./BOOM", "test": "./test" } > 1. The only command in the bin directory is create (and also update which= is not in package.json bin). > The autotest and test exist in the cordova-cli project but only for ios. > I could not find bench or BOOM. > 2. The create script is a bash script. There is also a create.js and crea= te.bat for Windows which does not appear to require npm. > Is there any use for npm on Windows in cordova-android? > 3. Is this how npm looks when correctly installed for cordova-android? Co= uld it have failed somehow because the repository is pointing to incubator? > c:\development\cordova-2.7.0\cordova-android\bin>npm list npm WARN packag= e.json cordova-android-cli@0.0.1 No README.md file found! > cordova-android-cli@0.0.1 c:\development\cordova-2.7.0\cordova-android\bi= n > =E2=94=94=E2=94=80=E2=94=80 (empty) > Note : npm runs successfully in cordova-js which has several dependencies= installed and listed. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira