Hi, I'm trying to use the command line compiler for a set of standalone apps. It used to work fine, but now I'm getting the following error when I start up my make file:
mxmlc -show-unused-type-selector-warnings=false -output bin/AddEditReviseProjectRequest.swf AddEditReviseProjectRequest.mxml Loading configuration file C:\Program Files\Adobe\Flex Builder 2\Flex SDK 2\frameworks\flex-config.xml Error: Index: 14, Size: 5 java.lang.IndexOutOfBoundsException: Index: 14, Size: 5 at java.util.ArrayList.RangeCheck(ArrayList.java:546) at java.util.ArrayList.get(ArrayList.java:321) ... Has anyone see this before or know what is causing it? It used to compile just fine. I restructured some code, but I'm not doing anything new. Any help or ideas would be greatly appreciated. Thanks, John