Hi all,
I've tried to create app with this rc and discover that adding wp8 and windows
platforms with --usegit key fails:
cordova platform add wp8 --usegit
Creating wp8 project...
Error:.cordova\lib\wp\cordova\4.1.0\bin\create: Command failed with
exit code ENOENT
at ChildProcess.whenDone
(d:\Projects\cordova\cordova4.1\cordova-lib-4.1.0\package\src\cordova\superspawn.js:135:23)
at ChildProcess.EventEmitter.emit (events.js:95:17)
at Process.ChildProcess._handle.onexit (child_process.js:805:12)
Seemed that file platformConfig.json in .\cordova-lib\cordova-lib\src\cordova
has invalid data for wp8 and windows platforms:
for wp8 there are wrong version and subdirectory properties:
"wp8": {
"hostos": ["win32"],
"parser": "./metadata/wp8_parser",
"url": "https://git-wip-us.apache.org/repos/asf?p=cordova-wp8.git",
"version": "b2b1e6185444e0dd6a6b9b19df9005cfc5bc5d80",
"altplatform": "wp",
"subdirectory": "3.7.0"
},
windows for now doesn't contain subfolder "windows":
"windows": {
"hostos": ["win32"],
"parser": "./metadata/windows_parser",
"url": "https://git-wip-us.apache.org/repos/asf?p=cordova-windows.git",
"version": "3.7.0",
"subdirectory": "windows"
},
What's your opinion, is it critical for release?
Thanks,
Maria
-----Original Message-----
From: Mark Koudritsky [mailto:[email protected]]
Sent: Saturday, November 8, 2014 01:17
To: [email protected]
Subject: [VOTE] Tools Release
Please review and vote on this Tools Release.
Release issue: https://issues.apache.org/jira/browse/CB-7988
Packages have been published to dist/dev:
https://dist.apache.org/repos/dist/dev/cordova/CB-7988/
And to npm under @rc tag
To test them out you can use:
npm -g uninstall cordova
npm -g install cordova@rc
The packages were published from their corresponding git tags:
cordova-js: 3.7.2 (7afadfc044)
cordova-lib: 4.1.0 (0141806d73)
cordova-plugman: 0.22.14 (cdb84dda53)
cordova-cli: 4.1.0 (e33cfc90a0)
Upon a successful vote I will upload the archives to dist/, publish them to NPM
(under @latest tag), and post the corresponding blog post.
Voting guidelines:
https://github.com/apache/cordova-coho/blob/master/docs/release-voting.md
Voting will go on for a minimum of 48 hours.
I vote +1:
* Ran coho audit-license-headers over the relevant repos
* tested with npm test and mobilespec on Android