You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2013/01/11 03:19:12 UTC

[jira] [Commented] (CB-2204) ./bin/create script should exit out with non-zero code if fails

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

Andrew Grieve commented on CB-2204:
-----------------------------------

Another option is to just "exit 1" instead of trying to preserve the exit code. If the trap stuff works, it looks like it'll be quite useful (prints out last two commands)
                
> ./bin/create script should exit out with non-zero code if fails
> ---------------------------------------------------------------
>
>                 Key: CB-2204
>                 URL: https://issues.apache.org/jira/browse/CB-2204
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 2.3.0
>            Reporter: Filip Maj
>            Assignee: Joe Bowser
>             Fix For: 2.4.0
>
>
> I noticed this problem when setting up medic with android.
> In this commit: 25aef94 (https://git-wip-us.apache.org/repos/asf?p=cordova-android.git;a=commit;h=25aef945d14eae7167ece73c11e32d8471114bee), the jar fails to compile, and as such the create script fails.
> However, it exits with code 0. I believe this line is the culprit:
> https://github.com/apache/cordova-android/blob/master/bin/create#L72
> I suggest patching it so it just exits with a code of 1, instead of trying to be fancy. Thoughts?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira