implicit inclusion of .../XXX_metainf
Brought to you by:
kommer
In acdkmake, It would be a nice feature,
if XXX_metainf/ directory is implicitly
added as a task module.
at present, you need to explicitly declare
this directory like
libzerog.addModule("src/zerog/util/util_metainf");
If you forget to do this, your project will compile, but
none of the reflective features of ackd will work.
Maybe it could be an option to ProjectTask; by default
include metainf, and if chosen by developer, an explicit
declaration is needed.
Logged In: YES
user_id=20586
Hi,
I would not include the metainf directory by default.
In most ACDK projects the extended meta info a seperate
shared library will be created, so that the base library will
not grow to large.
But is maybe possible to add a flag to the make task, that
the metainf directories will be included for the added modules.
Roger