If you look at [1], you'll see I had to create a new manifest for the
external classes in more than the normal manifest [2] and had to declare the
2 namespaces [3] (and declared included only the experimental namespace) in
order to build successfully the experimental lib.
BTW, I still have to well update the build_framework.xml in consequence.
Before I start to fix apache.swc, I'ld like to check with Alex if there's no
other ways to do it properly.
[1]
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/experimental/spark-manifest.xml?view=markup&pathrev=1422462
[2]
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/experimental/manifest.xml?view=markup&pathrev=1422462
[3]
http://svn.apache.org/viewvc/incubator/flex/sdk/branches/develop/frameworks/projects/experimental/compile-config.xml?view=markup&pathrev=1422462
- Fred
-----Message d'origine-----
From: Frédéric THOMAS
Sent: Sunday, December 16, 2012 7:15 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without
including anything
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