The manifest file is not taken in account until there's no :
<include-namespaces>
<uri>http://flex.apache.org/ns</uri>
</include-namespaces>
somewhere out of the compiler tag.
- 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