Running 'ant asdoc' gives me:

Buildfile: build.xml

asdoc:

clean:

doc:
    [asdoc] Loading configuration file
/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/flex-config.xml
    [asdoc] 
/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/projects/airspark/src/spark/components/WindowedApplication.as:
Error: Can not resolve a multiname reference unambiguously.
spark.components:Alert (from
/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/projects/experimental/src/spark/components/Alert.as)
and mx.controls:Alert (from
/Users/erik/Documents/ApacheFlex/git/flex-sdk/frameworks/projects/mx/src/mx/controls/Alert.as)
are available.
    [asdoc]
    [asdoc] 
/Users/erik/Documents/ApacheFlex/git/flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as(100):
col: 11 Error: Ambiguous reference to _interactiveChildrenCount.
    [asdoc]
    [asdoc] return _interactiveChildrenCount;
    [asdoc]       ^
    [asdoc]
    [asdoc] 
/Users/erik/Documents/ApacheFlex/git/flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as(894):
col: 7 Error: Ambiguous reference to _interactiveChildrenCount.
    [asdoc]
    [asdoc] ++ _interactiveChildrenCount ;
    [asdoc]   ^
    [asdoc]
    [asdoc] 
/Users/erik/Documents/ApacheFlex/git/flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as(898):
col: 7 Error: Ambiguous reference to _interactiveChildrenCount.
    [asdoc]
    [asdoc] -- _interactiveChildrenCount ;
    [asdoc]   ^
    [asdoc]
    [asdoc] 
/Users/erik/Documents/ApacheFlex/git/flex-tlf/textLayout/src/flashx/textLayout/elements/ParagraphElement.as(903):
col: 11 Error: Ambiguous reference to _interactiveChildrenCount.
    [asdoc]
    [asdoc] return _interactiveChildrenCount != 0 ;
    [asdoc]       ^
    [asdoc]

BUILD FAILED
/Users/erik/Documents/ApacheFlex/git/flex-sdk/build.xml:477: The
following error occurred while executing this line:
/Users/erik/Documents/ApacheFlex/git/flex-sdk/asdoc/build.xml:58:
asdoc task failed.

HTH,

EdB



On Wed, Mar 27, 2013 at 10:15 AM, Frédéric THOMAS
<webdoubl...@hotmail.com> wrote:
> Did you tried the asdoc target for the experimental project ?
>
> I deactivated it in the release to be able to continue to build and see if
> there wasn't any other errors, to try it you should run the asdoc target
> directly from the experimental lib itself.
>
> Thanks,
> -Fred
>
> -----Message d'origine----- From: Erik de Bruin
> Sent: Wednesday, March 27, 2013 10:06 AM
>
> To: dev@flex.apache.org
> Subject: Re: asdoc - Release build broken (was: Release build broken)
>
> I just did this (OS X) and the build was successful both times (on
> develop with 'main', on FLEX-33451 with 'release').
>
> EdB
>
>
>
> On Wed, Mar 27, 2013 at 8:42 AM, Frédéric THOMAS
> <webdoubl...@hotmail.com> wrote:
>>
>> Hi Justin,
>>
>> Couldn't you simply clone again the sdk, build on the develop branch,
>> checkout the 'FLEX-33451'  and build release on it ?
>>
>> -Fred
>>
>> -----Message d'origine----- From: Justin Mclean
>> Sent: Wednesday, March 27, 2013 8:11 AM
>> To: dev@flex.apache.org
>> Subject: Re: asdoc - Release build broken (was: Release build broken)
>>
>>
>> Hi,
>>
>>> For me, it is using the one in lib, not in ant/lib.  Is it possible you
>>> have a Falcon flexTasks.jar in ant/lib?
>>
>>
>> Is there an easy way to tell which one it's using? I have flexTasks.jar in
>> both places.
>>
>> Thanks,
>> Justin
>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Reply via email to