Hi,
There also looks to be a typedef issue. Current CCSUtils is failing to compile:
/Users/justinmclean/flex-asjs/frameworks/projects/Core/src/main/flex/org/apache/flex/utils/CSSUtils.as(52):
col: 27 Incorrect number of arguments. Expected 2
rgba[3] = parseInt(""+(rgba[3]/255)*1000) / 1000;
^
The typedef has this comment which seems a clue:
/**
* Parse an integer. Use of {@code parseInt} without {@code base} is
strictly
* banned in Google. If you really want to parse octal or hex based on the
* leader, then pass {@code undefined} as the base.
*
Thanks,
Justin