Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9116719
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T04:44:30+00:00 2026-06-17T04:44:30+00:00

I have an Intellij module that is using another module as a library. The

  • 0

I have an Intellij module that is using another module as a library. The library can be linked using: Merged, External, Include, or Test.

What do these four options mean? How do they behave differently?

On the Intellij forums, someone mentioned “Merged” and “External” are similar to Flash Builder’s “Merged into code” and “Runtime shared library.” But if that’s the case, what do Include and Test do?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T04:44:32+00:00Added an answer on June 17, 2026 at 4:44 am

    The IntelliJ documentation only links to Adobe’s description of RSLs, but this is how the four settings work:

    • merge

      Links all the library symbols that are actually used in the project, and includes them into the target binary. This should be the default setting for creating SWF executables.

    • include

      Links all of the symbols in the library, regardless of whether they are used, and includes them into the target binary. This is useful when creating extension libraries (include the module you are extending with additional functionality, so that you need to include only one SWC later) or when you use getDefinitionByName often.

    • exclude

      Links the library classes at compilation time, but does not include them into the target binary. This means that the target binary stays small, but of course, excluded dependencies must then either be compiled into other libraries or exist as an RSL to be available at runtime – the program can’t run without them. This setting is especially useful when creating library SWCs, which would each include the playerglobal.swc and all their other dependencies, otherwise.

    • test

      Library classes are included only into the temp binaries used for FlexUnit tests. This prevents the FlexUnit framework itself, and other testing frameworks, such as Hamcrest or Mockolate, from bloating the production binary.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Grail application that references a Java library (as an IntelliJ Module
I have an Android project(A) that uses one library module(B) in Intellij IDEA 11.
I have a java web application which I can debug using IntelliJ or Eclipse
I am using Ant 1.8 I have multiple modules in intelliJ IDEA. Each module
Can I select a block of code and have IntelliJ wrap it with a
I am quite new to intellij and i have loaded in a project that
Does Intellij have any way of customizing the filtering the methods that are displayed
I'm using Intellij-IDEA 11. If there's a solution that works in 12, I'd be
I'm running IntelliJ Idea under linux. I have created a project and a module
I have Intellij IDEA Community installed on a Linux box that needs to use

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.