Include all imports in Air application Bundle?
Posted
by Carlos Barbosa
on Stack Overflow
See other posts from Stack Overflow
or by Carlos Barbosa
Published on 2010-06-09T01:37:20Z
Indexed on
2010/06/09
1:42 UTC
Read the original article
Hit count: 296
How can I import all files and classes into my AIR bundle... it must take a note that I created first a flex project, and set it's main class as Actionscript (.as) .
When I build a release all my imports (org) etc.. are not included in the .AIR installer... i have checked this by installing the app and then after show package contents, notice that the diretory structure exists but it doesn't include any of other .as used as imports...
import org.papervision3d.cameras.Camera3D;
import org.papervision3d.materials.BitmapFileMaterial;
import org.papervision3d.materials.utils.MaterialsList;
import org.papervision3d.objects.DisplayObject3D;
© Stack Overflow or respective owner