02-26-2011 08:49 PM
My app has a good amount of images, 73 are just regular images but for the game I have a set of 98 images with a nomenclature of zzz_y_x_v_v.png. The total is 171 images. With this amount of images I am able to build the game and load it to the Torch simulator for testing.
However, if I add another set of 98 images with the similar nomenclature I get the following error:
[INFO] Parsing command line options
[INFO] Parsing bbwp.properties
[INFO] Validating application archive
[INFO] Parsing config.xml
[WARNING] Failed to find a <feature> element
[INFO] Populating application source
[INFO] Compiling BlackBerry WebWorks application
[ERROR] RAPC exception occurred
BUILD EXITED WITH 1 ERROR
Is there a known limitation in regards to number of files, or project size for webworks apps? Or anyway to resolve this issue if is not related to number of files or project size?