You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2014/01/24 03:33:38 UTC

[jira] [Resolved] (CB-5332) .gitignore file line is "build", which excludes build shell script from git commit

     [ https://issues.apache.org/jira/browse/CB-5332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-5332.
----------------------------------

    Resolution: Duplicate
      Assignee: Shazron Abdullah

> .gitignore file line is "build", which excludes build shell script from git commit
> ----------------------------------------------------------------------------------
>
>                 Key: CB-5332
>                 URL: https://issues.apache.org/jira/browse/CB-5332
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 3.0.0
>         Environment: OSx 10.7.4, Cordova 3.0.4
>            Reporter: Dehru Cromer
>            Assignee: Shazron Abdullah
>              Labels: core
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> > cordova platform add ios
> This drops a .gitignore file here 
> platforms/ios/.gitignore file which includes the line
> build
> but it needs to be changed to:
> build/
> Otherwise the actual shell script in the subdirectory platforms/ios/cordova/build is excluded from the commit and subsequent clones cannot run the cordova build ios command because it will complain that the cordova/build file doesn't exist. ( because it wasn't added to the git repo )
> It took me some time to figure out what happened to my build file and I finally found that .gitignore issue.
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)