FWIW, The way I work, is by adding textLayout as a library project to FB. I 
take care to never actually build it in FB. I always build it using ant. I’ve 
found without adding lextLayout to Flash Builder, I cannot use the features 
like jumping to code, and the like.

I then add the binary in the elf bin directory to my project that needs the 
latest version of TLF while pointing to the src folder for source.

You’ll probably also need to remove the reference to textLayout in your main 
SDK.

HTH,
Harbs

On Dec 4, 2014, at 8:58 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote:

>> 
>> Om, I think I tried that a while ago and got into a lot of trouble
>> because those projects in the 'frameworks/projects' folder had so many
>> dependencies and custom compilation flags, etc. I'm glad you could get
>> it to run, but I'd like to make the current source a working SDK for
>> the IDE.
>> 
>> 
> Yes, you need to spend some time adding the dependent projects, but that is
> a one time thing.  Trust me, it is worth it.  This set up lets me so
> quickly fix issues and add features.  I highly recommend this approach :-)
> 
> The trick is to start with only the projects that you are interested in,
> and add the dependencies only for that project.  It should not take a long
> time to set up this way.
> 
> Thanks,
> Om

Reply via email to