You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Frédéric THOMAS (JIRA)" <ji...@apache.org> on 2012/12/16 06:04:12 UTC

[jira] [Created] (FLEX-33298) The apache lib compile without including anything

Frédéric THOMAS created FLEX-33298:
--------------------------------------

             Summary: The apache lib compile without including anything
                 Key: FLEX-33298
                 URL: https://issues.apache.org/jira/browse/FLEX-33298
             Project: Apache Flex
          Issue Type: Bug
          Components: SWC Generation (compc)
            Reporter: Frédéric THOMAS
            Assignee: Frédéric THOMAS


The apache lib compile without including anything, the manifest is not included in the config file, after a quick test including it, reamins to create an other manifest with the classes use in the lib but externals

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
> Only the apache classes need to end up in the apache swc

Sure and that's what happen even if we create a new manifest file for the 
external classes and declare the relative namespace until we mention only 
the apache namespace in include-namespaces directive.

if you look at the catalog file of the apache.swc; you'll see there's 
nothing relative to the exposed classes, that's because they are not 
included because the namespace wasn't included via include-namespaces.

I thought the external-library-path  took care of the external classes too 
it doesn't.


- Fred.

-----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 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
Well, fortunatly, it was only a problem of a no inclusion of the namespace 
and the choice of the external lib, so, it's fixed.

-----Message d'origine----- 
From: Frédéric THOMAS
Sent: Sunday, December 16, 2012 9:58 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without 
including anything

Yeah, I should be able to do that today.

- Fred.

-----Message d'origine----- 
From: Justin Mclean
Sent: Sunday, December 16, 2012 9:22 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without
including anything

Hi,

> There's nothing in the apache.swc
Thanks for finding that - we'll need to fix that for the release as well.

Justin


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
Yeah, I should be able to do that today.

- Fred.

-----Message d'origine----- 
From: Justin Mclean
Sent: Sunday, December 16, 2012 9:22 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without 
including anything

Hi,

> There's nothing in the apache.swc
Thanks for finding that - we'll need to fix that for the release as well.

Justin 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> There's nothing in the apache.swc 
Thanks for finding that - we'll need to fix that for the release as well.

Justin

Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
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 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Justin Mclean <ju...@classsoftware.com>.
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

Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
It contains only what is needed :

<!-- Parsing swf 
jar:file:/U:/sources/asf/flex/sdk/develop/bin/../frameworks/libs/experimental.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=185591 -->
  <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/experimental.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'/>
  <DefineBitsLossless2 id='1' encoding='base64'>
    AAAAAAAAAAAAAAAAAAAAAAAAAAB/f39/f39/f39/f39/f39/f39/fwAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAACfn5+f//////9/f3///////39/f/////9fX19fAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACfn5+f////////////AAAA//////8AAAD/////////
/19fX18AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACfn5+f/8/Pz////////////wAAAP//////AAAA
////////////7+/vX19fXwAAAAAAAAAAAAAAAAAAAACfn5+f/8/Pz/8PDw////////////8AAAD/
/////wAAAP///////////y8vL//v7+9fX19fAAAAAAAAAACfn5+f/8/Pz/8PDw//AAAA/39/f/9/
f3//AAAA//////8AAAD/f39//39/f/8AAAD/Ly8v/+/v719fX18AAAAA//////8fHx//AAAA/wAA
AP8AAAD/AAAA/wAAAP//////AAAA/wAAAP8AAAD/AAAA/wAAAP9fX1//////Hx8fH5+fn5//z8/P
/w8PD/8AAAD/f39//39/f/8AAAD//////wAAAP9/f3//f39//wAAAP8vLy//7+/vX19fXwAAAAAA
AAAAn5+fn//Pz8//Dw8P////////////AAAA//////8AAAD///////////8vLy//7+/vX19fXwAA
AAAAAAAAAAAAAAAAAACfn5+f/8/Pz////////////wAAAP//////AAAA////////////7+/vX19f
XwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJ+fn5////////////8AAAD//////wAAAP//////////
X19fXwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAn5+fn///////f39///////9/f3//
////X19fXwAAAAAAAAAAAAAAAAAAAAAAAAAA
  </DefineBitsLossless2>
  <DefineBitsLossless2 id='2' encoding='base64'>
    v7Kysv/u7u7/7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u7/
7u7u/+7u7loAAABaAAAAWgAAAFoAAABaAAAAWgAAAFoAAABaAAAAWgAAAFoAAABaAAAAWgAAAFoA
AABaAAAAWgAAAFoAAAC/srKy/+7u7v/u7u7/7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u7/7u7u/+7u
7v/u7u7/7u7u/+7u7v/u7u7/7u7uWgAAAFoAAABaAAAAWgAAAFoAAABaAAAAWgAAAFoAAABaAAAA
WgAAAFoAAABaAAAAWgAAAFoAAABaAAAAWgAAAL+ysrL/7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u7/
7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u7/7u7u/+7u7v/u7u5aAAAAWgAAAFoAAABaAAAAWgAAAFoA
AABaAAAAWgAAAFoAAABaAAAAWgAAAFoAAABaAAAAWgAAAFoAAABaAAAA
  </DefineBitsLossless2>
  <DefineBitsLossless2 id='3' encoding='base64'>
    AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHx8fHwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAABfX19f/////19fX18AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF9f
X1//7+/v/19fX//v7+9fX19fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAX19fX//v7+//Ly8v/wAA
AP8vLy//7+/vX19fXwAAAAAAAAAAAAAAAAAAAABfX19f/+/v7/8vLy//AAAA/wAAAP8AAAD/Ly8v
/+/v719fX18AAAAAAAAAAF9fX1//////////////////f39//wAAAP9/f3////////////////9f
X19ff39/f///////////////////////f39//wAAAP9/f3//////////////////////f39/f/9/
f3//AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39/f39/f///////////////
////////////////////////////////////////////f39/f/9/f3//AAAA/wAAAP8AAAD/AAAA
/wAAAP8AAAD/AAAA/wAAAP8AAAD/f39/f39/f///////////////////////f39//wAAAP9/f3//
////////////////////AAAAAJ+fn5//////////////////f39//wAAAP9/f3//////////////
//+fn5+fAAAAAAAAAACfn5+f/8/Pz/8PDw//AAAA/wAAAP8AAAD/Dw8P/8/Pz5+fn58AAAAAAAAA
AAAAAAAAAAAAn5+fn//Pz8//Dw8P/wAAAP8PDw//z8/Pn5+fnwAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAJ+fn5//z8/P/x8fH//Pz8+fn5+fAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACf
n5+f/////5+fn58AAAAAAAAAAAAAAAAAAAAA
  </DefineBitsLossless2>
  <DefineBitsLossless2 id='4' encoding='base64'>
    WgAAAL+ysrJaAAAAv7KysloAAAC/srKyWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5a
AAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loA
AAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAA
AP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA
/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/
7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u
7u5aAAAA/+7u7loAAAD/7u7uWgAAAP/u7u5aAAAA/+7u7loAAAD/7u7u
  </DefineBitsLossless2>
  <DoABC2 
name='_org_apache_flex_components_sparkMenu_skin_MenuItemRendererWatcherSetupUtil'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkAlert/Alert'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/events/MenuEvent'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkDividers/Divider'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/IListItemRenderer'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/MenuCoreItemRenderer'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkMenu/skin/MenuBarItemRenderer'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkColorPicker/events/ColorChangeEvent'>
  </DoABC2>
  <DoABC2 
name='_org_apache_flex_components_sparkColorPicker_skin_ColorPickerSkinWatcherSetupUtil'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkDividers/HDividerGroup__cursorClass'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkColorPicker/skin/ColorPickerButtonSkin'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/MenuBar'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkProgressBar/skin/ProgressBarSkin'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkDividers/HDivider__embed_mxml___________________assets_dividers_HDivider_png_551247901'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/skin/MenuItemRenderer'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkDividers/DividedGroup'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkDividers/HDivider'>
  </DoABC2>
  <DoABC2 
name='_org_apache_flex_components_sparkAlert_skin_AlertSkinWatcherSetupUtil'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkDividers/VDivider'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkDividers/HDividerGroup'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/skin/MenuBarSkin'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkAlert/skin/AlertSkin'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkProgressBar/ProgressBar'>
  </DoABC2>
  <DoABC2 
name='_org_apache_flex_components_sparkMenu_skin_MenuBarItemRendererWatcherSetupUtil'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkColorPicker/ColorPicker'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkDividers/VDivider__embed_mxml___________________assets_dividers_VDivider_png_968588925'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/skin/MenuSkin'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkDividers/VDividerGroup__cursorClass'>
  </DoABC2>
  <DoABC2 
name='_org_apache_flex_components_sparkColorPicker_skin_ColorPickerSkinInnerClass0WatcherSetupUtil'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkColorPicker/skin/ColorPickerSkinInnerClass0'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkMenu/Menu'>
  </DoABC2>
  <DoABC2 
name='_org_apache_flex_components_sparkProgressBar_skin_ProgressBarSkinWatcherSetupUtil'>
  </DoABC2>
  <DoABC2 
name='_f64344e08b9c5a56579f5b06a0bb13459799d04c2d8cec79fb739d57a8951d9c_flash_display_Sprite'>
  </DoABC2>
  <DoABC2 name='ExperimentalClasses'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkColorPicker/util/ColorPickerUtil'>
  </DoABC2>
  <DoABC2 
name='org/apache/flex/components/sparkColorPicker/skin/ColorPickerSkin'>
  </DoABC2>
  <DoABC2 name='org/apache/flex/components/sparkDividers/VDividerGroup'>
  </DoABC2>
  <SymbolClass>
    <Symbol idref='4' 
className='org.apache.flex.components.sparkDividers.HDivider__embed_mxml___________________assets_dividers_HDivider_pn
g_551247901' />
    <Symbol idref='1' 
className='org.apache.flex.components.sparkDividers.HDividerGroup__cursorClass' 
/>
    <Symbol idref='2' 
className='org.apache.flex.components.sparkDividers.VDivider__embed_mxml___________________assets_dividers_VDivider_pn
g_968588925' />
    <Symbol idref='3' 
className='org.apache.flex.components.sparkDividers.VDividerGroup__cursorClass' 
/>
    <Symbol idref='0' 
className='_f64344e08b9c5a56579f5b06a0bb13459799d04c2d8cec79fb739d57a8951d9c_flash_display_Sprite' 
/>
  </SymbolClass>
  <ShowFrame/>
</swf>

-----Message d'origine----- 
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:49 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without 
including anything

Hi,

> in order to build successfully the experimental lib.

You might want to run a swfdump on the swc to see what it contains - just to 
check nothing extra is being placed in there.

Justin 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> in order to build successfully the experimental lib.

You might want to run a swfdump on the swc to see what it contains - just to check nothing extra is being placed in there.

Justin

Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
Thank's for that precision, I didn't know and updated it anyway.

- Fred.

-----Message d'origine----- 
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:47 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without 
including anything

Hi,

> BTW, I still have to well update the build_framework.xml in consequence.
You might want to hold off on that, as I don't think the build_framework 
files are required any more.

Thanks,
Justin 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

> BTW, I still have to well update the build_framework.xml in consequence.
You might want to hold off on that, as I don't think the build_framework files are required any more.

Thanks,
Justin

Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Fairly certain that the manifest only need to include classes that you can compiled into the swc not classes from other parts of the SDK. While it might make it compile like that I think the swcs will end up bigger than we need.

Thanks,
Justin

Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
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


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
> 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 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Frédéric THOMAS <we...@hotmail.com>.
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 


Re: [jira] [Created] (FLEX-33298) The apache lib compile without including anything

Posted by Justin Mclean <ju...@classsoftware.com>.
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