You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/18 22:47:50 UTC

[1/4] git commit: [CB-4286] Added known windows issue to README.md

Updated Branches:
  refs/heads/3.0.x 5fdc7e5fe -> 39f704fad


[CB-4286] Added known windows issue to README.md


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/a8c3fdcc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/a8c3fdcc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/a8c3fdcc

Branch: refs/heads/3.0.x
Commit: a8c3fdccd06fae2867d07b5fcffed1a5a90c5935
Parents: 5fdc7e5
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed Jul 17 14:55:48 2013 -0400
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 18 13:46:38 2013 -0700

----------------------------------------------------------------------
 README.md | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/a8c3fdcc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index bafebe7..3d0bc5e 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,31 @@ Please check [Cordova issues with the CLI Component](http://issues.cordova.io).
 - Which mobile SDKs you have installed, and which version. Related to this: which Xcode version if you are submitting issues related to iOS
 - Any error stack traces you received
 
+## Known Issues and Troubleshooting
+
+#Windows
+When trying to add a platform on a Windows machine if you run into the following error message:
+    cordova library for "android" already exists. No need to download. Continuing.
+    Checking if platform "android" passes minimum requirements...
+    Checking Android requirements...
+    Running "android list target" (output to follow)
+    
+    Error: The command `android` failed. Make sure you have the latest Android SDK installed, and the `android` command (inside the tools/ folder) added t
+    o your path. Output:
+    at C:\Users\me\AppData\Roaming\npm\node_modules\cordova\src\platform.js:185:42
+    at C:\Users\me\AppData\Roaming\npm\node_modules\cordova\src\metadata\android_parser.js:50:13
+    at C:\Users\me\AppData\Roaming\npm\node_modules\cordova\node_modules\shelljs\shell.js:1707:7
+    at exithandler (child_process.js:633:7)
+    at ChildProcess.errorhandler (child_process.js:649:5)
+    at ChildProcess.EventEmitter.emit (events.js:95:17)
+    at Process.ChildProcess._handle.onexit (child_process.js:787:12)
+
+run the command "android list target".  If you see:
+    'xcopy' is not recognized as an internal or external command,
+    operable program or batch file.
+
+at the beginning of the command output, it means you will need to update your Windows Path variable to include xcopy. This location is typically under C:\Windows\System32. 
+
 ## Contributors
 
 Thanks to everyone for contributing! For a list of people involved, please see the `package.json` file.


[4/4] git commit: 3.0.0rc1-3. plugman dep bumped to 0.9.10.

Posted by fi...@apache.org.
3.0.0rc1-3. plugman dep bumped to 0.9.10.


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/39f704fa
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/39f704fa
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/39f704fa

Branch: refs/heads/3.0.x
Commit: 39f704fad817e887f8d6bf5a4a645528ffda3234
Parents: 7326f2a
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jul 18 13:47:34 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 18 13:47:44 2013 -0700

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/39f704fa/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c1d4d8d..2c8fd44 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.0.0rc1-2",
+  "version": "3.0.0rc1-3",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -30,7 +30,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "plugman":"0.9.9",
+    "plugman":"0.9.10",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0.0",


[3/4] git commit: [CB-4286] rearranged

Posted by fi...@apache.org.
[CB-4286] rearranged


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/7326f2ac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/7326f2ac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/7326f2ac

Branch: refs/heads/3.0.x
Commit: 7326f2ac7ee33f0983d54f9448b465e9080d7200
Parents: c0594df
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed Jul 17 15:03:49 2013 -0400
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 18 13:46:51 2013 -0700

----------------------------------------------------------------------
 README.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/7326f2ac/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 736de82..cc5d6d7 100644
--- a/README.md
+++ b/README.md
@@ -175,6 +175,11 @@ Please check [Cordova issues with the CLI Component](http://issues.cordova.io).
 - Which mobile SDKs you have installed, and which version. Related to this: which Xcode version if you are submitting issues related to iOS
 - Any error stack traces you received
 
+## Contributors
+
+Thanks to everyone for contributing! For a list of people involved, please see the `package.json` file.
+
+
 # Known Issues and Troubleshooting
 
 ##Windows
@@ -200,6 +205,3 @@ run the command "android list target".  If you see:
 
 at the beginning of the command output, it means you will need to update your Windows Path variable to include xcopy. This location is typically under C:\Windows\System32. 
 
-## Contributors
-
-Thanks to everyone for contributing! For a list of people involved, please see the `package.json` file.


[2/4] git commit: [CB-4286] changed heading types from # to ##

Posted by fi...@apache.org.
[CB-4286] changed heading types from # to ##


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/c0594df2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/c0594df2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/c0594df2

Branch: refs/heads/3.0.x
Commit: c0594df29565c7df2ccce6ba95119bd7750ebbdf
Parents: a8c3fdc
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed Jul 17 15:01:52 2013 -0400
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 18 13:46:46 2013 -0700

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/c0594df2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3d0bc5e..736de82 100644
--- a/README.md
+++ b/README.md
@@ -175,9 +175,9 @@ Please check [Cordova issues with the CLI Component](http://issues.cordova.io).
 - Which mobile SDKs you have installed, and which version. Related to this: which Xcode version if you are submitting issues related to iOS
 - Any error stack traces you received
 
-## Known Issues and Troubleshooting
+# Known Issues and Troubleshooting
 
-#Windows
+##Windows
 When trying to add a platform on a Windows machine if you run into the following error message:
     cordova library for "android" already exists. No need to download. Continuing.
     Checking if platform "android" passes minimum requirements...