[AC-1867] Alloy - rebuild
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-03-14T18:13:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Thomas Neerup |
Assignee | Daniel Sefton |
Created | 2013-03-08T06:43:46.000+0000 |
Updated | 2016-03-08T07:40:47.000+0000 |
Description
Steps to Reproduce
When building an Alloy project for the first time, it fails if there is no app.js in the Resources folder
Actual Result
Build fails if no app.ja in resources folder.
Possibly only a problem when building for IOS.
Expected Result
Build should just create an empty app.js in the resources folder.
Comments
JSON Source
Log when building without the app.'s Ensure the app.js file exists in your project's "Resources" directory. [ERROR] : No app.js found Imho. the Resources folder should also be created automatically. When using CVS Resources folder is often added to .cvsignore, so when checking out an alloy project from CVS it will be without the Resources folder
I don't understand. The Resources folder is automatically generated by Alloy, you don't need to worry about what goes on in there, only in the app folder.
Super.. You marked it as invalid, but fixed it anyway... Thanks..