You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nikita Matrosov (JIRA)" <ji...@apache.org> on 2017/07/13 11:46:00 UTC

[jira] [Commented] (CB-13016) Hooks are not fired from "cordova run" command

    [ https://issues.apache.org/jira/browse/CB-13016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085585#comment-16085585 ] 

Nikita Matrosov commented on CB-13016:
--------------------------------------

[~alejandro_liu], seems, that only 'prepare' hooks should be called for both the 'cordova build' and 'cordova run' cases (see docs - https://cordova.apache.org/docs/en/latest/guide/appdev/hooks/#introduction).
For `cordova run` command you can also use 'before_deploy', 'after_deploy', 'before_run', 'after_run'.

> Hooks are not fired from "cordova run" command
> ----------------------------------------------
>
>                 Key: CB-13016
>                 URL: https://issues.apache.org/jira/browse/CB-13016
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-cli
>    Affects Versions: 7.0.1
>         Environment: I have only tested it on 7.0.1 using the Command Line Interface, under Linux.
>            Reporter: Alejandro Liu
>
> I have created hooks in config.xml as this:
>     <hook src="scripts/before_prep" type="before_prepare" />
>     <hook src="scripts/after_prep" type="after_prepare" />
>     <hook src="scripts/before_build" type="before_build" />
>     <hook src="scripts/after_build" type="after_build" />
>     <hook src="scripts/before_compile" type="before_compile" />
>     <hook src="scripts/after_compile" type="after_compile" />
> The scripts simply would print 'CORDOVA_HOOK' environment variable.
> If I run: cordova run, that triggers the "build" process but this build process does not call the build or compile hooks.  Only the "prepare" hooks are called.
> I think the build and/or compile hooks should be called.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org