I went through the build.xml script in root folder of FlexJS and I see in target "check-typedefs-home". I think this lines may need fix:
<available file="${basedir}/js/target/js.swc" type="file" property="FLEXJS_TYPEDEFS_HOME" value="${basedir}"/> to <available file="${basedir}js/libs/js.swc" type="file" property="FLEXJS_TYPEDEFS_HOME" value="${basedir}"/> Since I don't need in my system FLEXJS_TYPEDEFS_HOME I should have js.swc in downloaded by ApproveFlexJS.xml script folder apache-flex-flexjs-0.8.0-bin, but there is no js/libs/js.swc nor such "/flex-typedefs/js/target/js.swc" (This path exists in downloaded bins by Apache Flex Installer, but there is also no js.swc). The only place where js.swc exists is folder js\libs\js.swc which is part of downloaded by Apache Flex Installer FlexJS bins. Piotr ----- Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/LAST-CALL-Release-FlexJS-FalconJX-0-8-0-tp61275p61903.html Sent from the Apache Flex Development mailing list archive at Nabble.com.