[
https://issues.apache.org/jira/browse/CB-5816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13931010#comment-13931010
]
ASF GitHub Bot commented on CB-5816:
------------------------------------
Github user jsoref commented on the pull request:
https://github.com/apache/cordova-firefoxos/pull/7#issuecomment-37353118
It depends what you're doing.
https://wiki.apache.org/cordova/CommandLineToolingDesign#Errors is the
contract.
+console.log("Build is not implemented");
^ this is clearly an exit 1 case according to the contract.
If you're just trying to shut something up, that's kind of odd.
Will there never be a build phase for FirefoxOS ?
How are people going to use Cordova w/ the change you're proposing?
> FirefoxOS - add build script
> ----------------------------
>
> Key: CB-5816
> URL: https://issues.apache.org/jira/browse/CB-5816
> Project: Apache Cordova
> Issue Type: Bug
> Components: FirefoxOS
> Reporter: Axel Nennker
>
> run: cordova build firefoxos
> output:
> Generating config.xml from defaults for platform "firefoxos"
> Preparing firefoxos project
> Compiling app on platform "firefoxos" via command
> "/project/platforms/firefoxos/cordova/build"
> events.js:72
> throw er; // Unhandled 'error' event
> ^
> Error: spawn ENOENT
> at errnoException (child_process.js:980:11)
> at Process.ChildProcess._handle.onexit (child_process.js:771:34)
> project$
> expected output:
> nothing
> ---------
> platforms/firefoxos/cordova/build does not exist so the "cordova build
> firefoxos" command fails.
> Please add a "build" script (although it does nothing)
--
This message was sent by Atlassian JIRA
(v6.2#6252)