Sword Dragon created FLEX-33787:
-----------------------------------
Summary: "mxmlc -dump-config some_file.xml" does not dump all values
Key: FLEX-33787
URL: https://issues.apache.org/jira/browse/FLEX-33787
Project: Apache Flex
Issue Type: Bug
Components: MXML Compiler
Affects Versions: Apache Flex 4.10.0
Environment: Linux 3.11 x86_64
Reporter: Sword Dragon
Priority: Minor
On calling "mxmlc -dump-config some_file.xml" many of the dumped values will be commented
out like this:
<!-- version: display the build version of the program-->
<!-- version usage:
<version>boolean</version>
-->
<!-- warnings: toggle the display of warnings-->
<!-- warnings usage:
<warnings>boolean</warnings>
-->
I know that -version will be at default false and -warnings true but I'm not able to tell
this for every value. So it would make more sense to really dump every value (as the help
is already telling this).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|