There's nothing in the apache.swc :
<!-- Parsing swf
jar:file:/U:/sources/asf/flex/sdk/develop/bin/../frameworks/libs/apache.swc!/library.swf
-->
<!-- ?xml version="1.0" encoding="UTF-8"? -->
<swf xmlns='http://macromedia/2003/swfx' version='14' framerate='24'
size='10000x7500' compressed='true' >
<!-- framecount=1 length=1704 -->
<FileAttributes useDirectBlit='false' useGPU='false' hasMetadata='false'
actionScript3='true' suppressCrossDomainCaching='false' swfRelati
veUrls='false' useNetwork='true'/>
<EnableDebugger2 password='NO-PASSWORD' reserved='0x1975'/>
<!-- error: SWD not found at url
jar:file:/U:/sources/asf/flex/sdk/develop/bin/../frameworks/libs/apache.swc!/library.swd
-->
<DebugID uuid='00000000000000000000000000000000'/>
<ScriptLimits scriptRecursionLimit='1000' scriptTimeLimit='60'/>
<SetBackgroundColor color='#FFFFFF'/>
<ProductInfo product='Adobe Flex' edition='' version='4.9' build='0'
compileDate='16/12/12 05:11'/>
<DoABC2 name='ApacheClasses'>
</DoABC2>
<DoABC2
name='_3cce83e09f78ff840a7a5958c148298dd9fabf82f15f9c948899ca55ad1e943a_flash_display_Sprite'>
</DoABC2>
<SymbolClass>
<Symbol idref='0'
className='_3cce83e09f78ff840a7a5958c148298dd9fabf82f15f9c948899ca55ad1e943a_flash_display_Sprite'
/>
</SymbolClass>
<ShowFrame/>
</swf>
-----Message d'origine-----
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:39 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without
including anything
HI,
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.
"ant apache" compiles without error, so I'm sure sure what you mean by
"sucessfully"? I would assume that the external-library-path in the config
file takes care of the classes needed from other parts of the SDK. Only the
apache classes need to end up in the apache swc.
Thanks,
Justin