Hi,

> What do you mean by a "common" named directory? Can't it look for a sibling 
> directory named flex-tlf?

It's looking for a sibling directory called "../flex-tlf/textLayout" or 
"../tlf/textLayput" from FLEX_HOME.

From build.xml:

    <available file="${FLEX_HOME}/../flex-tlf/textLayout" 
            type="dir" 
            property="TLF_HOME"
            value="${FLEX_HOME}/../flex-tlf" />

    <available file="${FLEX_HOME}/../tlf/textLayout" 
            type="dir" 
            property="TLF_HOME"
            value="${FLEX_HOME}/../tlf" />

Justin

Reply via email to