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

  • SEARCH
  • Home
  • 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 169491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:38:24+00:00 2026-05-11T12:38:24+00:00

So, what I have is a Flex application that is comprised of about 20

  • 0

So, what I have is a Flex application that is comprised of about 20 modules that are loaded at runtime. Each module is it’s own project in Flex Builder and what I’d like to do is have some way to create a release build of all of them without having to go to each project and selecting Project->Export Release Build…

How can I do such a thing?

  • 1 1 Answer
  • 2 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. 2026-05-11T12:38:25+00:00Added an answer on May 11, 2026 at 12:38 pm

    If you have a complex project it might be worth creating an ant build task. This lets you have very specific control over the build process and parameters.

    You can download ant from the website (manual here) . There is a version that’s included with eclipse, but I prefer to run it through the command lines.

    Flex builder comes with an ant library that defines tasks to build actionscript and mxml files. There’s some documentation here

    For instance, this is a sample mxmlc task that you can do by running ‘ant production-compile’ :

    <target name='production-compile'>         <mxmlc file='myApp.mxml'             show-actionscript-warnings='false'             output='myApp.swf'             debug='false'             optimize='true'             >              <default-size width='800' height='600'/>             <default-frame-rate>60</default-frame-rate>         </mxmlc> </target> 

    You can add mxmlc tasks for each of your modules, and this will let you build the whole application with one command.

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

Sidebar

Related Questions

I am starting a web application project that will have an Adobe Flex front-end
Can I create an application with Flex Builder Trial ( that I have just
I have Maven modules that produce a Flex application as an SWF file. I
I have a Flex application that can load modules as necessary. When the first
I have a portlet. Inside of this portlet I have Flex application that displays
I have created one application in flex that is accessing the Java webservice using
We have a Flex application which has several 'pages' worth of content. Each time
I have a flex application build with actionscript 3 on flex builder with unit
I have a flex application that uses the actionscript navigateToURL function to go to
I have a Flex 3.5 application that will serve multiple purposes, and as part

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.