Based on the errors, I don’t think renaming them will be enough.

One of the errors is on Map.delete (which we cannot change)

 [asdoc] 
C:\Jenkins\workspace\flex-asjs\frameworks\projects\Core\src\main\flex\org\apache\flex\utils\ObjectMap.as(121):
 col: 32 Error: Syntax error: expecting identifier before delete.
   [asdoc] 
   [asdoc]             this.delete = _map.delete.bind(_map);
   [asdoc]                                ^

I can just remove the whole class from CoreClasses for now.

> On Feb 15, 2017, at 6:20 PM, Alex Harui <aha...@adobe.com> wrote:
> 
> 
> 
> On 2/15/17, 4:40 AM, "piotrz" <piotrzarzyck...@gmail.com> wrote:
> 
>> I did exclusion, but not sure why it is not working.
>> 
>> Maybe Alex can shed some light - I did yesterday changes in config file
>> [1]
> 
> I don't know why it is still failing.  Maybe the parse phase has to work
> and these excludes only affect the output generation.
> 
> Can you try renaming that delete function for now?
> 
> -Alex
> 

Reply via email to