Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Framework references BBX instead of BB10 #90

Closed
apwilson opened this issue May 10, 2012 · 3 comments
Closed

Framework references BBX instead of BB10 #90

apwilson opened this issue May 10, 2012 · 3 comments

Comments

@apwilson
Copy link

I notice when I build the framework the resultant successmessage references BBX instead of BB10:

(11:15:02)-(~/git/BB10-WebWorks-Framework)-> jake build BBX-Framework BUILD SUCCESS

Shouldn't all references to BBX be BB10 instead?

@apwilson
Copy link
Author

Open further review I see a few more references in the source code:

(11:15:15)-(~/git/BB10-WebWorks-Framework)-> grep -Rn BBX . ./build/build.js:24: util.puts("BBX-Framework BUILD FAILED:\n" + error); ./build/build.js:27: util.puts("BBX-Framework BUILD SUCCESS"); ./target/zip/dependencies/bootstrap/index.html:6: <title>WebWorks For BBX Bootstrap</title> Binary file ./.git/modules/dependencies/test-server/public/lib/jasmine/objects/pack/pack-57b160ebffe6e1a86f5eab784f2f94d39be6f0e1.pack matches ./package.json:4: "description": "The BBX Framework", ./package.json:5: "repository": "git://github.com/blackberry-webworks/BBX-Framework.git", ./package.json:8: "url": "http://github.com/blackberry-webworks/BBX-Framework" ./dependencies/bootstrap/index.html:6: <title>WebWorks For BBX Bootstrap</title> ./dependencies/webplatform-framework/build/build/conf.js:27: DEPENDENCIES_EMU_LIB: path.normalize(__dirname + "/../../dependencies/BBX-Emulator/lib"), ./pom.xml:2: <groupId>net.rim.BBXwebworks</groupId> ./pom.xml:83: <finalName>BBXwebworks</finalName>

@kwallis
Copy link
Member

kwallis commented May 10, 2012

Thanks for the report. These definitely need to get cleaned up.

@adrianlee
Copy link
Contributor

Just for reference, https://gist.github.com/2714092

39 matches for bbx across 16 files and this excludes maven artifacts under the group net.rim.BBXwebworks

ronalag added a commit to blackberry-webworks/BB10-WebWorks-Framework that referenced this issue Aug 16, 2012
ronalag added a commit to blackberry-webworks/BB10-WebWorks-Framework that referenced this issue Aug 21, 2012
fixes blackberry#90 and blackberry/BB10-Webworks-Packager#100

Reviewed By: James Keshavarzi <jkeshavarzi@rim.com>
tested By: James Keshavarzi <jkeshavarzi@rim.com>
@kwallis kwallis closed this as completed Sep 17, 2012
jeffheifetz pushed a commit to blackberry-webworks/BB10-WebWorks-Framework that referenced this issue Sep 24, 2012
fixes blackberry#90 and blackberry/BB10-Webworks-Packager#100

Reviewed By: James Keshavarzi <jkeshavarzi@rim.com>
tested By: James Keshavarzi <jkeshavarzi@rim.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants