问题
I have two blackberry library applications and one cldc application.
I want to compile a build.xml integrating all this.
cldc and library 2 refers to library 1.
library 1 has startup tier as 6 which means install during device start.
library 2 can be either 7 or 6.
how to achieve the ota build which does have all these functionalities?
回答1:
Consider BB Ant Tools
JDP element of RAPC task allows setting startup tier for the compiling cod file.
来源:https://stackoverflow.com/questions/6978504/ant-build-for-blackberry-when-startup-tier-is-6