fix TLF issue with building asdocs
Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/3ae2ab3a Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/3ae2ab3a Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/3ae2ab3a Branch: refs/heads/develop Commit: 3ae2ab3a0cb72e526459ff5d42a301d03519a659 Parents: c122507 Author: Justin Mclean <[email protected]> Authored: Mon Jul 15 15:46:59 2013 +1000 Committer: Justin Mclean <[email protected]> Committed: Mon Jul 15 15:46:59 2013 +1000 ---------------------------------------------------------------------- build.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/3ae2ab3a/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6aca36d..a16fbeb 100644 --- a/build.xml +++ b/build.xml @@ -56,6 +56,11 @@ type="dir" property="TLF_HOME" value="${FLEX_HOME}/../tlf" /> + + <available file="${env.TLF_HOME}" + type="dir" + property="TLF_HOME" + value="${env.TLF_HOME}"/> <!-- Optional jars but should be in place for a real release build.
