Paul, why not pull down the AS3corelib source and compile that, its pretty easy since you can just specify include="*".
--- In [email protected], "Paul Sanders" <tendan...@...> wrote: > > I have a Flex project that uses as3corelib for JSON coding and decoding and > it builds and deploys fine within FlexBuilder but I cannot get my regular > build.xml file to compile it from the command line. I get the following: > > [mxmlc] Loading configuration file > /usr/local/flex_sdk_3_4/frameworks/flex-config.xml > [mxmlc] > /usr/local/projects/..../libs/as3corelib.swc(com/adobe/air/logging/FileTarget) > [mxmlc] > [mxmlc] Error: Type was not found or was not a compile-time constant: File > [mxmlc] > > I've read that if you include the air libs then it will compile, but won't > then run as a Flex app. Anyone seen this before and know how to fix it? I'm > trying to get some clients to see the app but they don't have FlexBuilder. > > Thanks > > Paul >

