Add support for applications with libraries
Brought to you by:
jiggak
If an application is built from several modules, the Eclipse/JDE plugin produces a different alx file, which can't be generated by bb-ant-tools.
The Eclipse/JDE plugin creates nested "application" elements after the "fileset" for the "main" ("application") module. The "BlackBerry Desktop Manager" also shows these libraries as child elements in the application overview during deployment.
Just putting all *.cod files into one fileset of an "codset" task looks like an plausible *.alx file, but it seems that it just doesn't work.
An example of an Eclipse/JDE generated *.alx file