Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TIMOB-9844: BlackBerry: Include/require framework's .js files #93

Merged
merged 2 commits into from Jul 6, 2012

Conversation

dlifshitz-maca
Copy link

Reviewers: Alex, David C
Note: Depends on #89

[Issues Fixed]
TIMOB-9844: BlackBerry: Include/require framework's .js files

[Changes]
TiMessageStrings.h
- added error string

TiRootObject.cpp
- function executeScript
  - read and run the bootstrap.js file

[Tests]
Test 1: Build Mobile SDK and run an app
1) Put some test code in bootstrap.js (eg a string variable)
2) Run scons
3) Verify the build succeeds and the framework's .js files are in the Mobile SDK .zip file
4) Extract the Mobile SDK .zip file and create a project using project.py
5) Edit app.js to use the bootstrap.js test code
6) Build, package, and run the app
7) Verify there are no errors and the bootstrap.js test code is working

[Issues Fixed]
TIMOB-9844: BlackBerry: Include/require framework's .js files

[Changes]
TiMessageStrings.h
- added error string

TiRootObject.cpp
- function executeScript
  - read and run the bootstrap.js file

[Tests]
Test 1: Build Mobile SDK and run an app
1) Put some test code in bootstrap.js (eg a string variable)
2) Run scons
3) Verify the build succeeds and the framework's .js files are in the Mobile SDK .zip file
4) Extract the Mobile SDK .zip file and create a project using project.py
5) Edit app.js to use the bootstrap.js test code
6) Build, package, and run the app
7) Verify there are no errors and the bootstrap.js test code is working
@dcampbell-macadamian
Copy link

Reviewed

@dcampbell-macadamian
Copy link

Approved with comments

@@ -21,6 +21,7 @@
namespace Msg
{

TIMESSAGESTRINGS_CONST_DEF(char*, ERROR__Cannot_load_bootstrap_js, "ERROR: Cannot load bootstrap.js!\n");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would say, remove also \n, since we already have it in log().

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@alexandergalstyan
Copy link

Reviewed

Fixed error string and ifstream check. Also removed the extra endlines.
@dlifshitz-maca
Copy link
Author

Updated patch

@alexandergalstyan
Copy link

Approved

dlifshitz-maca added a commit that referenced this pull request Jul 6, 2012
TIMOB-9844: BlackBerry: Include/require framework's .js files

[Issues Fixed]
TIMOB-9844: BlackBerry: Include/require framework's .js files

[Changes]
TiMessageStrings.h
- added error string

TiRootObject.cpp
- function executeScript
  - read and run the bootstrap.js file

[Tests]
Test 1: Build Mobile SDK and run an app
1) Put some test code in bootstrap.js (eg a string variable)
2) Run scons
3) Verify the build succeeds and the framework's .js files are in the Mobile SDK .zip file
4) Extract the Mobile SDK .zip file and create a project using project.py
5) Edit app.js to use the bootstrap.js test code
6) Build, package, and run the app
7) Verify there are no errors and the bootstrap.js test code is working
@dlifshitz-maca dlifshitz-maca merged commit 55a86c3 into Macadamian:blackberry Jul 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants