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