Alex, did this work on your system? It apparently doesn't on Justin's. I 
haven't tried it yet.

- Gordon

-----Original Message-----
From: Justin Mclean [mailto:jus...@classsoftware.com] 
Sent: Wednesday, April 17, 2013 4:36 PM
To: dev@flex.apache.org
Subject: Re: Release target seems to be fixed

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