From what I see of the directory structure I have, I haven't even to build
it to realize the root of the TLF is one level too high and as you said it
won't match what we need.
-----Message d'origine-----
From: Justin Mclean
Sent: Tuesday, March 12, 2013 11:14 AM
To: dev@flex.apache.org
Subject: Re: SVN to Git migration in progress
Hi,
I just tried to build the SDK ('develop' branch) in preparation to
building Falcon and FalconJx (to get some work done on the whole
"patch" thing I apparently have to do now) and also got the TLF
manifest error...
You can check out the TLF into another directory and create a soft link to
it. It's a work around for now but it does work.
mkdir ApacheFlexTLFGit
cd ApacheFlexTLFGit
git clone https://git-wip-us.apache.org/repos/asf/flex-tlf.git .
cd ../ApacheFlexDevelopGit/frameworks/projects/textLayout/
ln -s ../../../../ApacheFlexTLFGit/textLayout 3.0.33
Nobody tried to build the SDK from a git SVN clone before voting +1 on
the move? Excellent!
That would be far too sensible :-)
Justin