Quote:
Originally Posted by ilovejedd
What exactly is the difference between building a beta as opposed to doing a normal compile?
|
Full installes includes all resources like *.png, *.xml from the firmware-folder, and apply as much compresson to *.js as possible.
While otoh build.beta "just" provides the *.js scripts of PRS+ in a uncompressed, read and editable format.
Most, if not all development is done with beta-packs.
Connect the reader, change the script, disconnect, the new PRS+ beta code is loaded, test, get some traces logged
Code:
var log;
log = Core.log.getLogger(">YourHeaderHere<");
..
log.trace('>your trace message here<', + somevar);
...
catch (e) { log.error('>your error message here<', e)}
connect to USB, check the log, aso.
See also:
http://code.google.com/p/prs-plus/wiki/BuildingPRSPlus