Flex compile broken again in #9618
When compiling a Flex project with my own Compiler configuration file, I get errors (again). The reason is the missing default compiler configuration file from the Flex SDK, flex-config.xml. The command line in Adobe Flex Compiler SHell (fsch)
mxmlc -load-config=compiler-config.xml
should be
mxmlc -load-config+=compiler-config.xml
I think using a custom config file without the default SDK config file is useless, because it contains all the necessary framework stuff. When I use the IDEA generated temporary flex config, the application crashes at startup in "SystemManager.as" - I did not investigate any further.
For me #9618 is unuseable for Flex - reverted to #9572.
Peter
请先登录再写评论。
Please restore build with "Compiler configuration file" as in #9572 and provide a new EAP soon. It's so frustrating not to be able to use the #9618 Flex bug fixes, I could cry.
Peter
yup, I also had to revert to older build
forgot to say: don't cry
Thanks - any kind of consolation is welcome
Peter
I expect you do not use compiler config setting at all, automatically
generated one does work exactly how you want it. Specifying compiler
config will completely setup environment (got completely different
request and reconsidered previous change)
Peter Jacobsen wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"