[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-05-29 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/7#issuecomment-44518248 Oh. bugger. missed that. I'm bussy coming two weeks, but will fix it. --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-04-30 Thread Steckelfisch
Github user Steckelfisch commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r12133238 --- Diff: bin/templates/project/cordova/clean --- @@ -0,0 +1,38 @@ +#!/usr/bin/env node + +/* + Licensed to the Apache

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-04-27 Thread Steckelfisch
Github user Steckelfisch commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r12031141 --- Diff: bin/templates/project/cordova/lib/build.js --- @@ -0,0 +1,167 @@ +#!/usr/bin/env node + +/* + * Licensed to the Apache

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-04-27 Thread Steckelfisch
Github user Steckelfisch commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r12029795 --- Diff: bin/lib/create.js --- @@ -53,14 +54,24 @@ exports.createProject = function(project_path,package_name,project_name

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-04-27 Thread Steckelfisch
Github user Steckelfisch commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r12029772 --- Diff: bin/lib/create.js --- @@ -53,14 +54,24 @@ exports.createProject = function(project_path,package_name,project_name

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-04-27 Thread Steckelfisch
Github user Steckelfisch commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r12029718 --- Diff: bin/lib/create.js --- @@ -26,6 +26,7 @@ var fs = require('fs'), ROOT= path.join

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-03-14 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/7#issuecomment-37686312 that should be --release indeed. I have created an implementation for that, using the CommanLineTooling contract and documentation from

[GitHub] cordova-plugman pull request: PB-6160 adding plugin fails for Fire...

2014-03-14 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-plugman/pull/61#issuecomment-37624454 to late :-). I don't know when it will be updated. So you have to fix it yourself, or install a previous version of plugman. I think 3.4.0-

[GitHub] cordova-plugman pull request: PB-6160 adding plugin fails for Fire...

2014-03-13 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-plugman/pull/61#issuecomment-37528038 yep. .../node_modules/plugman/src/... so it's the same issue --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-plugman pull request: PB-6160 adding plugin fails for Fire...

2014-03-13 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-plugman/pull/61#issuecomment-37526270 do you have a stack-trace? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project

[GitHub] cordova-plugman pull request: PB-6160 adding plugin fails for Fire...

2014-03-13 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-plugman/pull/61#issuecomment-37525446 I noticed, hence my comment retraction. I had the same problem you describe. As I understand plugman (cordova-plugman) is used by 'cordova p

[GitHub] cordova-plugman pull request: PB-6160 adding plugin fails for Fire...

2014-03-13 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-plugman/pull/61#issuecomment-37524834 I think you refer to https://issues.apache.org/jira/browse/CB-5751, and the answer is no. The CLI issue is specific for Windows, I created a separate

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-03-13 Thread Steckelfisch
Github user Steckelfisch commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/7#issuecomment-37507856 so build --debug (as the default) is what this pullrequest provides build --create builds a zip. should the --create option be filed under a

[GitHub] cordova-firefoxos pull request: CB-5816 FirefoxOS - add build scri...

2014-03-11 Thread Steckelfisch
Github user Steckelfisch commented on a diff in the pull request: https://github.com/apache/cordova-firefoxos/pull/7#discussion_r10494052 --- Diff: bin/templates/project/cordova/build --- @@ -0,0 +1,28 @@ +#!/usr/bin/env node + +/* + Licensed to the Apache