Class: FlashSDK::AMXMLC
- Inherits:
-
MXMLC
- Object
- Sprout::Executable::Base
- CompilerBase
- MXMLC
- FlashSDK::AMXMLC
- Defined in:
- lib/flashsdk/amxmlc.rb
Overview
This is a wrapper for the AIR MXMLC compiler.
Instance Attribute Summary
Attributes inherited from CompilerBase
Instance Method Summary collapse
-
#executable ⇒ Object
The default executable target.
-
#execute(*args) ⇒ Object
TODO: Remove this method once this bug is fixed: www.pivotaltracker.com/story/show/4194771.
Methods inherited from MXMLC
#default_prefix, #include_resource_bundles, #input, #pkg_name, #pkg_version, #use_fcsh?
Methods inherited from CompilerBase
#accessible, #actionscript_file_encoding, #allow_source_path_overlap, #as3, #benchmark, #context_root, #contributor, #creator, #date, #debug, #debug_password, #default_background_color, #default_css_url, #default_frame_rate, #default_script_limits, #default_size, #define_conditional, #description, #dump_config, #el, #es, #external_library_path, #externs, #file_specs, #fonts_languages_language_range, #fonts_managers, #fonts_max_cached_fonts, #fonts_max_glyphs_per_face, #frames_frame, #generate_frame_loader, #headless_server, #include_libraries, #include_path, #includes, #incremental, #keep_as3_metadata, #keep_generated_actionscript, #l, #language, #lazy_init, #library_path, #license, #link_report, #load_config, #load_externs, #locale, #localized_description, #localized_title, #namespaces_namespace, #optimize, #output, #publisher, #raw_metadata, #resource_bundle_list, #rsl, #rslp, #runtime_shared_libraries, #runtime_shared_library_path, #services, #show_actionscript_warnings, #show_binding_warnings, #show_deprecation_warnings, #show_shadowed_device_font_warnings, #show_unused_type_selector_warnings, #source_path, #static_link_runtime_shared_libraries, #static_rsls, #strict, #target_player, #theme, #title, #use_network, #use_resource_bundle_metadata, #verbose_stacktraces, #verify_digests, #warn_warning_type, #warnings
Instance Method Details
#executable ⇒ Object
The default executable target.
10 |
# File 'lib/flashsdk/amxmlc.rb', line 10 set :executable, :amxmlc |
#execute(*args) ⇒ Object
TODO: Remove this method once this bug is fixed: www.pivotaltracker.com/story/show/4194771
16 17 18 19 |
# File 'lib/flashsdk/amxmlc.rb', line 16 def execute *args self.executable = :amxmlc super end |