If I'm not mistaken, building the sdk works, but building tlf directly does not
work if the sdk is not named flex-sdk.
This is a line from build.xml in TLF:
<property name="FLEX_HOME" value="${basedir}/../flex-sdk"/>
Of course this could be overridden, but keeping the same directory names can't
be a bad idea… ;-)
On Sep 2, 2013, at 10:17 PM, Frédéric THOMAS wrote:
> I cloned flex-sdk to sdk, flex-tlf to tlf and had no problems to build the
> sdk.
>
> The only problem was to build falcon, I had to modify the build.xml to
> accept either flex-sdk or sdk and add local.properties to the .gitignore.
> I've been able to run ant and ant eclipse, did not try with falcon.js/jx yet
>
> If nobody has problems with that, I'll commit it tomorrow.
>
> -Fred
>
> -----Message d'origine-----
> De : Frédéric THOMAS [mailto:[email protected]]
> Envoyé : lundi 2 septembre 2013 17:12
> À : [email protected]
> Objet : RE: Building the SDK
>
> Harbs,
>
> I'm in the process to install the SDK + TLF + others, before my dir
> structure was apache/flex/sdk, apache/flex/tlf and was working pretty well,
> it wasn't mandatory to have flex-sdk or flex-tlf, so, if you let me finish,
> I'll be able to tell you how it went.
>
> -Fred
>
> -----Message d'origine-----
> De : Harbs [mailto:[email protected]] Envoyé : lundi 2 septembre 2013
> 17:07 À : [email protected] Objet : Re: Building the SDK
>
>> First question: Are you using the develop branch in TLF? And building by
>> just running "ant" from the sdk's textLayout folder? I'm not having
>> these issues. I don't know what will happen if you run the build.xml
>> in the TLF repo. I've never done it.
>
> Yes. That's right.
>
> The missing type declaration seems to be a real error. I'm not sure whether
> the others are real issues or not.
> I have not problems ignoring the warnings, but if they are real, might as
> well fix them… ;-)