Actually, the problem comes from asdoc build.xml
It's referencing (line 150 and 168 the namespace " 
library://ns.adobe.com/flex/spark-mobilecomponents" which does not exist)
As far as I know, mobile components are also in the regular spar namespace 
(library://ns.adobe.com/flex/spark)

Since mobile components and spark components are referenced in a different 
manifest file in the asdoc build  (166 and 168).
it's legal that they use the same namespace.
It shouldn't cause any collision or overlap.

So I made the change above, and now I have the " AnimationTarget" compilation 
error :-(.

Regarding this error, it's because AnimationTarget (which has been removed from 
experimental, as it was redundant with spark) has mysteriously reappeared .

Trying to fix

-----Message d'origine-----
De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] 
Envoyé : vendredi 11 octobre 2013 09:48
À : dev@flex.apache.org
Objet : RE: ASDocs issue

I have checked the asdoc build.xml and it's missing some of the changes I have 
made before (and I am sure I have commited and pushed, on 10/6).
I have also noticed some of the classes I have removed in experimental 
(CalloutDropDownController, CallOutSkin) have reappeared when I merged from 
origin.

I don't know what went wrong.  
I can make sure the asdoc build works again on my side and recommit/push the 
changes to origin.

Maurice 

-----Message d'origine-----
De : Maurice Amsellem [mailto:maurice.amsel...@systar.com]
Envoyé : vendredi 11 octobre 2013 09:39
À : dev@flex.apache.org
Objet : RE: ASDocs issue

I have run the asdoc build.xml and getting this error:

D:\ApacheFlex\git_source\flex-sdk\frameworks\projects\mobiletheme\src\spark\skins\mobile\ViewMenuSkin.mxml:
 Could not resolve <s:ViewMenuLayout> to a component implementation.

                <s:ViewMenuLayout horizontalGap="2" verticalGap="2" 
id="contentGroupLayout"

It seems to be related to the manifest issue you are talking about.

I will check later today when I have some time.

Maurice 

-----Message d'origine-----
De : Alex Harui [mailto:aha...@adobe.com] Envoyé : vendredi 11 octobre 2013 
08:58 À : dev@flex.apache.org Objet : Re: ASDocs issue



On 10/10/13 11:12 PM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>Hi,
>
>> None of the commit emails I see from you seem to mention develop 
>>branch.
>Look like my local develop branch was tracking release for some odd 
>reason I'll fix and merge for you.
OK, was able to reproduce the problem.  I've never worked with ASDoc, but in 
looking at the ant script, it appears there are no Flex SWCs in the process and 
everything is based on source paths.  Also, it appears that there is a separate 
namespace for mobilecomponents and that may be why this code doesn't compile, 
since the "s" in the mxml is mapped to the spark namespace which is mapped to a 
manifest that doesn't have mobile components.  But if that were true, I'd think 
there'd be lots of other failures like this.  Let me know if you get past this 
before you quit for the day otherwise I'll try to dig deeper.

>
>> Should I just push everything to develop then merge all of it to 
>>release?
>That seems the simplest way to me.
OK, pushed and merged (I think).
>
>> Anything I have to watch out for?
>Given that these were done a long time ago that there no merge issues.
I'm about to shut down for the night.  I'll see what the mustella runs report 
in the morning.

Thanks,
-Alex

Reply via email to