[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-04-30 Thread marti1125
Github user marti1125 closed the pull request at: https://github.com/apache/cordova-medic/pull/39 --- 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 does not have this feature enabled and wishes so, or if the featur

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-04-06 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-90181969 Hey @marti1125, just checking up: have you managed to get the mobilespec device deploying on a FirefoxOS device with your most recent code? --- If your project is

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-30 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-87918032 You need to call `createMedicJson`, defined [here](https://github.com/apache/cordova-medic/blob/master/src/utils/createMedicJson.js#L4), similarly to how the other

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86731533 I had to move mobilespec to inside of cordova-medic λ node build_firefoxos.js G:\cordova-medic\.git G:\cordova-medic G:\cordova-medic G:\cordova-me

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86719561 Hi, in firefoxos I have this //fs.writeFileSync(path.join(output, 'assets', 'www','autotest','pages', 'medic.json'),medic_config,'utf-8'); this file doesn't exis

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86654603 You need to follow the same steps that Medic follows to use the build scripts. That is: ```bash $ # make sure all the relevant repositories are clo

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-26 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-86543253 the unique error is about path of mobilespec G:\cordova-medic (CB-8734) λ node build_firefoxos.js G:\cordova-medic\.git G:\cordova-medic G:\co

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-24 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-85664065 Yep, that is expected. Unfortunately the new medic code still has some baggage from the old design that has not yet been refactored. Specifically, there is a [conf

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-85348293 after run: $ npm install λ node build_firefoxos.js module.js:340 throw err; ^ Error: Cannot find module '../../config'

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-85345795 Nope. Sorry, I didn't clarify. It's great that you have a medic installation running locally! However what I mean is this: you can run all the scripts in medic on

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/39#discussion_r27003714 --- Diff: buildbot-conf/cordova.conf --- @@ -327,6 +330,7 @@ c['schedulers'].extend([ 'cordova-wp8', 'cordova-android-

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-85331214 Is it correct? ![bs](https://cloud.githubusercontent.com/assets/223240/6795652/be746a3a-d1b1-11e4-9c56-20e83998abb9.png) --- If your project is set up for i

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread marti1125
Github user marti1125 commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-85297836 ok :D sorry for inconvenients --- 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 does

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/39#discussion_r26998809 --- Diff: src/build/makers/firefoxos.js --- @@ -0,0 +1,34 @@ +var shell= require('shelljs'), +path = require('path'), +

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-medic/pull/39#issuecomment-85295392 Please make sure that the build scripts run on their own. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread dblotsky
Github user dblotsky commented on a diff in the pull request: https://github.com/apache/cordova-medic/pull/39#discussion_r26997024 --- Diff: buildbot-conf/cordova.conf --- @@ -300,10 +300,13 @@ c['builders'].extend([ BuilderConfig(name='cordova-ios',slavenames=O

[GitHub] cordova-medic pull request: CB-8734 add support for firefoxos

2015-03-23 Thread marti1125
GitHub user marti1125 opened a pull request: https://github.com/apache/cordova-medic/pull/39 CB-8734 add support for firefoxos You can merge this pull request into a Git repository by running: $ git pull https://github.com/marti1125/cordova-medic CB-8734 Alternatively you can