Flash Builder 4.7 AIR Release Build certificate problem

I can´t export a Release Build of an AIR application in Flash Builder 4.7. In the Packaging Settings screen forms and buttons to browse for and create certificate are missing. There is just the notification that No certificate selected and Back and Cancel buttons. In Flash Builder 4.6 everything iworks allright. Can somebody help me?

Moving this discussion to the Using Flash Builder forum.

Similar Messages

  • Bug in flash builder 4? ( export air release build )

    Hi every one, I am working on a air application using flash builder 4. I tried to export an air release build and I chose my certificate and every thing seemed to be fine, but whrn I clicked on finish button, nothing happend!! I mean it did not do anything, no error message, nothing. after a lot of time I found out on of my images in assets folder starts with space. that was it!! flex 4 could not export the release build for that reason !!just make sure your file names do not start with space!!
    Anyways I thought to post it here maybe it saves some time for someone.
    cheers

    I had the same issue trying to export an air project:
    Start to export the release then nothing append, no .air file generated, and the compiler asking me again and again to choose files to be exported.
    The issue came from project-app.xml file containing leading space within tags.
    For instance <systemChrome> none </systemChrome> must be change to <systemChrome>none</systemChrome>. (Note the spaces around "none").
    The workspace log file might help in case of silent failure. flexWorkspace/.metedata/.log.
    Mine was:
    java.lang.reflect.InvocationTargetException
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:477)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage(ExportReleaseVersionWizard.java:265)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFinish(ExportReleaseVersionWizard.java:105)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
         at org.eclipse.jface.window.Window.open(Window.java:801)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:97)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.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(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         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:559)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.NullPointerException
         at com.adobe.air.ADTOutputStream.addDescriptor(ADTOutputStream.java:233)
         at com.adobe.air.AIROutputStream.addDescriptor(AIROutputStream.java:63)
         at com.adobe.air.ADTPackager.addSpecialFiles(ADTPackager.java:80)
         at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:156)
         at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:44)
         at com.adobe.air.AIRPackager.createAIR(AIRPackager.java:120)
         at com.adobe.flexbuilder.multisdk.apollo.export.AIRFileCreator.create(AIRFileCreator.java:200)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$2.run(ExportReleaseVersionWizard.java:251)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
         ... 45 more
    Root exception:
    java.lang.NullPointerException
         at com.adobe.air.ADTOutputStream.addDescriptor(ADTOutputStream.java:233)
         at com.adobe.air.AIROutputStream.addDescriptor(AIROutputStream.java:63)
         at com.adobe.air.ADTPackager.addSpecialFiles(ADTPackager.java:80)
         at com.adobe.air.AIRPackager.addSpecialFiles(AIRPackager.java:156)
         at com.adobe.air.ADTPackager.createPackage(ADTPackager.java:44)
         at com.adobe.air.AIRPackager.createAIR(AIRPackager.java:120)
         at com.adobe.flexbuilder.multisdk.apollo.export.AIRFileCreator.create(AIRFileCreator.java:200)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$2.run(ExportReleaseVersionWizard.java:251)
         at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
         at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
         at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:944)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.doPackage(ExportReleaseVersionWizard.java:265)
         at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFinish(ExportReleaseVersionWizard.java:105)
         at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:752)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:373)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:228)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
         at org.eclipse.jface.window.Window.open(Window.java:801)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(ExportReleaseVersionAction.java:97)
         at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction.run(ExportReleaseVersionAction.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(ActionContributionItem.java:584)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
         at org.eclipse.jface.action.ActionContributionItem$6.handleEvent(ActionContributionItem.java:452)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java:109)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         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:559)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Hope that helps...

  • Can't export AIR Release-Build -- won't let me enter password for Cert.

    I have a certificate for my AIR app, and since upgrading to Flash Builder 4.7, I cannot export a release-build of this app...  I go to Project | Properties | Flex Build Packaging and select the certificate, click OK and it never asks me for the password.  Then when I click Project | Export Release Build, I'm selecting the "Signed AIR Package" option, and it tries to compile it but then gives me an "Incorrect Password for this Certificate" error...  But it never even let me enter the password...  So what do I do?
    Thanks,
    L.

    So, I just created a whole brand-new AIR project.  Just a simple thing with a <s:TextArea> in it.  I can't export a release build on that project, either. 
    When you're on the initial screen you see after you select Project | Export Release Build, you fill in the folder where you want it to be exported and select which "Export As" option you want -- it's not supposed to jump immediately to compiling when you click "Next" is it?  "Finish" is grayed-out, so I would imagine there's another window that's supposed to pop up after I click "Next."  But it jumps straight to compiling when I click "Next," so I don't ever get a chance to even look at the certificate or enter a password for it...   How do I get it to stop jumping straight to compiling?
    L.

  • Export Air release build

    I am trying to export an air version of my application in Flash Builder 4.7.
    I tried to export it as 'Signed application with captive runtime'. I did not find a way to add my media folder and configutation files to the package, so I copied them manualy in the app folder. But starting the executable does exactly nothing. When I start the swf in Flash Player everything works fine. Is there a way to look for some error messages?
    TIA

    So, I just created a whole brand-new AIR project.  Just a simple thing with a <s:TextArea> in it.  I can't export a release build on that project, either. 
    When you're on the initial screen you see after you select Project | Export Release Build, you fill in the folder where you want it to be exported and select which "Export As" option you want -- it's not supposed to jump immediately to compiling when you click "Next" is it?  "Finish" is grayed-out, so I would imagine there's another window that's supposed to pop up after I click "Next."  But it jumps straight to compiling when I click "Next," so I don't ever get a chance to even look at the certificate or enter a password for it...   How do I get it to stop jumping straight to compiling?
    L.

  • Incorrect AIR release build destination

    Using Flash Builder 4, I observed that whenever an AIR project is compiled (Export Release Build) the resulting .air file is placed on the project's root regardless of the user's selection
    Same does not occur whti Flex project (Web Based)
    Any ideas?

    Interesting.
    I was thinking of it as a Flash Builder bug.
    However, behavior is similar but not identical. In my Flex (non AIR) project case export works perfectly.
    I am suspecting something configuration related. But, I haven't played at all with eclipse configuration (I never do for safety and uniformity etc.)
    I ended up thinking of it as a bug
    Any other ideas?

  • Flash Bulider 4.7 - Export Release Build does not work !!!

    Hi,
    I'm using Flash Bulider 4.7. I'm working on ActionScript 3.0 project using Starling for GPU rendering and SWC with Flash Art work for UI. While debug build is working properly, I cannot export release build. The exporting is finishing, all the assetes which are needed are included in the release (bin-release) folder, but there is NO SWF created(included). What could be an issue ? How can I export release build for the project ?
    Thanks,
    Nenad
    P.S. I have installed Flash Builder 4.6 too. It exports release build of the same project properly.

    Moving this discussion to the Using Flash Builder forum.

  • Ipa debug build works fine but release build crashes

    I have done a project in flash builder 4.6  air sdk 3.5 , using AS3  while debuging its works fine in emulator and device after that I installed the realease version on the same device which have IOS 7 the app crashes after loading the first screen and doesn't respond. Android version working fine too please help me on this topic thank you.

    Are you using device debugging or device debugging in interpreter mode? There is a chance that you’re relying on some external code in swfs you’re loading, and that will work in interpreter mode, and on Android, but not on iOS in a regular build.

  • Forms 10g Builder with 11g Database Release 1 - Connectivity Problems

    Hello All,
    I am trying to connect 11g Database (Version 11.1.0.7.0 mounted on Linux) from my Oracle Forms 10g Builder 10.1.2.0.2 in my client PC Windodws XP. But its just hanging and doesnt connects at all.
    Strange is that from the same Oracle home i am able to connect to same 11g user through the reports builder 10g and
    , sqlplusw and sqlplus from 10g home.
    But i am not able to connect to 11g R1 database from my Forms Builder alone. Why is this? Can the PROs get me out of this problem please.
    Thanks in advance.

    First, using 10.1.2.0 against 11.x is not recommended. You should at least be using 10.1.2.3 if you plan to work with 11.x. Further, there is a known issue which causes connection, compilation, and some sql execution to run significantly slowly. This issue has been corrected with a patch and new switch. If you have an active Support contact, I would recommend creating a Service Request in order to get the latest information.

  • Mxmlc arguments for replicating FB's Export Release Build

    Which mxmlc arguments do I need to replicate the behaviour of Flash Builder 4's Export Release Build?

    Noone?

  • Flash builder 4.7 air 3.6 new adt compiler

    Hi. Ive been having serious issues when i tried to "Export release build" using air 3.4 and/or air 3.5 on Flash builder 4.7. Goit a lot of nonsense java.lan.nullpinter exceptions and similar errrors.
    When i tried to debug or run, even on device generating the ipa, everything ok. But when i tried to export the project, and it tried to re-compile it, always got absurd java errors.
    Ive tried everything: downgrade the java virtual machine, reinstalling flash builder, air, even windows!!! Nothing worked. Even recovering previous stages of the project where I originally could export it (its even published on the appstore!). No use. The app that was working no problem, now when trying to export returns a lot of javanull pointers or similar crap.
    BUT, when trying to generate the ipa through via command lines  on the ms dos console it works!! So... its obvious the problem was on the adl+java duo.
    Thing is, I updated to the just released AIR 3.6 (not the beta, the release version). It uses .exes(on windows, which is the system im using)  instead of java, so it showed promise.
    I overlayed the air version on the flash builder following this instructions:
    http://forums.adobe.com/message/4797974
    Well, not exaclty, because then flash builder throws a lot of errors and dosent show me the package explorer for instance.
    I made a copy of the AIR folder, but not deleted the content, just copied the new air version files over and substitute the replicas, but kept the originals where no new file substituted them (dont know if im explaining it ok, sorry for my english).
    It worked... except for the damn "Export release build" option. It keeps trying to debug it using java instead of using the new adt. And I cant find how to change that.
    The adt on the other hand is being used ok, as i can check it when I try to run or debug the project targetting a device. Before I could check the command used and now Im not, so Im pretty sure its using the new .exe instead of the java version. But now I dont know how to generate the ipa targetting the app store, for instance via command line using the new adt nor can i do it exporting the project from the flash builder IDE.
    SO...
    is there anyone having similar problems?
    How can I correctly overlay air 3.6 over Flash Builder 4.7 and force it to use the new air adt and adl?
    Anyone tried?
    Thanks in advance folks!!!

    Thanks everyone for your collaboration.
    Hey Nabren, What do you mean by "as well"?
    Just to make it clear. I already followed the instructions here:
    http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder. html
    to overlay the air sdk. And the folder you are pointing me is the ONLY ONE the instructions tell me to replace. BUT when you say "as well" I understand something else have to be done.
    Ill explain the whole process Ive followed and the consequences:
    As I said I replaced the content on the AIRSDK placed in the fodler C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722 (or similar), for the content of the new SDK.
    The result is that flash builder throws me a lot of errors and is unable  to show even the package explorer, for instance or create a mobile project, so I went back to the original AIR folder. No problem there.
    When I was using flash builder 4.6 I overlayed the sdks in this way: made a copy of the last flex SDK (which already had the air sdk inside), and copied the content of the  latest AIR SDK over the current sdk, replacing only new files, keeping those not includded on the air sdk. That way I could keep several flex+air sdks, and could select wich sdk to use for each library/project. Now this doesnt work anymor on flahs builder 4.7.
    So I tried this:
    I made a copy of the AIR sdk under C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722 and copied over the new sdk ont he folder overwritting new files,keeping those not included on the new sdk... and this works! Everythings fine. I can debug complex projects on air simulator even launch it on an iphone or ipad...
    BUT it keeps throwing me JAVA errors (null pointer exceptions and things like that) when exporting that makes no sense at all (different errrors without making any change, now no error now another one...).
    More info on the projects provoking this behaviour:
    They are mobile projects (ios mainly). They use several libraries. Some of them come from compiled swcs from flash cs6 (wich contains classes we are using as views). All libraries have been double checked. They are fine. The problems emerge when trying to export targetting the apple store. Weve double checked the provisioning and the certificate. They are correct. In fact, when we try to generate the ipa using adt via command lines on ms-dos it works!
    Weve tried to remake and the rebuild the project class by class, even recreate the flas we are using to generate the swcs to be used as libraries on the project... it only works when the project is almost empty. As soon as some content is added.. bumm! Java errrors all over when trying to export.
    Our main machine is an i7 2.93 Ghz, 8 GB ram, 64 bits. Windows 7 Ultimate 64 bits, using Flash builder 4.7 64 bits and flash cs6 64 bits. But we have checked on other mahines and sme thing happens.
    Doesnt anyone else have these problems? Is there any other way to overlay the air sdk?
    Thanks again.

  • Can't Export Release Build for AIR app...

    Flash Builder 4.7 won't let me export a release build for any AIR apps at all...
    It started when I wanted to make some changes to an old AIR app.  Couldn't even run it in the debugger, so I updated the AIR SDK (using instructions found here: http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html   and here: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html )
    So after doing all that, and making some other changes, I finally got my AIR app to run in the debugger in Flash Builder 4.7.  Made the changes I wanted to make, then tried to Export Release Build...  Kept giving me a "Password Incorrect for this certificate" error whenever I tried it -- but it would never let me enter a password.  I went to Project | Export Release Build, and on the first screen there, I would click "Next" and it would jump straight to compiling, skipping over the screen where you're supposed to be able to enter the certificate info and password.
    Figured maybe because it was an old AIR project, that was causing the problem.  So I started a brand new AIR project -- very simple one with just a <s:Label> inside a <s:WindowedApplication>.  Went to Project | Properties | Flash Builder Packaging and created a brand-new self-signed certificate (which seemed to work) but again upon trying to export the release build, it wouldn't let me get to the screen where you enter the password.  Clicking "Next" from the first screen on Project | Export Release Build just jumps straight to compiling and (of course) it gives me the Incorrect Password error, because it never gave me a chance to enter the password.
    So what is going on here?  Why can I not export any release builds for any AIR projects?  This is extremely frustrating -- Flash Builder 4.6 never gave me these kinds of problems.  What can I do to fix Flash Builder 4.7 so it will work properly with AIR projects?
    Thanks,
    L.

    Hi,
    I think something's wrong with either your FB 4.7 installation, or how you updated the AIR SDK. I just walked through the exact steps you listed (except I already had the AIR SDK overlayed) and I can build a desktop AIR app without issue. I get prompted for the password and everything.
    I wish I had a better answer, but I'd suggest uninstalling and re-installing FB 4.7, be sure to remove preferences as well. Then before you update the AIR SDK, try building an AIR app with the base SDK that's included in 4.7. If you can get it to compile and prompt you for the password, then it's the way you overlayed the SDK that's messed something up.
    Make sure you download the correct AIR SDK that's specific to Flex. On this download page: http://www.adobe.com/devnet/air/air-sdk-download.html is a reference in small print that says: Note : Flex users will need to download the original AIR SDK without the new compiler. Mac Windows. Make sure it's that version of the SDK (without the ASC 2.0 compiler). Then try overlaying the SDK again and see if that works.
    I can definitely confirm that what you are experiencing isn't the norm, and that you can get the latest AIR SDK to work with FB 4.7
    Good luck!
    iBrent

  • Flash builder 4.7 and 3.5 sdk not able to complete an IOS release build

    Hello,   I am having a problem when I try to make an IOS ipad release build it never able to finish and fails due to compiler errors.   I am using window 7 and flash builder 4.7 and AIR sdk 3.5.   I have one actionscript mobile project linked to 5 libraries that were built in 4.6.   I have rebuilt all the project to support 3.5.   I can compile and play a debug version of the game in both standard and fast mode.  When I try to do a release build it goes to 4 percent and then fails.
    See details for more information.
      Encountered errors or warnings while building project ZooApp.as.
        ZooContext.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:497)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:463)
        at com.adobe.flash.compiler.internal.definitions.InterfaceDefinition$InterfaceIterator.<init >(InterfaceDefinition.java:273)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase.interfaceIterator(Class DefinitionBase.java:399)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase.isInstanceOf(ClassDefin itionBase.java:429)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.isInstanceOf(SemanticUtils.java :565)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.isValidTypeConversion(SemanticU tils.java:220)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.isValidTypeConversion(SemanticU tils.java:342)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkImplicitConver sion(MethodBodySemanticChecker.java:560)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkImplicitConver sion(MethodBodySemanticChecker.java:372)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFormalsVsActua ls(MethodBodySemanticChecker.java:758)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFunctionCall(M ethodBodySemanticChecker.java:842)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_functionAsMember Expr(ABCGeneratingReducer.java:3960)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.action_327(CmcEmitter.java:5339)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:86 06)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:69 52)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:95 07)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 732)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 723)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getABCBytesRequest(Compilatio nUnitBase.java:614)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:456)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getOutgoingDependenciesReques t(CompilationUnitBase.java:626)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUn itBase.java:1067)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startParsingImports(Compilati onUnitBase.java:924)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:450)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 95 more
        DinoZooContext.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:497)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:463)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.addImplicitOpenNamespaces(TypeScope.ja va:552)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.addImplicitOpenNamespaces(ScopeView.ja va:114)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSetImpl(ASScope.java:535)
        at com.adobe.flash.compiler.internal.scopes.ASScopeCache.getNamespaceSet(ASScopeCache.java:3 87)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSet(ASScope.java:492)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSetForNameImpl(ASScope.java: 461)
        at com.adobe.flash.compiler.internal.scopes.ASScopeCache.getNamespaceSetForName(ASScopeCache .java:549)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getNamespaceSetForName(ASScope.java:424)
        at com.adobe.flash.compiler.internal.scopes.ASScopeCache.findProperty(ASScopeCache.java:150)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findProperty(ASScope.java:1312)
        at com.adobe.flash.compiler.internal.definitions.references.LexicalReference.resolve(Lexical Reference.java:72)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:871)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:90)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveType(IdentifierNode.java: 406)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolveType(MemberAc cessExpressionNode.java:137)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkImplicitConver sion(MethodBodySemanticChecker.java:372)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFormalsVsActua ls(MethodBodySemanticChecker.java:758)
        at com.adobe.flash.compiler.internal.semantics.MethodBodySemanticChecker.checkFunctionCall(M ethodBodySemanticChecker.java:842)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.reduce_functionAsMember Expr(ABCGeneratingReducer.java:3960)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.action_327(CmcEmitter.java:5339)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:86 06)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:69 52)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.dispatchAction(CmcEmitter.java:95 07)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39704)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 732)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceSubgoals(CmcEmitter.java:39 723)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39703)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getABCBytesRequest(Compilatio nUnitBase.java:614)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:456)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getOutgoingDependenciesReques t(CompilationUnitBase.java:626)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUn itBase.java:1067)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startParsingImports(Compilati onUnitBase.java:924)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:450)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 105 more
        AppSettingsModel.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16748)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16788)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_1a457b6(CmcEmitter.java:13255)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12881)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_b169f8(CmcEmitter.java:13246)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12878)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get CostForRule_9664a1(CmcEmitter.java:20373)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:20008)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:19992)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getC ostForRule_18e3e60(CmcEmitter.java:13629)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getR ule(CmcEmitter.java:13561)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39689)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 70 more
        AnimatedScreenState.as: Internal error in ABC generator subsystem, when generating code for: E:\3lbs\projects\3pounds\applications\dinozoo\client\dinozooapp\src\dinozoo\model\screens tatemachine\AnimatedScreenState.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:497)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinitionBase$ClassIterator.next(Clas sDefinitionBase.java:463)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.<init>(ClassDirectiv eProcessor.java:316)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.<init>(ClassDirectiv eProcessor.java:182)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:422)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 32 more
        ScreenStateMachineModel.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16748)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16788)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_1a457b6(CmcEmitter.java:13255)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12881)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12947)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12925)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_IfStatementID_1_n .getCostForRule_7259da(CmcEmitter.java:14481)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_IfStatementID_1_n .getCost(CmcEmitter.java:14418)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getC ostForRule_18e3e60(CmcEmitter.java:13629)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getR ule(CmcEmitter.java:13561)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39689)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$CallerRunsPolicy.rejectedExecution(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
        at java.util.concurrent.AbstractExecutorService.submit(Unknown Source)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker.getRequest(RequestMaker.jav a:188)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.getABCBytesRequest(Compilatio nUnitBase.java:614)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startBuildAsync(CompilationUn itBase.java:1071)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.startParsingImports(Compilati onUnitBase.java:924)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleOutgoingDependenciesReque st(ASCompilationUnit.java:450)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processOutgoingDependenciesRe quest(CompilationUnitBase.java:886)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$500(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:378)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$6$1.call(CompilationUnitBase. java:374)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 87 more
        ParkContext.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16748)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCost(CmcEmitter.java:16788)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_1a457b6(CmcEmitter.java:13255)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12881)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCostForRule_ae000d(CmcEmitter.java:13341)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionCallID_2_ n.getCost(CmcEmitter.java:12893)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get CostForRule_1a8c4e7(CmcEmitter.java:20392)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:20011)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_Op_AssignId_2.get Cost(CmcEmitter.java:19992)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.getNaryCost(CmcEmitter.java:39963 )
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.access$000(CmcEmitter.java:30)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_BlockID_0_n.getCo st(CmcEmitter.java:10611)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getC ostForRule_18e3e60(CmcEmitter.java:13629)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_FunctionID_4.getR ule(CmcEmitter.java:13561)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduceAntecedent(CmcEmitter.java: 39689)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.reduce(CmcEmitter.java:39681)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.burm(CmcEmitter.java:39983)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateInstructions(ABCGenerat or.java:232)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:397)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateMethodBodyForFunction(A BCGenerator.java:351)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generateFunction(ABCGenerator.j ava:266)
        at com.adobe.flash.compiler.internal.as.codegen.ClassDirectiveProcessor.declareFunction(Clas sDirectiveProcessor.java:646)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:215)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declareClass(Global DirectiveProcessor.java:423)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:207)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.GlobalDirectiveProcessor.declarePackage(Glob alDirectiveProcessor.java:449)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.processNode(DirectiveProc essor.java:224)
        at com.adobe.flash.compiler.internal.as.codegen.DirectiveProcessor.traverse(DirectiveProcess or.java:189)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGenerator.generate(ABCGenerator.java:126)
        at com.adobe.flash.compiler.internal.units.ASCompilationUnit.handleABCBytesRequest(ASCompila tionUnit.java:374)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.processABCBytesRequest(Compil ationUnitBase.java:870)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase.access$300(CompilationUnitBas e.java:107)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:309)
        at com.adobe.flash.compiler.internal.units.CompilationUnitBase$4$1.call(CompilationUnitBase. java:305)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 8)
        at com.adobe.flash.compiler.internal.units.requests.RequestMaker$1.call(RequestMaker.java:22 2)
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
        at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:187)
        at com.google.common.collect.CustomConcurrentHashMap.hash(CustomConcurrentHashMap.java:1432)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:66)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.scopes.ASProjectScope.addScopeToCompilationUnitScopeLis t(ASProjectScope.java:1306)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:106)
        at com.adobe.flash.compiler.internal.projects.CompilerProject$ScopeMakerFunction.apply(Compi lerProject.java:95)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:155)
        ... 70 more
        ScreenNavigatorMediator.as: com.google.common.collect.ComputationException: java.lang.NullPointerException
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:167)
        at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingCo ncurrentHashMap.java:116)
        at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.jav a:67)
        at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623)
        at com.adobe.flash.compiler.internal.projects.CompilerProject.getCacheForScope(CompilerProje ct.java:701)
        at com.adobe.flash.compiler.internal.scopes.ASScope.findPropertyQualified(ASScope.java:1476)
        at com.adobe.flash.compiler.internal.definitions.references.ResolvedQualifiersReference.reso lve(ResolvedQualifiersReference.java:80)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1049)
        at com.adobe.flash.compiler.internal.definitions.DefinitionBase.resolveType(DefinitionBase.j ava:1089)
        at com.adobe.flash.compiler.internal.definitions.ClassDefinition.resolveBaseClass(ClassDefin ition.java:373)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.pushChildre n(TypeDefinitionBase.java:284)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:218)
        at com.adobe.flash.compiler.internal.definitions.TypeDefinitionBase$TypeIterator.next(TypeDe finitionBase.java:176)
        at com.adobe.flash.compiler.internal.scopes.TypeScope.getPropertyForMemberAccess(TypeScope.j ava:321)
        at com.adobe.flash.compiler.internal.scopes.ScopeView.getPropertyForMemberAccess(ScopeView.j ava:80)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:880)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:842)
        at com.adobe.flash.compiler.internal.scopes.ASScope.getPropertyFromDef(ASScope.java:761)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolveMemberRef(IdentifierNode. java:830)
        at com.adobe.flash.compiler.internal.tree.as.IdentifierNode.resolve(IdentifierNode.java:378)
        at com.adobe.flash.compiler.internal.tree.as.MemberAccessExpressionNode.resolve(MemberAccess ExpressionNode.java:125)
        at com.adobe.flash.compiler.internal.semantics.SemanticUtils.transformNameToConstantValue(Se manticUtils.java:2498)
        at com.adobe.flash.compiler.internal.as.codegen.ABCGeneratingReducer.isCompileTimeConstant(A BCGeneratingReducer.java:2473)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter.isCompileTimeConstant(CmcEmitter. java:90)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.cachedCost_4411a827(CmcEmitter.java:17239)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmitter$JBurgAnnotation_MemberAccessExpre ssionID_2.getCostForRule_119c082(CmcEmitter.java:17232)
        at com.adobe.flash.compiler.internal.as.codegen.CmcEmit

    I experienced this problem today, and kind of "solved" it. There may be an underlying bug, though.
    My project compiled fine last Thursday, but I opened it up on Monday (unchanged) and this error showed up in several files. I tried quitting and restarting Flash Builder to no avail. I could not replicate the problem in a new project.
    For me, each occurence of the error was at a private function definition, so I thought I would try changing "private" to "public" on one of the functions. The error immediately went away in all 3 locations (not just the one I edited). I then changed it back to "private" with no error.
    I hope that will help the Adobe team track down the problem.

  • Are Flash Professional Buttons broken in Flash Builder 4.7/AIR 3.4?

    Moved my ActionScript Mobile Project game from Flash Builder 4.6 / AIR 3.2 yesterday to the new release of 4.7 / AIR 3.4. I immediately ran into a problem with Flash Professional Button's working incorrectly. The buttons have linkages in a SWC exported from Flash Professional CS6, which the project has linked. The content of the buttons doesn't seem to matter. It seems to break in different ways visually depending on it's composition (sometimes it loads unreleated bitmap data or displays with a strange transformation). Has anyone else seen this behaviour so far?

    I don't have the time to create a unique project for adobe bug database. So many are having the same issue, I'm shocked that Adobe doesn't know about this already. This discussion that I'm writing in right now was started in december, almost 7 months ago.
    Joseph Labrecque says in his blog that adobe does know of this issue and is working on it, he said that 6 months ago. Is he incorrect?
    Joseph LabrecqueJanuary 4, 2013 at 6:21 pmGood news that Adobe is actively working on a fix for this issue.
    http://inflagrantedelicto.memoryspiral.com/2012/12/flash-builder-4-7-useflashsdk/

  • SWC PNG's invisible when compression is set to JPEG in Flash Builder 4.7/AIR 3.4

    Moved my ActionScript Mobile Project game from Flash Builder 4.6 / AIR 3.2 yesterday to the new release of 4.7 / AIR 3.4. One side effect was that when my PNG's in my assets SWC were set to use JPEG compression instead of PNG, they are invisible at runtime. I haven't found any mention of this when searching so far. I can just use PNG compression for now, but it's nice to have the choice. Anyone else run into this problem?

    I haven't seen this come up, however you might want to give our latest AIR 3.5 build a try (12/11/2012 - AIR 3.5 Runtime and SDK Update).  If it still occurs, could you please open a new bug report on this over at bugbase.adobe.com?  Please post back with the URL so that others affected can add their comments and votes.

  • Flash Builder Export Release Build Fails

    I'm having an issue when trying to export the release build of my AIR application in Flash Builder 4.5.  After choosing the key to sign the package and clicking finish to complete the export, it errors saying that "Error occurred while saving the project settings: "default" build target cannot be found for the selected project."  I've included the error message output to the log in the .metadata folder.  Any help would be great as this is baffling to me.
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-05-10 15:56:11.432
    !MESSAGE Failed to get build target settings: default
    !STACK 0
    java.lang.Exception
        at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1009)
        at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
        at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
        at com.adobe.flexbuilder.project.ui.utils.ProjectBuildPackagingUI.doApplySettings(ProjectBui ldPackagingUI.java:754)
        at com.adobe.flexbuilder.project.ui.utils.ProjectBuildPackagingUI.applySettings(ProjectBuild PackagingUI.java:781)
        at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionBuildPackagingPa geContent.saveSettings(ExportReleaseVersionBuildPackagingPageContent.java:131)
        at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionBuildPackagingPa ge.saveSettings(ExportReleaseVersionBuildPackagingPage.java:84)
        at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard.performFi nish(ExportReleaseVersionWizard.java:144)
        at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
        at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
        at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
        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.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.adobe.flexbuilder.exportimport.releaseversion.ExportReleaseVersionAction$1.run(Export ReleaseVersionAction.java:97)
        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 com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        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)

    Take a look at .actionScriptProperties file, there is <buildTargets/> tag. Ideally it should look something similar to
    <buildTargets>
        <buildTarget buildTargetName="default">
          <airSettings airCertificatePath="" airTimestamp="true" anePathSet="false" version="1">
            <airExcludes/>
            <anePaths/>
          </airSettings>
          <actionScriptSettings version="1"/>
        </buildTarget>
      </buildTargets>
    Changing this when FB is open wouldn't help. You would need update the file, while project is closed or flash builder is closed.

Maybe you are looking for

  • Not able to generate a test PDF form

    Hello gurus, I have created PDF forms before using WDJ. Now I fail to to generate a test PDF form using the help at [How to Create Online and Offline Forms in Web Dynpro (NW2004)|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/4fd2d690-0201-00

  • How to keep all developments in one package

    Hi I have a requirement In my company one new training server was installed for which all developments should be copied from other servers client. For this i have to keep all developments in one package. Can anyone suggest me how to do this urgent pl

  • Accessing custom classes from JSP

    Hi Guys, I am having some problems accessing my custom classes from my JSP. 1) I've created a very simple class, SimpleCountingBean that just has accessors for an int. The class is in the package "SimpleCountingBean". I compiled this class locally on

  • Problem with text fields

    Hi ,I'm new to javascript and have following problem I have 4 text fields on my jsp form.. <input type="text" name="text1"> <input type="text" name="text2"> <input type="text" name="text3"> <input type="text" name="text4"> and I want to do this: If t

  • Burn flv to dvd?

    How do I burn .flv files to dvd? Imovie doesn't recognize files I download from youtube as movies.