I tried commenting that var out and it failed immediately.
Whatever my problem is, it appears to be related to the playerglobal path. At
first it seems to be correct:
check-playerglobal-home:
[echo] PLAYERGLOBAL_HOME is
/Users/harbs/Documents/ApacheFlex/frameworks/libs/player
[echo] playerglobal.version is 11.1
[echo] playerglobal.swc is
/Users/harbs/Documents/ApacheFlex/frameworks/libs/player/11.1/playerglobal.swc
check-air-home:
[echo] AIR_HOME is
/Users/harbs/Documents/ApacheFlex/frameworks/AIRSDK_Compiler
But later, it seems to be incorrect and I get this:
compile:
[echo] Compiling FlexUnitFlexJSApplication.swf
[echo] FLEX_HOME: /Users/harbs/Documents/ApacheFlex/flex-asjs
[echo] FALCON_HOME:
/Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-falcon/compiler/generated/dist/sdk
[echo] FLEXUNIT_HOME:
/Users/harbs/Documents/ApacheFlex/flex-asjs/../flex-flexunit
[mxmlc] Loading configuration:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml
[mxmlc]
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml:65
[mxmlc] Error: unable to open
'/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/{playerglobalHome}/11.1/playerglobal.swc'.
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml (line:
65)
[mxmlc] </external-library-path>
[mxmlc]
[mxmlc]
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml:83
[mxmlc] Error: unable to open
'/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/{playerglobalHome}/11.1'.
[mxmlc]
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/flex-config.xml (line:
83)
[mxmlc] </library-path>
[mxmlc]
[mxmlc]
BUILD FAILED
/Users/harbs/Documents/ApacheFlex/flex-asjs/build.xml:431: The following error
occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/build.xml:79: The
following error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/build.xml:225: The
following error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/projects/Core/build.xml:44:
The following error occurred while executing this line:
/Users/harbs/Documents/ApacheFlex/flex-asjs/frameworks/projects/Core/as/tests/build.xml:116:
mxmlc task failed.
On Oct 21, 2015, at 10:58 PM, Josh Tynjala <[email protected]> wrote:
> I'm guessing that there will be conflicts if you use the AIR SDK that comes
> with a compiler.
>
> - Josh
>
> On Wed, Oct 21, 2015 at 12:27 PM, Harbs <[email protected]> wrote:
>
>> env.AIR_HOME=/Users/harbs/Documents/ApacheFlex/frameworks/AIRSDK_Compiler
>>
>>