Guest User

Untitled

a guest
Sep 18th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 33.42 KB | None | 0 0
  1. <flex-config>
  2.    <compiler>
  3.       <!-- compiler.accessible: generate an accessible SWF-->
  4.       <accessible>true</accessible>
  5.       <!-- compiler.actionscript-file-encoding: specifies actionscript file encoding. If there is no BOM in the AS3 source files, the compiler will use this file encoding.-->
  6.       <!-- compiler.actionscript-file-encoding usage:
  7.      <actionscript-file-encoding>string</actionscript-file-encoding>
  8.      -->
  9.       <!-- compiler.advanced-telemetry usage:
  10.      <advanced-telemetry>boolean</advanced-telemetry>
  11.      -->
  12.       <!-- compiler.allow-source-path-overlap: checks if a source-path entry is a subdirectory of another source-path entry. It helps make the package names of MXML components unambiguous.-->
  13.       <allow-source-path-overlap>false</allow-source-path-overlap>
  14.       <!-- compiler.as3: use the ActionScript 3 class based object model for greater performance and better error reporting. In the class based object model most built-in functions are implemented as fixed methods of classes.-->
  15.       <as3>true</as3>
  16.       <binding-event-handler-class>org.apache.flex.events.EventDispatcher</binding-event-handler-class>
  17.       <binding-event-handler-event>org.apache.flex.events.Event</binding-event-handler-event>
  18.       <!-- compiler.binding-event-handler-interface usage:
  19.      <binding-event-handler-interface>string</binding-event-handler-interface>
  20.      -->
  21.       <binding-value-change-event>org.apache.flex.events.ValueChangeEvent</binding-value-change-event>
  22.       <binding-value-change-event-kind>org.apache.flex.events.ValueChangeEvent</binding-value-change-event-kind>
  23.       <binding-value-change-event-type>valueChange</binding-value-change-event-type>
  24.       <component-factory-class>org.apache.flex.core.ClassFactory</component-factory-class>
  25.       <component-factory-interface>org.apache.flex.core.IFactory</component-factory-interface>
  26.       <!-- compiler.compress: enables or disables SWF file compression-->
  27.       <!-- compiler.compress usage:
  28.      <compress>boolean</compress>
  29.      -->
  30.       <!-- compiler.context-root: path to replace {context.root} tokens for service channel endpoints-->
  31.       <!-- compiler.context-root usage:
  32.      <context-root>context-path</context-root>
  33.      -->
  34.       <!-- compiler.debug: generates a movie that is suitable for debugging-->
  35.       <debug>true</debug>
  36.       <!-- compiler.defaults-css-files usage:
  37.      <defaults-css-files>
  38.         <filename>string</filename>
  39.         <filename>string</filename>
  40.      </defaults-css-files>
  41.      -->
  42.       <!-- compiler.defaults-css-url: defines the location of the default style sheet. Setting this option overrides the implicit use of the defaults.css style sheet in the framework.swc file.-->
  43.       <!-- compiler.defaults-css-url usage:
  44.      <defaults-css-url>string</defaults-css-url>
  45.      -->
  46.       <!-- compiler.define: define a global AS3 conditional compilation definition, e.g. -define=CONFIG::debugging,true or -define+=CONFIG::debugging,true (to append to existing definitions in flex-config.xml) -->
  47.       <!-- compiler.define usage:
  48.      <define>
  49.         <name>string</name>
  50.         <value>string</value>
  51.         <value>string</value>
  52.      </define>
  53.      -->
  54.       <!-- compiler.enable-runtime-design-layers usage:
  55.      <enable-runtime-design-layers>boolean</enable-runtime-design-layers>
  56.      -->
  57.       <!-- compiler.es: use the ECMAScript edition 3 prototype based object model to allow dynamic overriding of prototype properties. In the prototype based object model built-in functions are implemented as dynamic properties of prototype objects.-->
  58.       <es>false</es>
  59.       <!-- compiler.external-library-path: list of SWC files or directories to compile against but to omit from linking-->
  60.       <external-library-path>
  61.          <path-element>D:/SDKs/FlexJS/nightly_PF18_AIR18.0_en_US/frameworks/libs/player/18.0/playerglobal.swc</path-element>
  62.       </external-library-path>
  63.       <fonts>
  64.          <!-- compiler.fonts.advanced-anti-aliasing: enables advanced anti-aliasing for embedded fonts, which provides greater clarity for small fonts.-->
  65.          <advanced-anti-aliasing>true</advanced-anti-aliasing>
  66.          <languages>
  67.             <!-- compiler.fonts.languages.language-range: a range to restrict the number of font glyphs embedded into the SWF-->
  68.             <!-- compiler.fonts.languages.language-range usage:
  69.            <language-range>
  70.               <lang>string</lang>
  71.               <range>string</range>
  72.               <range>string</range>
  73.            </language-range>
  74.            -->
  75.          </languages>
  76.          <!-- compiler.fonts.local-font-paths usage:
  77.         <local-font-paths>
  78.            <path-element>string</path-element>
  79.            <path-element>string</path-element>
  80.         </local-font-paths>
  81.         -->
  82.          <!-- compiler.fonts.local-fonts-snapshot: File containing system font data produced by flex2.tools.FontSnapshot.-->
  83.          <local-fonts-snapshot>${flexlib}/localFonts.ser</local-fonts-snapshot>
  84.          <!-- compiler.fonts.managers: Compiler font manager classes, in policy resolution order-->
  85.          <managers>
  86.             <manager-class>flash.fonts.JREFontManager</manager-class>
  87.             <manager-class>flash.fonts.BatikFontManager</manager-class>
  88.             <manager-class>flash.fonts.AFEFontManager</manager-class>
  89.             <manager-class>flash.fonts.CFFFontManager</manager-class>
  90.          </managers>
  91.          <!-- compiler.fonts.max-cached-fonts: sets the maximum number of fonts to keep in the server cache.  The default value is 20.-->
  92.          <max-cached-fonts>20</max-cached-fonts>
  93.          <!-- compiler.fonts.max-glyphs-per-face: sets the maximum number of character glyph-outlines to keep in the server cache for each font face. The default value is 1000.-->
  94.          <max-glyphs-per-face>1000</max-glyphs-per-face>
  95.       </fonts>
  96.       <!-- compiler.headless-server: a flag to set when Flex is running on a server without a display-->
  97.       <!-- compiler.headless-server usage:
  98.      <headless-server>boolean</headless-server>
  99.      -->
  100.       <!-- compiler.include-libraries: a list of libraries (SWCs) to completely include in the SWF-->
  101.       <!-- compiler.include-libraries usage:
  102.      <include-libraries>
  103.         <library>string</library>
  104.         <library>string</library>
  105.      </include-libraries>
  106.      -->
  107.       <!-- compiler.isolate-styles: enables the compiled application or module to set styles that only affect itself and its children-->
  108.       <!-- compiler.isolate-styles usage:
  109.      <isolate-styles>boolean</isolate-styles>
  110.      -->
  111.       <!-- compiler.keep-all-type-selectors: disables the pruning of unused CSS type selectors-->
  112.       <!-- compiler.keep-all-type-selectors usage:
  113.      <keep-all-type-selectors>boolean</keep-all-type-selectors>
  114.      -->
  115.       <!-- compiler.keep-as3-metadata: keep the specified metadata in the SWF-->
  116.       <!-- compiler.keep-as3-metadata usage:
  117.      <keep-as3-metadata>
  118.         <name>string</name>
  119.         <name>string</name>
  120.      </keep-as3-metadata>
  121.      -->
  122.       <!-- compiler.library-path: list of SWC files or directories that contain SWC files-->
  123.       <!-- compiler.library-path usage:
  124.      <library-path>
  125.         <path-element>string</path-element>
  126.         <path-element>string</path-element>
  127.      </library-path>
  128.      -->
  129.       <!-- compiler.locale: specifies the locale for internationalization-->
  130.       <locale></locale>
  131.       <!-- compiler.minimum-supported-version usage:
  132.      <minimum-supported-version>string</minimum-supported-version>
  133.      -->
  134.       <!-- compiler.mobile: specifies the target runtime is a mobile device-->
  135.       <!-- compiler.mobile usage:
  136.      <mobile>boolean</mobile>
  137.      -->
  138.       <mxml>
  139.          <children-as-data>true</children-as-data>
  140.          <!-- compiler.mxml.compatibility-version: specifies a compatibility version. e.g. -compatibility-version=2.0.1-->
  141.          <!-- compiler.mxml.compatibility-version usage:
  142.         <compatibility-version>version</compatibility-version>
  143.         -->
  144.          <imports>
  145.          </imports>
  146.          <!-- compiler.mxml.minimum-supported-version usage:
  147.         <minimum-supported-version>string</minimum-supported-version>
  148.         -->
  149.       </mxml>
  150.       <namespaces>
  151.          <!-- compiler.namespaces.namespace: Specify a URI to associate with a manifest of components for use as MXML elements-->
  152.          <namespace>
  153.             <uri>library://ns.apache.org/flexjs/basic</uri>
  154.             <manifest>../../frameworks/projects/Core/basic-manifest.xml</manifest>
  155.          </namespace>
  156.          <namespace>
  157.             <uri>library://ns.apache.org/flexjs/html5</uri>
  158.             <manifest>../../frameworks/projects/HTML5/html5-manifest.xml</manifest>
  159.          </namespace>
  160.          <namespace>
  161.             <uri>library://ns.apache.org/flexjs/svg</uri>
  162.             <manifest>../../frameworks/projects/HTML/svg-manifest.xml</manifest>
  163.          </namespace>
  164.       </namespaces>
  165.       <!-- compiler.omit-trace-statements: toggle whether trace statements are omitted-->
  166.       <omit-trace-statements>true</omit-trace-statements>
  167.       <!-- compiler.optimize: Enable post-link SWF optimization-->
  168.       <optimize>true</optimize>
  169.       <!-- compiler.preloader: Specifies the default value for the Application's preloader attribute. If not specified, the default preloader value is mx.preloaders.SparkDownloadProgressBar when -compatibility-version >= 4.0 and mx.preloaders.DownloadProgressBar when -compatibility-version < 4.0.-->
  170.       <!-- compiler.preloader usage:
  171.      <preloader>string</preloader>
  172.      -->
  173.       <!-- compiler.remove-dead-code usage:
  174.      <remove-dead-code>boolean</remove-dead-code>
  175.      -->
  176.       <!-- compiler.report-invalid-styles-as-warnings: enables reporting of invalid styles as warnings-->
  177.       <!-- compiler.report-invalid-styles-as-warnings usage:
  178.      <report-invalid-styles-as-warnings>boolean</report-invalid-styles-as-warnings>
  179.      -->
  180.       <!-- compiler.report-missing-required-skin-parts-as-warnings: Use this option to generate a warning instead of an error when a missing required skin part is detected.-->
  181.       <!-- compiler.report-missing-required-skin-parts-as-warnings usage:
  182.      <report-missing-required-skin-parts-as-warnings>boolean</report-missing-required-skin-parts-as-warnings>
  183.      -->
  184.       <!-- compiler.services: path to Flex Data Services configuration file-->
  185.       <!-- compiler.services usage:
  186.      <services>filename</services>
  187.      -->
  188.       <!-- compiler.show-actionscript-warnings: runs the AS3 compiler in a mode that detects legal but potentially incorrect code-->
  189.       <show-actionscript-warnings>true</show-actionscript-warnings>
  190.       <!-- compiler.show-binding-warnings: toggle whether warnings generated from data binding code are displayed-->
  191.       <show-binding-warnings>true</show-binding-warnings>
  192.       <!-- compiler.show-invalid-css-property-warnings: toggle whether invalid css property warnings are reported-->
  193.       <!-- compiler.show-invalid-css-property-warnings usage:
  194.      <show-invalid-css-property-warnings>boolean</show-invalid-css-property-warnings>
  195.      -->
  196.       <show-multiple-definition-warnings>true</show-multiple-definition-warnings>
  197.       <!-- compiler.show-shadowed-device-font-warnings: toggles whether warnings are displayed when an embedded font name shadows a device font name-->
  198.       <show-shadowed-device-font-warnings>true</show-shadowed-device-font-warnings>
  199.       <!-- compiler.show-unused-type-selector-warnings: toggle whether warnings generated from unused CSS type selectors are displayed-->
  200.       <!-- compiler.show-unused-type-selector-warnings usage:
  201.      <show-unused-type-selector-warnings>boolean</show-unused-type-selector-warnings>
  202.      -->
  203.       <!-- compiler.source-path: list of path elements that form the roots of ActionScript class hierarchies-->
  204.       <source-path>
  205.          <path-element>U:/sources/other/TestGCLLib/src</path-element>
  206.       </source-path>
  207.       <states-class>org.apache.flex.states.State</states-class>
  208.       <states-event-override-class>org.apache.flex.states.SetEventHandler</states-event-override-class>
  209.       <states-instance-override-class>org.apache.flex.states.AddItems</states-instance-override-class>
  210.       <states-property-override-class>org.apache.flex.states.SetProperty</states-property-override-class>
  211.       <!-- compiler.states-style-override-class usage:
  212.      <states-style-override-class>string</states-style-override-class>
  213.      -->
  214.       <!-- compiler.strict: runs the AS3 compiler in strict error checking mode.-->
  215.       <strict>true</strict>
  216.       <!-- compiler.theme: list of CSS or SWC files to apply as a theme-->
  217.       <theme></theme>
  218.       <!-- compiler.verbose-stacktraces: save callstack information to the SWF for debugging-->
  219.       <verbose-stacktraces>false</verbose-stacktraces>
  220.       <!-- compiler.warn-array-tostring-changes: Array.toString() format has changed.-->
  221.       <!-- compiler.warn-array-tostring-changes usage:
  222.      <warn-array-tostring-changes>boolean</warn-array-tostring-changes>
  223.      -->
  224.       <!-- compiler.warn-assignment-within-conditional: Assignment within conditional.-->
  225.       <!-- compiler.warn-assignment-within-conditional usage:
  226.      <warn-assignment-within-conditional>boolean</warn-assignment-within-conditional>
  227.      -->
  228.       <!-- compiler.warn-bad-array-cast: Possibly invalid Array cast operation.-->
  229.       <!-- compiler.warn-bad-array-cast usage:
  230.      <warn-bad-array-cast>boolean</warn-bad-array-cast>
  231.      -->
  232.       <!-- compiler.warn-bad-bool-assignment: Non-Boolean value used where a Boolean value was expected.-->
  233.       <!-- compiler.warn-bad-bool-assignment usage:
  234.      <warn-bad-bool-assignment>boolean</warn-bad-bool-assignment>
  235.      -->
  236.       <!-- compiler.warn-bad-date-cast: Invalid Date cast operation.-->
  237.       <!-- compiler.warn-bad-date-cast usage:
  238.      <warn-bad-date-cast>boolean</warn-bad-date-cast>
  239.      -->
  240.       <!-- compiler.warn-bad-es3-type-method: Unknown method.-->
  241.       <!-- compiler.warn-bad-es3-type-method usage:
  242.      <warn-bad-es3-type-method>boolean</warn-bad-es3-type-method>
  243.      -->
  244.       <!-- compiler.warn-bad-es3-type-prop: Unknown property.-->
  245.       <!-- compiler.warn-bad-es3-type-prop usage:
  246.      <warn-bad-es3-type-prop>boolean</warn-bad-es3-type-prop>
  247.      -->
  248.       <!-- compiler.warn-bad-nan-comparison: Illogical comparison with NaN. Any comparison operation involving NaN will evaluate to false because NaN != NaN.-->
  249.       <!-- compiler.warn-bad-nan-comparison usage:
  250.      <warn-bad-nan-comparison>boolean</warn-bad-nan-comparison>
  251.      -->
  252.       <!-- compiler.warn-bad-null-assignment: Impossible assignment to null.-->
  253.       <!-- compiler.warn-bad-null-assignment usage:
  254.      <warn-bad-null-assignment>boolean</warn-bad-null-assignment>
  255.      -->
  256.       <!-- compiler.warn-bad-null-comparison: Illogical comparison with null.-->
  257.       <!-- compiler.warn-bad-null-comparison usage:
  258.      <warn-bad-null-comparison>boolean</warn-bad-null-comparison>
  259.      -->
  260.       <!-- compiler.warn-bad-undefined-comparison: Illogical comparison with undefined.  Only untyped variables (or variables of type *) can be undefined.-->
  261.       <!-- compiler.warn-bad-undefined-comparison usage:
  262.      <warn-bad-undefined-comparison>boolean</warn-bad-undefined-comparison>
  263.      -->
  264.       <!-- compiler.warn-boolean-constructor-with-no-args: Boolean() with no arguments returns false in ActionScript 3.0.  Boolean() returned undefined in ActionScript 2.0.-->
  265.       <!-- compiler.warn-boolean-constructor-with-no-args usage:
  266.      <warn-boolean-constructor-with-no-args>boolean</warn-boolean-constructor-with-no-args>
  267.      -->
  268.       <!-- compiler.warn-changes-in-resolve: __resolve is no longer supported.-->
  269.       <!-- compiler.warn-changes-in-resolve usage:
  270.      <warn-changes-in-resolve>boolean</warn-changes-in-resolve>
  271.      -->
  272.       <!-- compiler.warn-class-is-sealed: Class is sealed.  It cannot have members added to it dynamically.-->
  273.       <!-- compiler.warn-class-is-sealed usage:
  274.      <warn-class-is-sealed>boolean</warn-class-is-sealed>
  275.      -->
  276.       <!-- compiler.warn-const-not-initialized: Constant not initialized.-->
  277.       <!-- compiler.warn-const-not-initialized usage:
  278.      <warn-const-not-initialized>boolean</warn-const-not-initialized>
  279.      -->
  280.       <!-- compiler.warn-constructor-returns-value: Function used in new expression returns a value.  Result will be what the function returns, rather than a new instance of that function.-->
  281.       <!-- compiler.warn-constructor-returns-value usage:
  282.      <warn-constructor-returns-value>boolean</warn-constructor-returns-value>
  283.      -->
  284.       <!-- compiler.warn-deprecated-event-handler-error: EventHandler was not added as a listener.-->
  285.       <!-- compiler.warn-deprecated-event-handler-error usage:
  286.      <warn-deprecated-event-handler-error>boolean</warn-deprecated-event-handler-error>
  287.      -->
  288.       <!-- compiler.warn-deprecated-function-error: Unsupported ActionScript 2.0 function.-->
  289.       <!-- compiler.warn-deprecated-function-error usage:
  290.      <warn-deprecated-function-error>boolean</warn-deprecated-function-error>
  291.      -->
  292.       <!-- compiler.warn-deprecated-property-error: Unsupported ActionScript 2.0 property.-->
  293.       <!-- compiler.warn-deprecated-property-error usage:
  294.      <warn-deprecated-property-error>boolean</warn-deprecated-property-error>
  295.      -->
  296.       <!-- compiler.warn-duplicate-argument-names: More than one argument by the same name.-->
  297.       <!-- compiler.warn-duplicate-argument-names usage:
  298.      <warn-duplicate-argument-names>boolean</warn-duplicate-argument-names>
  299.      -->
  300.       <!-- compiler.warn-duplicate-variable-def: Duplicate variable definition -->
  301.       <!-- compiler.warn-duplicate-variable-def usage:
  302.      <warn-duplicate-variable-def>boolean</warn-duplicate-variable-def>
  303.      -->
  304.       <!-- compiler.warn-for-var-in-changes: ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order.-->
  305.       <!-- compiler.warn-for-var-in-changes usage:
  306.      <warn-for-var-in-changes>boolean</warn-for-var-in-changes>
  307.      -->
  308.       <!-- compiler.warn-import-hides-class: Importing a package by the same name as the current class will hide that class identifier in this scope.-->
  309.       <!-- compiler.warn-import-hides-class usage:
  310.      <warn-import-hides-class>boolean</warn-import-hides-class>
  311.      -->
  312.       <!-- compiler.warn-instance-of-changes: Use of the instanceof operator.-->
  313.       <!-- compiler.warn-instance-of-changes usage:
  314.      <warn-instance-of-changes>boolean</warn-instance-of-changes>
  315.      -->
  316.       <!-- compiler.warn-internal-error: Internal error in compiler.-->
  317.       <!-- compiler.warn-internal-error usage:
  318.      <warn-internal-error>boolean</warn-internal-error>
  319.      -->
  320.       <!-- compiler.warn-level-not-supported: _level is no longer supported. For more information, see the flash.display package.-->
  321.       <!-- compiler.warn-level-not-supported usage:
  322.      <warn-level-not-supported>boolean</warn-level-not-supported>
  323.      -->
  324.       <!-- compiler.warn-missing-namespace-decl: Missing namespace declaration (e.g. variable is not defined to be public, private, etc.).-->
  325.       <!-- compiler.warn-missing-namespace-decl usage:
  326.      <warn-missing-namespace-decl>boolean</warn-missing-namespace-decl>
  327.      -->
  328.       <!-- compiler.warn-negative-uint-literal: Negative value will become a large positive value when assigned to a uint data type.-->
  329.       <!-- compiler.warn-negative-uint-literal usage:
  330.      <warn-negative-uint-literal>boolean</warn-negative-uint-literal>
  331.      -->
  332.       <!-- compiler.warn-no-constructor: Missing constructor.-->
  333.       <warn-no-constructor>false</warn-no-constructor>
  334.       <!-- compiler.warn-no-explicit-super-call-in-constructor: The super() statement was not called within the constructor.-->
  335.       <!-- compiler.warn-no-explicit-super-call-in-constructor usage:
  336.      <warn-no-explicit-super-call-in-constructor>boolean</warn-no-explicit-super-call-in-constructor>
  337.      -->
  338.       <!-- compiler.warn-no-type-decl: Missing type declaration.-->
  339.       <!-- compiler.warn-no-type-decl usage:
  340.      <warn-no-type-decl>boolean</warn-no-type-decl>
  341.      -->
  342.       <!-- compiler.warn-number-from-string-changes: In ActionScript 3.0, white space is ignored and '' returns 0. Number() returns NaN in ActionScript 2.0 when the parameter is '' or contains white space.-->
  343.       <!-- compiler.warn-number-from-string-changes usage:
  344.      <warn-number-from-string-changes>boolean</warn-number-from-string-changes>
  345.      -->
  346.       <!-- compiler.warn-scoping-change-in-this: Change in scoping for the this keyword.  Class methods extracted from an instance of a class will always resolve this back to that instance.  In ActionScript 2.0 this is looked up dynamically based on where the method is invoked from.-->
  347.       <!-- compiler.warn-scoping-change-in-this usage:
  348.      <warn-scoping-change-in-this>boolean</warn-scoping-change-in-this>
  349.      -->
  350.       <!-- compiler.warn-slow-text-field-addition: Inefficient use of += on a TextField.-->
  351.       <!-- compiler.warn-slow-text-field-addition usage:
  352.      <warn-slow-text-field-addition>boolean</warn-slow-text-field-addition>
  353.      -->
  354.       <!-- compiler.warn-unlikely-function-value: Possible missing parentheses.-->
  355.       <!-- compiler.warn-unlikely-function-value usage:
  356.      <warn-unlikely-function-value>boolean</warn-unlikely-function-value>
  357.      -->
  358.       <!-- compiler.warn-xml-class-has-changed: Possible usage of the ActionScript 2.0 XML class.-->
  359.       <!-- compiler.warn-xml-class-has-changed usage:
  360.      <warn-xml-class-has-changed>boolean</warn-xml-class-has-changed>
  361.      -->
  362.    </compiler>
  363.    <!-- debug-password: the password to include in debuggable SWFs-->
  364.    <debug-password></debug-password>
  365.    <!-- default-background-color: default background color (may be overridden by the application code)-->
  366.    <default-background-color>0xFFFFFF</default-background-color>
  367.    <!-- default-frame-rate: default frame rate to be used in the SWF.-->
  368.    <default-frame-rate>24</default-frame-rate>
  369.    <!-- default-script-limits: default script execution limits (may be overridden by root attributes)-->
  370.    <default-script-limits>
  371.       <max-recursion-depth>1000</max-recursion-depth>
  372.       <max-execution-time>60</max-execution-time>
  373.    </default-script-limits>
  374.    <!-- default-size: default application size (may be overridden by root attributes in the application)-->
  375.    <default-size>
  376.       <width>500</width>
  377.       <height>375</height>
  378.    </default-size>
  379.    <!-- dependency-graph usage:
  380.   <dependency-graph>filename</dependency-graph>
  381.   -->
  382.    <!-- directory: output the library as an open directory instead of a SWC file-->
  383.    <!-- directory usage:
  384.   <directory>boolean</directory>
  385.   -->
  386.    <!-- error-problems: specifies the fully qualified class names of compiler problems that should be reported as errors.-->
  387.    <!-- error-problems usage:
  388.   <error-problems>
  389.      <class>string</class>
  390.      <class>string</class>
  391.   </error-problems>
  392.   -->
  393.    <!-- exclude-native-js-libraries usage:
  394.   <exclude-native-js-libraries>boolean</exclude-native-js-libraries>
  395.   -->
  396.    <!-- externs: a list of symbols to omit from linking when building a SWF-->
  397.    <!-- externs usage:
  398.   <externs>
  399.      <symbol>string</symbol>
  400.      <symbol>string</symbol>
  401.   </externs>
  402.   -->
  403.    <frames>
  404.       <!-- frames.frame: A SWF frame label with a sequence of classnames that will be linked onto the frame.-->
  405.       <!-- frames.frame usage:
  406.      <frame>
  407.         <label>string</label>
  408.         <classname>string</classname>
  409.      </frame>
  410.      -->
  411.    </frames>
  412.    <!-- ignore-problems: specifies the fully qualified class names of compiler problems that should not be reported.-->
  413.    <!-- ignore-problems usage:
  414.   <ignore-problems>
  415.      <class>string</class>
  416.      <class>string</class>
  417.   </ignore-problems>
  418.   -->
  419.    <!-- include-classes: a list of classes to include in the output SWC-->
  420.    <include-classes>
  421.       <class>goog.Disposable</class>
  422.       <class>goog.events</class>
  423.       <class>goog.disposable.Disposable</class>
  424.       <class>goog.disposable.IDisposable</class>
  425.       <class>goog.disposable.MonitoringMode</class>
  426.       <class>goog.events.BrowserEvent</class>
  427.       <class>goog.events.CaptureSimulationMode</class>
  428.       <class>goog.events.Event</class>
  429.       <class>goog.events.EventTarget</class>
  430.       <class>goog.events.EventType</class>
  431.       <class>goog.events.listen</class>
  432.       <class>goog.events.Listenable</class>
  433.       <class>goog.events.ListenableKey</class>
  434.       <class>goog.events.BrowserEvent.MouseButton</class>
  435.    </include-classes>
  436.    <!-- include-file: a list of named files to include in the output SWC-->
  437.    <!-- include-file usage:
  438.   <include-file>
  439.      <name>string</name>
  440.      <path>string</path>
  441.   </include-file>
  442.   -->
  443.    <!-- include-inheritance-dependencies-only: only include inheritance dependencies of classes specified with include-classes -->
  444.    <!-- include-inheritance-dependencies-only usage:
  445.   <include-inheritance-dependencies-only>boolean</include-inheritance-dependencies-only>
  446.   -->
  447.    <!-- include-lookup-only: if true, manifest entries with lookupOnly=true are included in SWC catalog. Default is false.-->
  448.    <!-- include-lookup-only usage:
  449.   <include-lookup-only>boolean</include-lookup-only>
  450.   -->
  451.    <!-- include-namespaces: all classes in the listed namespaces are included in the output SWC-->
  452.    <!-- include-namespaces usage:
  453.   <include-namespaces>
  454.      <uri>string</uri>
  455.      <uri>string</uri>
  456.   </include-namespaces>
  457.   -->
  458.    <!-- include-resource-bundles: a list of resource bundles to include in the output SWC-->
  459.    <!-- include-resource-bundles usage:
  460.   <include-resource-bundles>
  461.      <bundle>string</bundle>
  462.      <bundle>string</bundle>
  463.   </include-resource-bundles>
  464.   -->
  465.    <!-- include-sources: a list of directories and source files to include in the output SWC-->
  466.    <!-- include-sources usage:
  467.   <include-sources>
  468.      <path-element>string</path-element>
  469.      <path-element>string</path-element>
  470.   </include-sources>
  471.   -->
  472.    <!-- include-stylesheet: a list of named stylesheet resources to include in the output SWC-->
  473.    <!-- include-stylesheet usage:
  474.   <include-stylesheet>
  475.      <name>string</name>
  476.      <path>string</path>
  477.   </include-stylesheet>
  478.   -->
  479.    <!-- includes: a list of symbols to always link in when building a SWF-->
  480.    <!-- includes usage:
  481.   <includes>
  482.      <symbol>string</symbol>
  483.      <symbol>string</symbol>
  484.   </includes>
  485.   -->
  486.    <!-- link-report: Output a XML-formatted report of all definitions linked into the application.-->
  487.    <!-- link-report usage:
  488.   <link-report>filename</link-report>
  489.   -->
  490.    <!-- load-config: load a file containing configuration options-->
  491.    <load-config>C:\Users\AsusFred\.IntelliJIdea15\system\compile-server\_temp_\IntelliJ_IDEA\idea-DA692630-7CFBDA00.xml</load-config>
  492.    <load-config>D:\SDKs\FlexJS\0.0.3_FP16.0_AIR16.0_en_US\ide\IDEA\intellij-config.xml</load-config>
  493.    <!-- load-externs: an XML file containing <def>, <pre>, and <ext> symbols to omit from linking when building a SWF-->
  494.    <!-- load-externs usage:
  495.   <load-externs>filename</load-externs>
  496.   -->
  497.    <metadata>
  498.       <!-- metadata.contributor: A contributor's name to store in the SWF metadata-->
  499.       <!-- metadata.contributor usage:
  500.      <contributor>name</contributor>
  501.      -->
  502.       <!-- metadata.creator: A creator's name to store in the SWF metadata-->
  503.       <!-- metadata.creator usage:
  504.      <creator>name</creator>
  505.      -->
  506.       <!-- metadata.date: The creation date to store in the SWF metadata-->
  507.       <!-- metadata.date usage:
  508.      <date>text</date>
  509.      -->
  510.       <!-- metadata.description: The default description to store in the SWF metadata-->
  511.       <!-- metadata.description usage:
  512.      <description>text</description>
  513.      -->
  514.       <!-- metadata.language: The language to store in the SWF metadata (i.e. EN, FR)-->
  515.       <!-- metadata.language usage:
  516.      <language>code</language>
  517.      -->
  518.       <!-- metadata.localized-description: A localized RDF/XMP description to store in the SWF metadata-->
  519.       <!-- metadata.localized-description usage:
  520.      <localized-description>
  521.         <text>string</text>
  522.         <lang>string</lang>
  523.         <lang>string</lang>
  524.      </localized-description>
  525.      -->
  526.       <!-- metadata.localized-title: A localized RDF/XMP title to store in the SWF metadata-->
  527.       <!-- metadata.localized-title usage:
  528.      <localized-title>
  529.         <title>string</title>
  530.         <lang>string</lang>
  531.         <lang>string</lang>
  532.      </localized-title>
  533.      -->
  534.       <!-- metadata.publisher: A publisher's name to store in the SWF metadata-->
  535.       <!-- metadata.publisher usage:
  536.      <publisher>name</publisher>
  537.      -->
  538.       <!-- metadata.title: The default title to store in the SWF metadata-->
  539.       <!-- metadata.title usage:
  540.      <title>text</title>
  541.      -->
  542.    </metadata>
  543.    <!-- output: the filename of the SWF movie to create-->
  544.    <output>U:/sources/other/TestGCLLib/out/production/GCL/gcl.swc</output>
  545.    <!-- raw-metadata: XML text to store in the SWF metadata (overrides metadata.* configuration)-->
  546.    <!-- raw-metadata usage:
  547.   <raw-metadata>text</raw-metadata>
  548.   -->
  549.    <!-- remove-unused-rsls: remove RSLs that are not being used by the application-->
  550.    <!-- remove-unused-rsls usage:
  551.   <remove-unused-rsls>boolean</remove-unused-rsls>
  552.   -->
  553.    <!-- resource-bundle-list: prints a list of resource bundles to a file for input to the compc compiler to create a resource bundle SWC file. -->
  554.    <!-- resource-bundle-list usage:
  555.   <resource-bundle-list>filename</resource-bundle-list>
  556.   -->
  557.    <!-- runtime-shared-libraries: a list of runtime shared library URLs to be loaded before the application starts-->
  558.    <!-- runtime-shared-libraries usage:
  559.   <runtime-shared-libraries>
  560.      <url>string</url>
  561.      <url>string</url>
  562.   </runtime-shared-libraries>
  563.   -->
  564.    <!-- runtime-shared-library-path: specifies a SWC to link against, an RSL URL to load, with an optional policy file URL and optional failover URLs -->
  565.    <!-- runtime-shared-library-path usage:
  566.   <runtime-shared-library-path>
  567.      <path-element>string</path-element>
  568.      <rsl-url>string</rsl-url>
  569.      <policy-file-url>string</policy-file-url>
  570.   </runtime-shared-library-path>
  571.   -->
  572.    <runtime-shared-library-settings>
  573.       <!-- runtime-shared-library-settings.application-domain: override the application domain an RSL is loaded into. The supported values are 'current', 'default', 'parent', or 'top-level'.-->
  574.       <!-- runtime-shared-library-settings.application-domain usage:
  575.      <application-domain>
  576.         <path-element>string</path-element>
  577.         <application-domain-target>string</application-domain-target>
  578.      </application-domain>
  579.      -->
  580.       <!-- runtime-shared-library-settings.force-rsls: force an RSL to be loaded, overriding the removal caused by using the remove-unused-rsls option-->
  581.       <!-- runtime-shared-library-settings.force-rsls usage:
  582.      <force-rsls>
  583.         <path-element>string</path-element>
  584.         <path-element>string</path-element>
  585.      </force-rsls>
  586.      -->
  587.    </runtime-shared-library-settings>
  588.    <!-- size-report: Output an XML-formatted report detailing the size of all code and data linked into the application.-->
  589.    <!-- size-report usage:
  590.   <size-report>filename</size-report>
  591.   -->
  592.    <!-- static-link-runtime-shared-libraries: statically link the libraries specified by the -runtime-shared-libraries-path option.-->
  593.    <static-link-runtime-shared-libraries>false</static-link-runtime-shared-libraries>
  594.    <!-- swf-version: specifies the version of the compiled SWF file.-->
  595.    <swf-version>29</swf-version>
  596.    <!-- target-player: specifies the version of the player the application is targeting. Features requiring a later version will not be compiled into the application. The minimum value supported is "9.0.0".-->
  597.    <target-player>18.0</target-player>
  598.    <!-- tools-locale: specifies the locale used by the compiler when reporting errors and warnings.-->
  599.    <!-- tools-locale usage:
  600.   <tools-locale>string</tools-locale>
  601.   -->
  602.    <!-- use-direct-blit: Use hardware acceleration to blit graphics to the screen, where such acceleration is available.-->
  603.    <!-- use-direct-blit usage:
  604.   <use-direct-blit>boolean</use-direct-blit>
  605.   -->
  606.    <!-- use-flashbuilder-project-files usage:
  607.   <use-flashbuilder-project-files>boolean</use-flashbuilder-project-files>
  608.   -->
  609.    <!-- use-gpu: Use GPU compositing features when drawing graphics, where such acceleration is available.-->
  610.    <!-- use-gpu usage:
  611.   <use-gpu>boolean</use-gpu>
  612.   -->
  613.    <!-- use-network: toggle whether the SWF is flagged for access to network resources-->
  614.    <use-network>true</use-network>
  615.    <!-- verify-digests: verifies the libraries loaded at runtime are the correct ones.-->
  616.    <!-- verify-digests usage:
  617.   <verify-digests>boolean</verify-digests>
  618.   -->
  619.    <!-- version: display the build version of the program-->
  620.    <!-- version usage:
  621.   <version>boolean</version>
  622.   -->
  623.    <!-- warning-problems: specifies the fully qualified class names of compiler problems that should be reported as warnings.-->
  624.    <!-- warning-problems usage:
  625.   <warning-problems>
  626.      <class>string</class>
  627.      <class>string</class>
  628.   </warning-problems>
  629.   -->
  630.    <!-- warnings: toggle the display of warnings-->
  631.    <!-- warnings usage:
  632.   <warnings>boolean</warnings>
  633.   -->
  634. </flex-config>
Advertisement
Add Comment
Please, Sign In to add comment