Typing Preferences in Flash Builder

I noticed that Flash Builder (including the Burrito preview) is missing they 'typing' preferences under the 'editor' preferences.  FDT as well as many other plugins have this preference which allow you to turn on and off preferences for having quotes and paranthesis automatically close when typed with your cursor ending up between them (which is a huge time saver).  Any chance this can be activated in the final Buritto release?

Adobe Flex 4: Training from the Source, Volume 1
this book is in color or "black and white"?

Similar Messages

  • Using dynamic text in Flash Builder

    Hi,
    I'm trying to get some dynamic text to my web page. The text is readed from .txt file
    I use AS script which i was using in a project I made with Flash Pro and now i try to implement it in Flash Builder project
    The script look like this:
    var req:URLRequest = new URLRequest("design_1.txt");
    var loader:URLLoader = new URLLoader();
    function textLoaded(event:Event):void
    design.text = loader.data;
    loader.addEventListener(Event.COMPLETE, textLoaded);
    loader.load(req);
    So first I made a project with Flash Catalyst and in there I created an area text element. Then I imported the project to Flash Builder and put the AS script in the <Script> section and gave the <RichText> an id="design".  The text is just simple text and formatting happens in richtext element.
    So, when i try to compile the FB project it give me and parse error "undefined property error req", "undefined property error loader" etc.
    So should i alter the AS script for FB or is there something else wrong? I tried to google how to use dynamic text in FB but couldn't find any easytyutorials. I'm mostly a desginer so coding isn't my speciality. But thanks for help!

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Problem signing application to BlackBerry from Flash builder 4.6 premium

    Hi,
    I would like generate "BlackBerry" version of my application with Flash Builder, for this i'm using this guide.
    http://docs.blackberry.com/en/developers/deliverables/37176/BlackBerry_Tablet_OS_SDK_for_A dobe_AIR-Getting_Started_Guide_for_Windows_Developers--1943146-1206065540-001-2.0_Beta-US. pdf
    First, i have uninstalled older flash builder versions, and i have installed Flash builder 4.6 premium.
    After, I have installed the BlackBerry Tablet OS SDK for Adobe AIR.
    Next, I have updated the BlackBerry Tablet OS SDK plug-in.
    But, my problem is using the deployment setup wizard.
    I tried with the BlackBerry Tablet Simulator started, but when I click "Run the BlackBerry Tablet OS Deployment Setup Wizard" to configure your development environment, the wizard is not showing.
    I would like generate my application, ".bar" file, signed with the reals certificates of BlackBerry. But i don´t know what is the problem.
    Somebody have tested if this wizard is working to Flash builder 4.6.
    Furthermore, i have tried to setting the reals certificates of BlackBerry, with the preferences window:
    Flash Builder > Preferences > Flash Builder > Target Platforms > BlackBerry Tablet OS > Signing.
    Such as at this url:
    http://www.adobe.com/devnet/air/articles/packaging-air-apps-blackberry.html
    But when i click Register button, the dialog is not showing.
    Any idea is wellcome.
    Thanks

    Hi all,
    I have found the problem
    BlackBerry Tablet OS search a path that don´t exist in my spanish Windows X.
    As my system is at spanish, BlackBerry Tablet OS installer create this path:
    %HOMEPATH%\Configuraci¾n local\Datos de programa\Research In Motion
    To resolve the problem, you must to create the path in english and copy the content of spanish path:
    %HOMEPATH%\Local Settings\Application Data\Research In Motion
    By default, code signing keys are stored in a central location in your profile directory and used by all BlackBerry Tablet OS development tools. The default locations of these files vary based on operating system and  are outlined in the following table.  
    Note: In a Windows XP environment, the default  %HOMEPATH% is C:\Documents and Settings\<username>.  In a Windows Vista and Windows 7 environment, the default %HOMEPATH% is  C:\Users\<username>.
    Windows XP
    %HOMEPATH%\Local Settings\Application Data\Research In Motion
    Windows Vista  and  Windows 7
    %HOMEPATH%\AppData\Local\Research In Motion
    Mac OS
    ~/Library/Research In Motion
    UNIX and Linux
    ~/.rim

  • Error message in trying to use local content in Adobe Community Help of Flash Builder

    Hi,
    I have set my Adobe Community Help application preferences of Flash Builder to 'Display local content only'.to Yes.
    I also disabled my internet connection to use local help content only.
    I get the following error message when trying to access any of the links from Help home page.
    To view the requested page, connect to the Internet or deselect "Display Local Help content only" in Preferences.
    I understand this is due to all the links point online HTTP urls.
    But why cannot the local help content be accessed when it is already downloaded to local and the 'Display local content only' option is set to Yes?
    This saves me a lot ot time otherwise using Adobe Community Help is painful even for a short period of time.
    Thanks,
    Ram Manoj Kongara.

    Hi, Ram -
    To help troubleshoot your problem, can you please do the following:
    In the Adobe Community Help application, go to Edit > Preferences.
    Select Local Content.
    The list of Help packages downloaded locally appear. Make sure that the status of every Help packages reads “Current”. If the status of a Help package reads  "Out-of-Date”, select that Help package, and click Update to download the latest Help package. Note that to do this, you have to be connected to the Internet. Once you fully download the Help packages to your desktop, you can access Help offline.
    One other thing that I would want you to check is the Adobe Community Help Client version that you are using. To check that, in the Adobe Community Help application, go to File > About Adobe Help. The build version should be 3.2.0.610.
    Let me know if this helps. If the issue still persists, we can investigate further.
    Thanks,
    Mallika Yelandur
    Technical writer, Adobe Flash Builder

  • Using code templates in Flash Builder

    Hi, all;
    I know how to change most of the templates so that they go from the default "uncuddled" brackets to "cuddled"
    i.e.
    public function notCuddled():void
         //TODO
    vs.
    public function cuddled():void {
         //yay! no wasted space
    However, I have not found the template used for the constructor for a generated Class, so I get:
    package my.package {
         public class MyLovelyCuddledClass {
              public function MyLovelyCuddledClass()
              {//wasted line that I have to manually fix
    I love the new productivity enhamcements in FB 4.5, and they are so great that little nitpicks like this stand out.  Can anyone tell me where I can find the template that is used for this, so I can code to the fullest potential of the tool?
    TIA;
    Amy

    Hi Amy,
    You can customize 'New class' generation under Preferences->Editors->Flash
    Builder->FileTemplates->Action Script->New ActionScript class.
    Currently there are no template variables available constructors. But you
    can customize it as following,
    $
    ${import_declaration}
    $ {
      public function ${class_name}() {

  • Debugger error in flash builder 4.5

    Hi ...
    I'm using Adobe flash builder 4.5 and i tried to debug an .mxml application
    i got the following error...
    How can i resolve this problem??

    Hello,
    I also had same issue with my Flash Player.
    Make sure u have Debug version of the flash player installed.
    If not you can download it from from following link,
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe  (for IE)
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe   (for FIREFOX)
    Chrome has it inbuilt.
    Just make sure proper browser is selected in preferences of flash builder.
    Thanks and Regards,
    Kanchan Ladwani | [email protected] | www.infocepts.com

  • Adobe Flash Builder 4.7 Plug-in Utility Not Installing on Eclipse

    I am trying to install Flash Builder 4.7 Plugin into Eclipse. I have downloaded Flash Builder Premium via Adobe's Creative Cloud. I have also installed Eclipse Indigo. I am running this all on Mac OSX.
    According to a tutorial I found I needed to go into the Utilities folder found in the Flash Builder install and run the Adobe Flash Builder 4.7 Plug-in Utility. It seemed to run fine. Afterwards you should be able to see "Flash Builder" in the help menu of Eclipse. However it is not there. You should also be able to set Flash Builder preferences under Window --> Preferences. Flash Builder is also not visible there.
    According the the tutorial there should also be this file "fb-4_7-plugin-encoded.link" created in the "dropins" folder of Eclipse. This file is created. However it is blank.
    I looked into the installation log and there was only one concerning message.
    Move File: Destination: /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link
    Status: WARNING
    Additional Notes: WARNING - There was a problem moving /Applications/eclipse/dropins/fb-4_7-plugin-encoded.link
    I am unsure what this means the documentation seems to be pretty sparse. However, it seems to be the only problem in the entire installation process. Any ideas or suggestions on what could be causing this error would be great.

    Hey,
    I actually did solve this.  Forgot to come back and answer.  Hopes this helps Stefano.
    I went into dropins/fb-4_7-plugin-encoded.link and edited it to say the following:
    path=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.7

  • Network Monitor Causing error in Flash Builder 4

    I am working with PHP data services on a MAMP server.  Everything works fine until I turn on the network monitor.  When network monitor is enabled, my first call to the server returns the following error:
    Send failed
    Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed: url: 'http://localhost:8888/Dashboard1/gateway.php'
    The url correctly points to the gateway.php file so I am not sure where to start looking for the issue.
    Any help here would be greatly appreciated.  Thanks!

    Hello,
    I also had same issue with my Flash Player.
    Make sure u have Debug version of the flash player installed.
    If not you can download it from from following link,
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_ax_debug.exe  (for IE)
    http://download.macromedia.com/pub/flashplayer/updaters/10/flashplayer_10_plugin_debug.exe   (for FIREFOX)
    Chrome has it inbuilt.
    Just make sure proper browser is selected in preferences of flash builder.
    Thanks and Regards,
    Kanchan Ladwani | [email protected] | www.infocepts.com

  • Flash builder 4.7 lags on big files

    Hi
    I starts using new Flash Builder 4.7 three days ago.
    I have file that contain 5000 strings of code. And when I open this file and starts edit it - flash builder starts terrible lags! I can print only 3-4 chars per minute...
    There was not such problem in FB 4.6
    How can i fix it?

    Hi,
    Please provide few more info.
    1. What is your machine config?
    2. What exactly is the content of file? Can you provider us a sample?
    3. How big is your project? Is it flex or ActionScript project?
    4. Do you see any improvement if you turn off "Report problems when typing" in Preferences->Flash Builder->Editors ?

  • Import new Device Configurations in Flash Builder 4.6

    In Flash Builder 4.5, there is a button on the Preferences>Flash Builder>Device Configuration panel to import new devices from a database. That button is gone in Flash Builder 4.6. Is there a way to import new device configuration in Flash Builder 4.6 without typing in the information manually?

    Did you find an answer to this?

  • Launch flash builder from flash cs5 don't work

    hi
    I have a trial version of flash builder (eclipse plug-in) and registered flash cs5 pro
    I'm trying to open a new AS3 class like in this tutorial: http://tv.adobe.com/watch/learn-flash-professional-cs5/using-flash-pro-and-flash-builder-t ogether/
    and it doesn't work.
    at first it did asked if I want to edit the file in flash builder or not, and it didnt work.
    now it won't even ask.
    what can I do?
    and also I cant open a flash proffessional  project in flash builder, it says "This feature requires Adobe Flash CS5 or higher to be installed."
    but it is installed!
    frustrated...

    I gave this a shot, using CS5, and when I started a new AS3 file I got the appropriate prompt asking me which application should edit my file...
    Flash Pro
    Flash Builder
    When I chose Flash Builder, (which I had already running), it opened the new AS3 file there with no problems. Interestingly, when I closed FB, and with Flash Pro created a new AS3 class, I wasn't prompted (and the AS file opened in Flash Pro) - so it does require that FB be running, or else Flash Pro will be the default editor.
    For the issue of Flash no longer prompting you "Who" will open a new file, you can change that here:
    Edit > Preferences > ActionScript > Several items down is the Class editor. Change that to Flash Builder
    If you still have problems...Are you able to successfully launch Flash Builder 4 by itself? Or has the trial expired?
    Last but not least, it's worth mentioning another fantastic AS editor (in case you don't really need FB, and/or your trial runs out):
    http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page

  • How can I overlay AIR 3.5 SDK in Flash Builder 4.7?

    I'm trying to overlay the new Air 3.5 sdk in Flash Builder 4.7 but the option to use specifed sdk is unavailable in the project preferences. What is the solution here?

    Hi,
    Can you please let me know whether you have overlaid it on Win/Mac?
    When you have created the mobile project what does app.xml show? for example if you have 3.5 overlaid you should be able to see something like this in app.xml
    <application xmlns="http://ns.adobe.com/air/application/3.5">
    For overlaying AIR 3.5 SDK on Flex SDK 4.6 locally following the instructions mentioned in the below url and then create a Flex Mobile project using that SDK.
    Overlay help document link : http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    Let me know if you need more information.
    Thanks,
    Hari

  • Problems adding native extensions from linked resources in Flash Builder 4.7

    While adding native extensions (.ane files) from linked source folder in a Actionscript Mobile Project on Flash Builder 4.7, a java.lang.NullPointerException is thrown. Below is the stacktrace. Any help would be appreciated.
    Also, what is the link/site to file Flash Builder 4.7 bugs?
    java.lang.NullPointerException
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXMLModel (AppXMLFileANEExtensionHandler.java:78)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:65)
              at com.adobe.flexbuilder.project.ui.utils.ANE.AppXMLFileANEExtensionHandler.addToAppXmlFile( AppXMLFileANEExtensionHandler.java:48)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:791)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEController.applyWorkingCopy(ANEController.j ava:814)
              at com.adobe.flexbuilder.project.ui.utils.ANE.ANEpathControl.contributeToLibraryPath(ANEpath Control.java:723)
              at com.adobe.flexbuilder.project.ui.utils.AirBuildPathsPropertiesPane.contributeToLibraryPat h(AirBuildPathsPropertiesPane.java:85)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.getLibraryPath(Ab stractBuildPathsPropertiesPane.java:1344)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.applyProjectSettings(B uildPathsPropertyPage.java:520)
              at com.adobe.flexbuilder.project.ui.properties.AbstractFlexProjectPropertyPage.performOk(Abs tractFlexProjectPropertyPage.java:117)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.performOk(BuildPathsPr opertyPage.java:617)
              at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
              at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
              at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
              at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDial og.java:447)
              at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
              at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at org.eclipse.ui.dialogs.PropertyDialogAction.run(PropertyDialogAction.java:158)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              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.Display.sendEvent(Display.java:4128)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1457)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1480)
              at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1465)
              at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1270)
              at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3974)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3613)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
              at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:79)
              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:344)
              at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:597)
              at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    A year later, but I'm facing the same bug.
    If your ever found a solution I'd be glad to hear.
    I filed a bug with more details and my own workaround: 
      3697022

  • Flash Builder 4 fails on Mac OS X

    Hi,
    I've a strong problem to run Flash Builder 4 on a Mac OS X 10.5.7
    Install works perfectly, in all cases.
    with Eclipse plug-ins version, Eclipse starts. But when I try to open any Flash perspective in Eclipse I got the message :
    Erros opening perspective 'com.adobe.flexbuilder.editors.mxml.ui.perpective.development'
    When I try to use stand alone Flash Buidler, it is worse : Flash BUilder do not start and display an error asking to check the log (see below), then crashes.
    Here's the log (sorry for the length) , almost the same if I use Eclipse plug-ins or stand alone Flash BUilder. I've tried many many things like install clean carbon Eclipse first the Flash BUilder, Install embedded eclipse version, etc. It never works. Attemps to use other JVMs versions also failed. An idea ? Flex Builder 3 works perfectly on the same machine, as well as Java or C++ versions of Eclips.
    !SESSION 2009-07-30 09:48:59.756 -----------------------------------------------
    eclipse.buildId=unknown
    java.version=1.5.0_19
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=fr_FR
    Framework arguments:  -keyring /Users/cedricnicolas/.eclipse_keyring -showlocation
    Command-line arguments:  -os macosx -ws carbon -arch x86 -clean -keyring /Users/cedricnicolas/.eclipse_keyring -consoleLog -showlocation
    !ENTRY org.eclipse.ui 2 0 2009-07-30 09:49:06.035
    !MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.commands' extension point
    !SUBENTRY 1 org.eclipse.ui 2 0 2009-07-30 09:49:06.035
    !MESSAGE Could not parse key sequence: plug-in='com.adobe.flexbuilder.editorcore', id='com.adobe.flexbuilder.editorcore.modeswitch.toggle.def', keySequence='CTRL+MAJ+`'
    !ENTRY org.eclipse.osgi 4 0 2009-07-30 09:49:08.223
    !MESSAGE An error occurred while automatically activating bundle com.adobe.flexbuilder.project (58).
    !STACK 0
    org.osgi.framework.BundleException: Exception in com.adobe.flexbuilder.project.internal.FlexProjectCore.start() of bundle com.adobe.flexbuilder.project.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1028)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start(ActionScriptPlugin.java:84)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :444)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:127 4)
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:160)
         at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:867)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
         at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescripto r.java:172)
         at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:729)
         at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:259)
         at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:147)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createPerspective(Workbench3x Implementation.java:55)
         at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1633)
         at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2414)
         at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
         at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
         at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
         at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :112)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         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:382)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    Caused by: java.lang.IllegalArgumentException: Non pris en charge : indent-number
         at org.apache.xalan.processor.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.jav a:576)
         at com.adobe.flexbuilder.util.XMLUtil.toByteArrayOutputStream(XMLUtil.java:208)
         at com.adobe.flexbuilder.util.XMLUtil.toString(XMLUtil.java:94)
         at com.adobe.flexbuilder.project.sdks.FlexSDKPreferences.saveToPrefStore(FlexSDKPreferences. java:271)
         at com.adobe.flexbuilder.project.sdks.FlexSDKPreferenceInitializer.initializeDefaultPreferen ces(FlexSDKPreferenceInitializer.java:43)
         at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(Pref erenceServiceRegistryHelper.java:276)
         at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefault s(PreferenceServiceRegistryHelper.java:130)
         at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(Preferences Service.java:367)
         at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPref erences.java:163)
         at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(DefaultPreferences. java:236)
         at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:232 )
         at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:3 07)
         at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:543)
         at org.eclipse.core.internal.preferences.DefaultPreferences.node(DefaultPreferences.java:150 )
         at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getDefaultPreferences(Pr eferenceForwarder.java:130)
         at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getString(PreferenceForw arder.java:636)
         at com.adobe.flexbuilder.project.sdks.FlexSDKPreferences.loadFromPreferenceStore(FlexSDKPref erences.java:260)
         at com.adobe.flexbuilder.project.internal.FlexProjectCore.getFlexSDKPreferences(FlexProjectC ore.java:976)
         at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.start(ActionScriptCore.java:3 73)
         at com.adobe.flexbuilder.project.internal.FlexProjectCore.start(FlexProjectCore.java:304)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         ... 123 more
    Root exception:
    java.lang.IllegalArgumentException: Non pris en charge : indent-number
         at org.apache.xalan.processor.TransformerFactoryImpl.setAttribute(TransformerFactoryImpl.jav a:576)
         at com.adobe.flexbuilder.util.XMLUtil.toByteArrayOutputStream(XMLUtil.java:208)
         at com.adobe.flexbuilder.util.XMLUtil.toString(XMLUtil.java:94)
         at com.adobe.flexbuilder.project.sdks.FlexSDKPreferences.saveToPrefStore(FlexSDKPreferences. java:271)
         at com.adobe.flexbuilder.project.sdks.FlexSDKPreferenceInitializer.initializeDefaultPreferen ces(FlexSDKPreferenceInitializer.java:43)
         at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.runInitializer(Pref erenceServiceRegistryHelper.java:276)
         at org.eclipse.core.internal.preferences.PreferenceServiceRegistryHelper.applyRuntimeDefault s(PreferenceServiceRegistryHelper.java:130)
         at org.eclipse.core.internal.preferences.PreferencesService.applyRuntimeDefaults(Preferences Service.java:367)
         at org.eclipse.core.internal.preferences.DefaultPreferences.applyRuntimeDefaults(DefaultPref erences.java:163)
         at org.eclipse.core.internal.preferences.DefaultPreferences.loadDefaults(DefaultPreferences. java:236)
         at org.eclipse.core.internal.preferences.DefaultPreferences.load(DefaultPreferences.java:232 )
         at org.eclipse.core.internal.preferences.EclipsePreferences.create(EclipsePreferences.java:3 07)
         at org.eclipse.core.internal.preferences.EclipsePreferences.internalNode(EclipsePreferences. java:543)
         at org.eclipse.core.internal.preferences.DefaultPreferences.node(DefaultPreferences.java:150 )
         at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getDefaultPreferences(Pr eferenceForwarder.java:130)
         at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.getString(PreferenceForw arder.java:636)
         at com.adobe.flexbuilder.project.sdks.FlexSDKPreferences.loadFromPreferenceStore(FlexSDKPref erences.java:260)
         at com.adobe.flexbuilder.project.internal.FlexProjectCore.getFlexSDKPreferences(FlexProjectC ore.java:976)
         at com.adobe.flexbuilder.project.actionscript.ActionScriptCore.start(ActionScriptCore.java:3 73)
         at com.adobe.flexbuilder.project.internal.FlexProjectCore.start(FlexProjectCore.java:304)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start(ActionScriptPlugin.java:84)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :444)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:127 4)
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:160)
         at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:867)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
         at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescripto r.java:172)
         at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:729)
         at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:259)
         at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:147)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createPerspective(Workbench3x Implementation.java:55)
         at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1633)
         at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2414)
         at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
         at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
         at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
         at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :112)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         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:382)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.osgi 4 0 2009-07-30 09:49:08.237
    !MESSAGE An error occurred while automatically activating bundle com.adobe.flexbuilder.codemodel (13).
    !STACK 0
    org.osgi.framework.BundleException: The activator com.adobe.flexbuilder.codemodel.CodeModelPlugin for bundle com.adobe.flexbuilder.codemodel is invalid
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:146)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start(ActionScriptPlugin.java:84)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :444)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:127 4)
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:160)
         at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:867)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
         at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescripto r.java:172)
         at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:729)
         at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:259)
         at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:147)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createPerspective(Workbench3x Implementation.java:55)
         at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1633)
         at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2414)
         at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
         at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
         at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
         at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :112)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         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:382)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    Caused by: java.lang.NoClassDefFoundError: com/adobe/flexbuilder/project/FlexWorkspaceRunner$ILockAsserter
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         ... 102 more
    Root exception:
    java.lang.NoClassDefFoundError: com/adobe/flexbuilder/project/FlexWorkspaceRunner$ILockAsserter
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start(ActionScriptPlugin.java:84)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :444)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:127 4)
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:160)
         at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:867)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
         at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescripto r.java:172)
         at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:729)
         at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:259)
         at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:147)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createPerspective(Workbench3x Implementation.java:55)
         at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1633)
         at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2414)
         at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
         at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
         at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
         at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :112)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         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:382)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    !ENTRY org.eclipse.osgi 4 0 2009-07-30 09:49:08.241
    !MESSAGE An error occurred while automatically activating bundle com.adobe.flexbuilder.as.editor (10).
    !STACK 0
    org.osgi.framework.BundleException: Exception in com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start() of bundle com.adobe.flexbuilder.as.editor.
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1028)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :444)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:313)
         at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:127 4)
         at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Re gistryStrategyOSGI.java:160)
         at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionR egistry.java:867)
         at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Configu rationElement.java:243)
         at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(C onfigurationElementHandle.java:51)
         at org.eclipse.ui.internal.registry.PerspectiveDescriptor.createFactory(PerspectiveDescripto r.java:172)
         at org.eclipse.ui.internal.Perspective.loadPredefinedPersp(Perspective.java:729)
         at org.eclipse.ui.internal.Perspective.createPresentation(Perspective.java:259)
         at org.eclipse.ui.internal.Perspective.<init>(Perspective.java:147)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createPerspective(Workbench3x Implementation.java:55)
         at org.eclipse.ui.internal.WorkbenchPage.createPerspective(WorkbenchPage.java:1633)
         at org.eclipse.ui.internal.WorkbenchPage.init(WorkbenchPage.java:2414)
         at org.eclipse.ui.internal.WorkbenchPage.<init>(WorkbenchPage.java:560)
         at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchPage(Workbench 3xImplementation.java:39)
         at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:756)
         at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1027)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
         at org.eclipse.ui.internal.Workbench$27.runWithException(Workbench.java:1361)
         at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
         at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
         at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
         at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3338)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3067)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2293)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at com.adobe.flexbuilder.standalone.FlexBuilderApplication.start(FlexBuilderApplication.java :112)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
         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:382)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    Caused by: java.lang.NoClassDefFoundError: com/adobe/flexbuilder/codemodel/tree/IASNode
         at com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start(ActionScriptPlugin.java:84)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         ... 83 more
    Root exception:
    java.lang.NoClassDefFoundError: com/adobe/flexbuilder/codemodel/tree/IASNode
         at com.adobe.flexbuilder.as.editor.ActionScriptPlugin.start(ActionScriptPlugin.java:84)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1 009)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextIm pl.java:1003)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 84)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
         at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:111)
         at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :427)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:193)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:36 8)
         at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackag e.java:33)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java :441)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
         at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
         at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:87)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
         at java.lang.Class.getDeclaredConstructors0(Native Method)
         at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357)
         at java.lang.Class.getConstructor0(Class.java:2671)
         at java.lang.Class.newInstance0(Class.java:321)
         at java.lang.Class.newInstance(Class.java:303)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundl e.java:141)
         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:9 80)
         at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
         at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:265)
         at org.eclipse.osgi.framework.util.Sec

    Dear all,
    Finally I solved the problem. Indeed, my boot hard disk had to be reformatted for a catalog file crash (not linked with this issue), forcing me to reinstall my Mac OS X from scratch.
    Then I reinstalled my environnement. The following process was successful, exactly in this order, as there is obviously a problem between svn eclipse plug-ins and Flash 4 Builder (for all OS, not only Mac OS : NEVER install svn after having install FB4, it doesn't work).
    1) Install eclipse-jee-ganymede-SR2-macosx-carbon.tar
    2) Install svn with only the 2 following components : (check only those 2 check box in Available Software panel in Eclipse Software updates menus)
          - SVN Team Provider incubation from Ganymede update site (http://download.eclipse.org/technology/subversive/0.7/update-site/)
         - SVNKit 1.1.7 Implementation from Polarion site : http://community.polarion.com/projects/subversive/download/eclipse/2.0/update-site/
    3) Install flashbuilder4_b1_plugin_mac_060109.dmg. Do not use the Eclipse bundled with Flash but select the Eclipse installed first, during plug ins install
    start Eclipse not from the shortcut given in Flash Builder directory, but with Eclipse standard icon.
    And it works fine now.
    It seems that most of my problems were coming from a bad install of svn, where I was installing windows extensions that are not used or course by svn plug ins on a Mac...
    Anyway, I suggest Adobe Flash builder team to think to use Eclipse Software Update standard procedure, instead of a proprietary installer. It would certify the right dependencies...

  • Output folder in Flash Builder 4.6 refuses to be anything but relative

    I just updated from Flash Builder 4.5 to 4.6. Things seemed to be going ok in terms of importing all my projects etc. (why can't there be a simple upgrade process rather than a complete uninstall/reinstall process?)
    But then I got to setting the Output Folder within the Flex Build Path section of the properties of my project.
    Now, as our dev environments we run glassfish servers locally on our testing machines and build our apps directly into them so our testing process is very quick. This was working fine in Flash Builder 4.5, I point my app's output folder to a location of the form:
    C:\Users\myUserName\glassfish3\glassfish\domains\domain1\eclipseApps\appname
    And that works fine, set by pasting in from an explorer window or Browsing there via the Browse button next to the field.
    Now when I try to do this within Flash Builder 4.6 I get nothing at all appearing if I use the browse button. No error, nothing saying it failed, just an empty field. If I try to paste in anything I get an error from Flash Builder saying '"Paste" did not complete normally."
    If I try to just type in the path it fails, it strips the leading C:\ and turns it into a relative path, which is completely useless.
    This is getting really annoying!
    Log file output after I tries to browse to the folder:
    !ENTRY org.eclipse.ui 4 0 2012-02-07 14:54:00.474
    !MESSAGE Unhandled event loop exception
    !STACK 0
    java.lang.NullPointerException
        at com.adobe.flashbuilder.launching.multiplatform.contributor.MultiPlatformDebugUtilLocalePa thVariable.resolvePath(MultiPlatformDebugUtilLocalePathVariable.java:68)
        at com.adobe.flexbuilder.project.PathVariableResolver.wrapPath(PathVariableResolver.java:198 )
        at com.adobe.flexbuilder.project.PathVariableResolver.makePathVariableRelative(PathVariableR esolver.java:283)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.makeRelativeOutpu tPath(AbstractBuildPathsPropertiesPane.java:946)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.makeRelativeOutpu tPath(AbstractBuildPathsPropertiesPane.java:931)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.browseForOutputFo lder(AbstractBuildPathsPropertiesPane.java:910)
        at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane$12.widgetSelected (AbstractBuildPathsPropertiesPane.java:805)
        at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
        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:4165)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
        at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
        at org.eclipse.jface.window.Window.open(Window.java:801)
        at com.adobe.flexbuilder.editors.derived.ui.navigator.FlexPackageExplorerPropertyDialogActio n.run(FlexPackageExplorerPropertyDialogAction.java:41)
        at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
        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:4165)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
        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:344)
        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:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

    me too
    !ENTRY org.eclipse.jface 4 0 2012-05-18 10:40:39.212
    !MESSAGE java.lang.NullPointerException
    !STACK 0
    java.lang.NullPointerException
              at com.adobe.flashbuilder.launching.multiplatform.contributor.MultiPlatformDebugUtilLocalePa thVariable.resolvePath(MultiPlatformDebugUtilLocalePathVariable.java:68)
              at com.adobe.flexbuilder.project.PathVariableResolver.wrapPath(PathVariableResolver.java:198 )
              at com.adobe.flexbuilder.project.PathVariableResolver.makePathVariableRelative(PathVariableR esolver.java:283)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.makeRelativeOutpu tPath(AbstractBuildPathsPropertiesPane.java:946)
              at com.adobe.flexbuilder.project.ui.utils.AbstractBuildPathsPropertiesPane.updateOutputFolde r(AbstractBuildPathsPropertiesPane.java:1218)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.applyProjectSettings(B uildPathsPropertyPage.java:444)
              at com.adobe.flexbuilder.project.ui.properties.AbstractFlexProjectPropertyPage.performOk(Abs tractFlexProjectPropertyPage.java:117)
              at com.adobe.flexbuilder.project.ui.properties.BuildPathsPropertyPage.performOk(BuildPathsPr opertyPage.java:586)
              at org.eclipse.jface.preference.PreferenceDialog$13.run(PreferenceDialog.java:964)
              at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
              at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
              at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
              at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:944)
              at org.eclipse.ui.internal.dialogs.FilteredPreferenceDialog.okPressed(FilteredPreferenceDial og.java:447)
              at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:233)
              at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
              at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
              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:4165)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
              at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
              at org.eclipse.jface.window.Window.open(Window.java:801)
              at com.adobe.flexbuilder.editors.derived.ui.navigator.FlexPackageExplorerPropertyDialogActio n.run(FlexPackageExplorerPropertyDialogAction.java:41)
              at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
              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:4165)
              at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
              at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
              at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
              at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
              at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
              at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
              at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
              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:344)
              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:622)
              at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
              at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

Maybe you are looking for

  • Installation problem in 10g on windows vista

    my system's OS is window vista. when i installed oracle 10 g then it is install easily and also working , but after reopen the system then it(oracle 10 g) is not working. gives different type error just like "listener does not currently know of servi

  • RE: Firming for Schedule Lines

    Hi MM Gurus, I have posted this question to ERP Manufacturing (PP) forum as I thought this is related to MRP settings. I am working with MRP creating schedule lines automatically, I need way to have firming indicator for the schedule lines that creat

  • Style sheets no longer working

    Style sheets created and used previously are no longer working (properly). What's up with that?

  • Button navigation... Again.

    I have 3 buttons inside a movieclip, which I want to navigate to the main timeline. For one of the buttons, this is the code in the timeline: homeheading.whyroll_btn.addEventListener(MouseEvent.CLICK, gotoNextFrame); function gotoNextFrame (evt: Mous

  • Server Problem confusion

    this is a project that I must complete for my final project. I don't want you to spell out what I should do. I would only like some pointers of where I should look or what I should try to do to complete this project. Please Help and again to write ou