Get installed Flex SDK path
How I can get path to installed Flex SDK (gradlefx flex sdk autoinstall)? There is flexHome property, but this property stores system environment value (FLEX_HOME).
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Yennick Trevels on 09 Feb, 2016 08:42 AM
Hi Andrei,
When using the autoinstall feature, GradleFx will automatically fill in the flexHome property with the path to the installed Flex SDK.
however, when referencing the flexHome variable in your build script, make sure to wrap it in an afterEvaluate block:
2 Posted by Andrei Starodub... on 09 Feb, 2016 09:07 AM
Thx for answer. It works!