I am trying to test my SVG based controls using compiler.jx and FlexJS. Here is the error I am seeing:
Command: C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler.jx\bin>mxmlc -js-output -type=FLEXJS -closure-lib="C:\p\flex_os\workspace\googleclosure" -sdk-js-lib="C: \p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\js\FlexJS\src" -library-p ath+="C:\p\flex_os\workspace\flexroot\git\flex-asjs\frameworks\as\libs" "C:\p\fl ex_os\workspace\flexroot\git\flex-asjs\examples\FlexJSTest_SVG\src\FlexJSTest_ag ain.mxml" Result: Using Falcon codebase: C:\p\flex_os\workspace\flexroot\git\flex-falcon\compiler. jx\bin\.. Using Flex SDK: C:\p\flex_os\workspace\flexroot\sdk\branches\develop command line unknown configuration variable 'closure-lib'. I am following the steps listed here: https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Status under the MXML -> JS section. What am I doing wrong? Thanks, Om