Class: FlashSDK::ACOMPC
- Inherits:
-
COMPC
- Object
- Sprout::Executable::Base
- CompilerBase
- COMPC
- FlashSDK::ACOMPC
- Defined in:
- lib/flashsdk/acompc.rb
Overview
The ACOMPC tool is a wrapper for the acompc tool.
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 COMPC
#directory, #include_classes, #include_file, #include_namespaces, #include_resource_bundles, #include_sources, #input_class, #namespace, #pkg_name, #pkg_version
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.
11 |
# File 'lib/flashsdk/acompc.rb', line 11 set :executable, :acompc |
#execute(*args) ⇒ Object
TODO: Remove this method once this bug is fixed: www.pivotaltracker.com/story/show/4194771
17 18 19 20 |
# File 'lib/flashsdk/acompc.rb', line 17 def execute *args self.executable = :acompc super end |