Andy Dufilie wrote > I think there is a bug where the -fb switch must be specified last. Also, > are you sure your parameters have correct spacing and quotation marks?
Many thanks for this! After I changed the order of the arguments as you said I've got following error: --------------------------------------------------------------------------------------------------- unable to open 'C:\Users\kruegola\Adobe Flash Builder 4.7\PureMVCForFlexJS/src/PureMVCForFlexJS.as'. --------------------------------------------------------------------------------------------------- Cause this file is not there, I've just created an empty AS3 class and name it "PureMVCForFlexJS.as". After this my modified "External tool (FalconJX...) compiles without any errors (See log at the end) but there's no .swc file inside my lib project :-( Now I'm totally lost again, sorry for annoying you... Olaf Log: --------------------------------------------------------------------------------------------------- Jan 19, 2016 1:07:32 PM com.google.javascript.jscomp.LoggerErrorManager printSummary INFORMATION: 0 error(s), 0 warning(s), 94.18194640338506% typed The project 'PureMVCForFlexJS' has been successfully compiled and optimized. --------------------------------------------------------------------------------------------------- -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-JS-How-to-create-a-SWC-library-file-tp11775p11778.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
