the manifest includes all the classes
All the exposed classes, yes, but not the classes used in this lib but
comming from other libs and that's apparently needed to compile
successfully.
- Fred
-----Message d'origine-----
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:03 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without
including anything
Hi,
Unless I'm misunderstanding something this:
<namespaces>
<namespace>
<uri>http://flex.apache.org/ns</uri>
<manifest>manifest.xml</manifest>
</namespace>
</namespaces>
is in apache/compile-config.xml and the manifest includes all the classes:
<component id="PostCodeFormatter"
class="org.apache.flex.formatters.PostCodeFormatter"/>
<component id="PostCodeValidator"
class="org.apache.flex.validators.PostCodeValidator"/>
<component id="ArrayList" class="mx.collections.ArrayList"/>
<component id="VectorCollecton" class="mx.collections.VectorCollection"/>
<component id="VectorList" class="mx.collections.VectorList"/>
Are you saying these classes don't get included in apache.swc?
Thanks,
Justin