I'm really not having a lot of luck today…
I tried building TLF separately just to see what happens and it seems to be
looking for "flex-sdk" one level up from TLF:
Buildfile: /Users/harbs/Documents/Apache Flex/git/TLF/build.xml
[echo] FLEX_HOME is /Users/harbs/Documents/Apache Flex/git/TLF/../flex-sdk
BUILD FAILED
/Users/harbs/Documents/Apache Flex/git/TLF/build.xml:65:
/Users/harbs/Documents/Apache Flex/git/flex-sdk does not exist.
My structure looks like this:
Documents
Apache Flex
git
Flex SDK
(the full sdk repro)
TLF
Is this wrong?
On Sep 1, 2013, at 2:50 PM, Justin Mclean wrote:
> Hi,
>
>> It's been a while since I tried to build the SDK from source and I don't
>> remember the details.
>
> Just follow the README, basically check out the sdk and tlf repos and then
> set up the required environment vars and do an "ant main".
>
> Example environment vars on OSX
> ANT_HOME=/usr/share/ant
> AIR_HOME=/Users/justinmclean/Documents/air/mac/AdobeAIRSDK/
> PLAYERGLOBAL_HOME=/Users/justinmclean/Documents/player/
> PIXELBENDER_HOME=/Applications/Utilities/Adobe Utilities-CS5.localized/Pixel
> Bender Toolkit 2/
> TLF_HOME=/Users/justinmclean/Documents/ApacheFlexTLFGit/
>
> May also need this if doing a full release.
> ADOBE_EXTENSION_MANAGER=/Applications/Adobe Extension Manager CS5/Adobe
> Extension Manager CS5.app/Contents/MacOS/Adobe Extension Manager CS5
>
> Hope that helps,
> Justin
>