Actually you do have the textLayout source since the build_framework.xml
downloads it into frameworks/projects/textLayout/src.  See
textLayout-download target.

At Adobe we had the TLF source checked into our repository mostly to make
it easier for me/us to debug TLF issues.  We shipped the textLayout.swc
that the TLF team built, not one we built.

Carol

On 3/21/12 9 :27AM, "Justin Mclean" <jus...@classsoftware.com> wrote:

>Hi,
>
>The asdic hasn't been donated yet and the open source SDK assumes it has
>the osmf source and text layout source which we currently  don't have.
>
>So if you want to build the documentation you need to do this to the
>build.xml in the asdocs directory
>
>1. Comment out the following lines like so:
><!--
><doc-classes class="flashx.textLayout.CoreClasses"/>
><doc-classes class="flashx.textLayout.EditClasses"/>
><doc-classes class="flashx.textLayout.ConversionClasses"/>
>-->
>
><!-- <compiler.source-path
>path-element="${flexlib}/projects/textLayout/src"/> -->
><!-- <compiler.source-path path-element="${flexlib}/projects/osmf/src"/>
>-->
>
><!-- <doc-namespaces uri="library://ns.adobe.com/flashx/textLayout"/> -->
>
>2. Add these lines:
><external-library-path dir="${flexlib}/libs">
>    <include name="osmf.swc"/>
>    <include name="textLayout.swc"/>
></external-library-path>
>
>If anyone can't get it to work just say so and I'll put the modified
>build script up on my whiteboard.
>
>BTW It does take a little  while to compile/generate 16 minutes or so on
>my laptop.
>
>Thanks,
>Justin
>
>

Reply via email to