By Eric | November 26, 2008
I’ve created what I think is a nice little generic ANT script for my various blackberry projects. This script includes the ability to do the following things:
Configure an application with multiple entry points (if you need to have an app that has a startup/background component and a GUI accessible from a ribbon icon).
Sign the COD [...]
By Eric | November 9, 2008
This is an often repeated lesson and one that I’ve personally realized lately is extremely important. It’s like unit testing, until you either do it or suffer from not doing it, it’s hard to realize the importance of. Two recent projects I’ve been working on have suffered greatly from not having the sever environments and [...]