Compiler options for release build

I am using Ant to build a series of swfs in an Actionscript project and I want to compile them as small as possible, but I can't compile them as small using Ant and the mxml compiler as I can compiling in FB using the Release Build.  What options can I use to emulate the FB release compilation?
I use optimize=”true” and debug=”false”
I have also seen this asked here:
On: http://flex.gunua.com/?p=79 Chris asked:
Does anybody know why the swf file is bigger when compiled by Ant, as opposed to when it’s done by the Flex Builder. It is even smaller (1/2 the size) when I use the “Export Release Build” option.
I am using optimize=”true” and debug=”false” in the mxml task, but it does not seem to be enough.

Hi Josh,
I think this should help. The -dump-config option should help you get what you want.
http://help.adobe.com/en_US/flashbuilder/using/WSbde04e3d3e6474c4-59108b2e1215eb9d5e4-8000 .html#WSbde04e3d3e6474c4-59108b2e1215eb9d5e4-7ff0
Nishad

Similar Messages

  • Check in ActionScript if compiled for release-build

    Hi,
    I am looking for a way to check in ActionScript if it is compiled for a release build. I saw the flash.system.Capabilities.isDebugger, but that only detects if the player is a debug-player. What is the way to test this?
    Thank you,
    Andrej

    Hi,
    This question is related to Flash builder. Please post this under "Flash Builder 4 and Flex 4 Labs Archive" forum.
    Thanks

  • Flash Builder 4.5.1 - Problem compile Flex Mobile release build

    I am building a flex mobile applicaiton using Flash Builder 4.5.1. The application works fine on the device (Nexus S) and desktop in the debug mode however, whenever I export the release build the app is not installed on the device automatically. When I manually install .apk it also fails (get Application not installed message with green check mark). Any thoughts?

    Getting a big closer... Compiled .swf using mxmlc, then manually packaged .apk without any issues... When I try to run: adb install -r myapp.apk: I get the following error:
              pkg: /data/local/tmp/myapp.apk
    Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
    Perhaps certificates are not respected?

  • Compiler Options for Web App

    I am working on a training course that deploys a web application to a web server of my choice. I have Tomcat setup and I also have used the embedded server in JDeveloper 10g. There are several exercises that I have partial code written. When I try to deploy the app to test one of the exercises I get compiler errors on other parts of the web app.
    Is there any way I can tell the compiler to only compile those things that have changed or still deploy with errors? I was able to get it to deploy by commenting out several pieces of code, but this is not my optimal solution.
    Thanks

    yes, mod_plsql for Apache (the core of Oracle 9iAS) allows you to make PL/SQL calls from a browser environment and return HTML. the entire Oracle Portal product is written using this mechanism.
    learning JSP from scratch, and learning how to manage security, database connections and record sets would be a daunting task. if you want to learn Java, great. it's my favority web language. however, if you have PL/SQL experience and a need to get information to the web, use mod_plsql and generate dynamic content via PL/SQL and the database.
    good luck,
    rich

  • Uninstall option for LabVIEW build applicatio​n

    Hello All,
    I want to create a Uninstaller for and LabVIEW application created in 8.5.
    Please give your suggestion for how to create....
    Regards,
    Bharathi T

    This is still valid in LabVIEW 8.5, if you build an installer it will show up in the Windows program list.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • What is the gcc/g++ compiler option for data race?

    Is data race detaction supported on Linux using gcc/g++?
    It seems it is only supported on Solaris using -xinstrument=datarace option in "CC".
    Thanks,
    Ethan

    EthanWan wrote:
    Is data race detaction supported on Linux using gcc/g++?This is not the best place to ask about GNU compilers options this forum being about Sun Studio compilers. There are plenty of places devoted specifically to gcc/g++.

  • Export release build failed with an error message: complilation failed while excuting : compile-abc

    I updated air sdk from 4.0 to 16.0 beta to fix apple app store submitting bug. I can build the project and run it on simulator without any problem.  But when I tried to export the ios release build, I got this error message: complilation failed while excuting : compile-abc. 
    I use commmand line to excute compile-abc.exe with the parameters that adt gives it, but it failed without any error message.
    Here is the command line:
    compile-abc.exe -mtriple=armv7-apple-ios -filetype=obj -sdk "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/avmglue.abc" -fields "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.5\sdks\4.5.1 - air16\lib\aot/lib/air-fields.arm-air.txt" -O3 -abc-file-list=E:\MyApp\bin-debug\AOTBuildOutput8184169967790207636.tmp\ABCFilesList.txt
    There's a empty file AOTBuildOutput-0000001821_1821.o left in the command line workaroud path. I opened file AOTBuildOutput-0000001821.abc, but didn't get any clue. How can I trace this problem?

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

  • How can I get to the compiler arguments in Flash Builder 4.6?

    Howdy!
    So far I've been unable to locate any information that could help me with my task. The ultimate goal is to build my project's SWF with mxmlc. I was not able to figure it out and thought I'd install Flash Builder in the hopes of being able to get to the compiler arguments. No luck.
    First, I'm not the lead on the building of the SWF. This is done by another person via the Eclipse plugin; her hard drive crashed last night too. In fact I'm not a Flash developer. I'm coming at this from a Build Infrastructure perspective.
    Any help would be greatly appreciated.
    Cheers,
    Mel Riffe

    Mel Riffe,
    Here's a Help topic about compiler options in Flash Builder: http://help.adobe.com/en_US/flashbuilder/using/WSe4e4b720da9dedb524b8220812e5611f28f-7fe7. html
    For information on using mxmlc, the application compiler, to compile SWF files from your ActionScript and MXML source files, you can see: http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7fcc.html
    Hope this helps,
    Mallika Yelandur
    Flash Builder Community Help & Learning
    Adobe Systems Incorporated

  • Compiling mod_perl for Solaris 10 ....  grrrrrr

    I've got a scenario where I need to run MySQL in a cluster, and the application requires curl be compiled into php. After chasing my tail for weeks trying to get things to play nicely together, I decided to just compile everything from scratch. I have several identical boxes (V125) that need the same software stack also, so rather than building each one manually, I'm attempting to build things as statically as possible so that I can just tar up the stack and distribute it to all the machines that way.
    apache 2.0.59
    php 5.2.0
    perl 5.8.8
    MySQL 5.0.27
    openssl 0.9.8d
    curl 7.15.5
    expat 2.0.0
    gettext 0.16.1
    libxml2 2.6.27
    libiconv 1.11
    readline 5.2
    zlib 1.2.3
    And several perl modules, including DBI/DBD for both Oracle and MySQL
    I used the gcc compiler and associated environment packages from Blastwave. In the end I had a virtually static setup (still relies on things from /lib which is fine by me), except for the php5 and mod_perl modules for apache. The php worked like a champ as a loadable, but apache dies when trying to load the perl module:
    Syntax error on line 233 of /opt/CA/apache2.0.59/conf/httpd.conf:
    Cannot load /opt/CA/apache2.0.59/modules/mod_perl.so into server: ld.so.1: httpd: fatal: relocation error: file /opt/CA/apache2.0.59/modules/mod_perl.so: symbol PL_markstack_ptr: referenced symbol not found
    I really don't know how to troubleshoot this any further. Any ideas or help would be appreciated. I will attach my compile strings below so you can see what I have done.
    ./configure prefix=/opt/CA/gettext-0.16.1 program-transform-name='s/^gettext$/g&/;s/^msgfmt$/g&/;s/^xgettext$/g&/' disable-shared enable-static
    libiconv
    ./configure prefix=/opt/CA/libiconv-1.11 disable-shared enable-static with-gettext=/opt/CA/gettext
    xml2
    LD_OPTIONS="-L/opt/CA/gettext -L/opt/CA/libiconv -L/opt/CA/libiconv/lib -L/opt/CA/gettext/lib"
    ./configure prefix=/opt/CA/libxml2-2.6.27 disable-shared --enable-static
    readline
    /configure prefix=/opt/CA/readline-5.2 disable-shared --enable-static
    Zlib (could not find any static compile options for this)
    ./configure prefix=/opt/CA/zlib-1.2.3 shared
    openssl
    ./config prefix=/opt/CA/openssl-0.9.8d openssldir=/opt/CA/openssl-0.9.8d no-shared
    apache
    ./configure prefix=/opt/CA/apache2.0.59 enable-most with-ssl=/opt/CA/openssl disable-shared --enable-static
    CFLAGS="-mimpure-text"
    ./configure prefix=/opt/CA/php5.2.0 enable-bcmath enable-wddx with-mysql=/opt/CA/mysql with-apxs2=/opt/CA/apache/bin/apxs with-apache2=/opt/CA/apache enable-force-cgi-redirect enable-discard-path with-config-file-path=/opt/CA/php-5.2.0/etc enable-safe-mode enable-libgcc with-openssl=/opt/CA/openssl with-zlib=/opt/CA/zlib with-zlib-dir=/opt/CA/zlib with-readline=/opt/CA/readline without-pear with-curl=/opt/CA/curl enable-lib-libxml with-iconv=/opt/CA/libiconv with-mysql=/opt/CA/mysql with-mysqli=/opt/CA/mysql/bin/mysql_config with-libxml-dir=/opt/CA/libxml2 enable-shared=no enable-static=yes
    mod_perl
    /opt/CA/perl/bin/perl Makefile.PL MP_APXS=/opt/CA/apache/bin/apx
    Thanks in advance for any and all help!
    Dave

    Ok, I found my answer. Still don't know how to fix 1.37 itself, but turns out that the problem is fixed in 1.38, for anyone else with this issue.

  • Javac compiler options

    Could anyone explain the difference between these two javac compile options:
    -source <release> Provide source compatibility with specified release
    -target <release> Generate class files for specific VM version
    Say, I want to make sure my bytecode runs on Java 2 version 1.4 or above, which option should I choose?

    Could anyone explain the difference between these two
    javac compile options:
    -source <release> Provide source compatibility with specified releaseTurns on specific compiler cabilities.
    -target <release> Generate class files for specific VM versionGenerates class files that are compatible with specific versions (the class file
    format has changed somewhat with versions.)
    >
    Say, I want to make sure my bytecode runs on Java 2
    version 1.4 or above, which option should I choose?Well unless you are using 1.5 then you do not use either of the above options.

  • Export release Build failed.

    https://www.dropbox.com/s/kt6m03xmj5vee35/Aquarium.zip
    Fast & Standard version is OK.
    Error occurred while packaging the application:
    Exception in thread "main" java.lang.NullPointerException
         at adobe.abc.Block.succ(Block.java:150)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
         at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs_visit_el(Algorithms.java:194)
              at adobe.abc.Algorithms.dfs_visit(Algorithms.java:204)
              at adobe.abc.Algorithms.dfs(Algorithms.java:214)
              at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4672)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3546)
              at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2247)
              at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:532)
              at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:341)
              at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler.java:533)
              at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:80)
    Compilation failed while executing : ADT

    Still having similar issues - seems to be when I embed an image - but works for every release except for release build
    Tried your work around but doesnt seem to make a different
    [Embed(source = "/../assets/[email protected]")]
    protected static const ATLAS_IMAGE:Class;
    [Embed(source = "/../assets/[email protected]", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML:Class;
    [Embed(source = "/../assets/iconMap.png")]
    protected static const ATLAS_IMAGE_LOW_RES:Class;
    [Embed(source = "/../assets/iconMap.xml", mimeType = "application/octet-stream")]
    protected static const ATLAS_XML_LOW_RES:Class;
    if(Starling.current.viewPort.width > 320)
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE(), false), XML(new ATLAS_XML()));   
    }else{
    atlas = new TextureAtlas(Texture.fromBitmap(new ATLAS_IMAGE_LOW_RES(), false), XML(new ATLAS_XML_LOW_RES()));

  • Link ant step to 'Export Release Build'

    We're now managing our assets totally manually, mainly with ant steps, away from Flash Builder's hands, which imo gives us plenty of benefits, but one definite drawback, exporting a release build.  With nearly every other thing you do in Flash Builder, you're able to hook an Ant step to it, but I can't seem to find any place for release builds.
    Currently what we have to do is create the 'bin-release'/'bin-release-temp' (depending on the type of project web/mobile & desktop) and copy our assets in to that folder to be packaged up when we then do a release build.
    Is there any way to automate this step?  All previous attempts to figure out how to have proven to be in vain.
    I don't accept marking an assets folder that contains text and binary files as a source folder and choosing "Copy non-embedded files to the output folder" as a proper solution, as that creates an overhead on Flash Builder that's totally unnecessary and can produce lag while working with it, if you've a large assets folder.
    Thanks for any help ye might be able to give on this, seaders.

    So, even after setting up a new project, the problem didn't go away. Seems as if the problem sits within the libraries I'm using, though none of them do show any errors or problems.
    Edit:
    I was wrong accusing Flash Builder on this one! I've had two asset source paths that overlapped and apparently, Flash Builder can't handle that when you try to make a release build. Again, debugging always worked fine. I didn't get any warnings either, so it took me quite some time to even think that that might be an issue.
    Still, the pletheora of Flash Builder bugs remains!
    Found a new one with is also rather annoying recently;
    Open the local history of a file and try to copy some text from that file, you'll instantly get a java nullpointer, resulting in the fact that the text isn't copied to the clipboard.
    Edit2:
    That last edit was actually based on a premature thought of success. Unfortunately, the project still doesn't compile. There are no errors or problems whatsoever in neither of the library projects or the main project.
    Edit3: - Finally solved it!
    After re-installing FB4.7, thus overwriting the old installation with all it's SDKs, I figured that the merged SDKs might have been causing this issue.
    I've merged SDKs several times before using FB4.7 and it worked fine all the time, the absolutely ridiculous way Adobe forces us to update the AIR SDK with 4.7 is so prone to error, that I might have made a mistake this time though.
    So for everyone who struggles with this issue as well, make sure your SDKs are in order! Also check the version numbers in air-sdk-description.xml which is located in the AIRSDK folder.

  • "Export Release Build" does nothing in Burrito

    I get an error when trying to export a release build of a library project:  Unhandled event loop exception
    Is it necessary to do a release build to get rid of debug data maximize performance, minimize size of the SWC?
    If this is a bug, should I use Apache Maven or some such system for release builds in the meantime?
    Is there some work-around?  I saw this was a problem is Flash Builder 4 and 4.0.1 too based on forum posts but never experienced it.
    http://bugs.adobe.com/jira/browse/FB-29046
    http://bugs.adobe.com/jira/browse/FB-27412
    http://forums.adobe.com/thread/614588
    Here is the complete log:
    java.lang.NullPointerException
    at com.adobe.flexbuilder.exportimport.ExportImportPlugin.getExportReleaseBuildUIManager(Expo rtImportPlugin.java:154)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.getUIMana ger(ExportReleaseVersionWizard.java:108)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionProjectAndLocati onPage.getPageContent(ExportReleaseVersionProjectAndLocationPage.java:249)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionProjectAndLocati onPage.createControl(ExportReleaseVersionProjectAndLocationPage.java:176)
    at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
    at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.createPag eControls(ExportReleaseVersionWizard.java:414)
    at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
    at org.eclipse.jface.window.Window.create(Window.java:431)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
    at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(Export ReleaseVersionAction.java:93)
    at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportRe leaseVersionAction.java:103)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionI tem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java :411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Session Data
    eclipse.buildId=M20100909-0800
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86 -clean

    - It is a good practice to use a release-quality version (non-debug SWF file or AIR file) of your application using the Export Release.
    - You can choose to do a command line build using the steps mentioned here http://help.adobe.com/en_US/flashbuilder/using/WSbde04e3d3e6474c4-59108b2e1215eb9d5e4-8000 .html
    - Is it possible for you to share your project so that we can try to reproduce the problem at our end.

  • Flash Builder 4.7 Release Build plays slow on Android

    I am using FB 4.7 to build a mobile Flex app for Android (Nexus 10) which works fine when i use the debug apk in the development environment and on the Nexus but the release build plays at a slower framerate.
    It feels like the GPU render setting in the xml is ignored. The framerate is very slow during a big animation but speeds up in smaller animations
    If I decompile the release apk i can see the renderMode is set to GPU
    The release build process is also ignoring all the folders and associated files in the bin-debug. The only files copied to the release temp folder are the swf (with smaller filesize) and the app xml. I have to manually copy all associated files with each build, which is quite annoying
    Does anyone know how to fix the slow playback for release builds?
    Or is there a way to rename the development apk so that it doesn't have the '-debug' suffix as this apk plays correctly
    Thanks

    hi ade_1,
    i have figured out excatly the same where i also have the nexus 10 tables. Do you had a chance to test it on another device?
    Do you have found a way to fix it?
    I use AIR SDK 3.8 with FB 4.7.
    The release version with runtime build-in is a lot of slower.
    Thanx
    Gary
    Update:
    When i debug the app (over USB) and then export a release version that is automatic installed on the device, i got the slow performance. BUT!! when i switch off the device, discounnect the USB calbe, start the release app, i got the full performance back.
    Can you try this and report if i´m right?

  • Custom development for release in DBM to approve in workflow

    hi everyone,
    In Dealer Business Management, there is requirement for approvals in Sales Order, Service Order based on discount value.
    For particular discount value particular person has to approve.
    But there is no such release as in PR and PO for Sales Order and Service order in SAP DBM.
    we have to add options for release in it and have to develop custom rule.
    how can it be possible?

    Hi,
    You will be using user decision step for your approval and rejection process. 'User Decision' step has more than one outcome branches.
    In your case keep one branch will be for approval and another will be for rejection. So you will add an activity in the approval branch where MIGO will take place. This flow through this branch will only happen at the time you choose APPROVE. When you choose REJECT the flow will take the other branch which doesnot have the activity 'MIGO'. Hence MIGO will not take place in case of Rjection.
    Hope I was able to explain you.
    Regards
    Anik
    Edited by: ANIK SIRCAR on Sep 12, 2011 2:12 PM

Maybe you are looking for

  • Required User Exit Or Badi.

    Hi Friends, I am searching for the user exit or Badi . The scenario is:- First i create a Purchase Requisition in ME51N. After creating the PR, the transaction ME59 is run which automatically creates Purchase order from the PR. The automatic creation

  • Firefox 5.0.1 will not allow me to upload any files. I receive an error message, though I know the files are vaild.

    Firefox 5.0.1 for Mac OS 10.6.8 is not allowing me to upload attachments. I get a pink band with the message "Files with errors will not be uploaded". When I click on the View Error link, it tells me "This file couldn't be added because it appears to

  • Java runtime hangs - need help!

    I have a batch process that is getting totally hung up. Not sure if it is an application problem or a JVM problem. Here is the dump of the threads: Can anyone help me interpret this??? This runs on Solaris 8. Full thread dump Java HotSpot(TM) Client

  • Install Forms and Reports builder 11g without WebLogic Server

    Hello Everybody, Presently to install Forms and Reports builder 11g on a PC for developers, we need to install WebLogic Server prior to that. For this, we need lot of resources. Hardware, to download big software bundles, memory resources, etc... If

  • Flash 11.6 works, Flash 11.7 does not

    Tried several methods, nothing worked; the video does not start, just keeps black. Firefox uninstallation (and installation ;-), all other plugins deactivated, no installation of ad-plugins, no realplayer ... Used Adobe Flash uninstallation procedure