Flash Builder no longer compiles a project

After my last edit - no syntax errors - of a given project, Flash Builder no longer builds my project.
Restarted Flash Builder. Created a new project and copied all sources. Nothing helps. It just doesn't create the binary.
I see two problem reports.
Most of the time this one:
    An internal build error happened. See the error log for further details.
Then, sometimes, this one appears:
   Classes aren't allowed to be defined inside other classes.
The project is syntactically free of errors.
As soon as I remove the main component from the App.mxml, the build finishes orderly and the app starts up. In this case - as expected - with a blank window.
Does a workaround solution exist?  Does certain size restrictions make the build fail?
OS:
   Mac OS X Lion.
Bug-Report:
   http://bugs.adobe.com/jira/browse/FB-32216

Unbelieveable. After 2 day, I found the problem right now:
I wrote
  private var baseNiceText =  String = '';
instead of
  private var baseNiceText :  String = '';
After I changed the source and recompiled, the app builds.
Anyway, it's a problem inside of compiler.

Similar Messages

  • Flash Builder doesn't rebuild the project everytime I modify the code

    Hi,
    Flash Builder doesn't rebuild the project everytime I modify the code.
    I find myself chasing ghosts when trying to debug my project. Flash Builder 4.0 doesn't rebuild my project after every change I make.
    The "Project - Build Automatically" is of course selected. To make sure the problem is real I ran "Project - Build All" several times. Nothing helped.
    For example, I am using a boolean constant to select different code in an if block. Even if I change the value of the boolean, When I debug the code, I see that the constant's value doesn't change. Only If I log out login again, FB will rebuild my code.
    This happens too many times and it is very confusing to debug, when you don't know if the result now is with or without your changes.
    It also affects the following:
    - breakpoints that are set or disabled are not taken into account and the debugger will skip them even if they are set or stop on them if they are disabled.
    - the debugger stops the debug on empty lines, if those lines previously contained code.
    - When I comment out the declaration of variables. Eclipse doesn't recognize them and doesn't show any hint on them when you hold the CTRL key and hover over, but while in debug mode, when you hover over the variable instance, its shows a value for it.
    Thanks for your help.
    Bye,
    RaamEE-IL

    The problem is with the SDK settings selected for the Compiler.
    Try going to 'Project' > 'Properties' > 'ActionScript Compiler'.
    Now, in the 'Flex SDK section', try changing the SDK. Click on 'Apply'.
    This will force FB to rebuild all settings for the project.
    You can try again. FB should now have started compiling with latest code changes again.
    Please Note: This is not a permanent fix though!
    In case the problem re-occurs, you'll need to again perform the steps mentioned above to get FB back on track.

  • Random errors on Flash Builder 4.5.1 mobile project: FXG elements

    I'm kind of frustrated because Flash Builder is starting to report random errors on some mxml components that include FXGs. It's reporting the following errors:
    1. 'MyFXG' declaration must be contained within the <Declarations> tag, since it is not assignable to the default
    property's element type 'mx.core.IVisualElement'.
    2. In initializer for 'mxmlContent', type es.domain.application.skin.assets.fxg.MyFXG is not assignable to target Array
    element type mx.core.IVisualElement.
    Code example:
    <s:Group height="100%"
                 left="10" right="10" top="40" bottom="10">
            <fxg:MyFXG width="100%" height="{content.height+20}"/>
    </s:Group>
    The curious thing (and frustrated one): these fxgs are included on others components and are working fine. There's no problem with the FXG themselves. If I comment all lines where I get an error, my project starts to compile fine (remember that I got included those very same fxgs in other components in the same project).
    Even more curious: if I uncomment those lines my project continues to compile fine! But If I make a clean, It starts to complain again on the very same lines and fxgs.
    It is driving me crazy!
    Anyone could give me a clue? Has anybody experienced something like this?
    Thanks in advance.

    Well, finally I've managed to solve the issue:
    I've deleted one of the mxml components that contained false fxg errors.
    I've created another mxml component with a different name.
    I've copied&pasted the content of the first mxml into the new one.
    et voila, everything has started to compile again, even if I clean the project.
    Really weird and strange issue :S

  • Flash Pro CC produces swc that Flash Builder can't compile

    I've been using Flash CS6 to work with graphics and I export swc files to use them in my FlashBuilder project.
    Today I tried to use to new Flash Pro CC. But now I've got the following issue. When I try to Run/Debug my project шт FlashBuilder - compiling is never be finished. It stucks on 57%. And it doesn't show any error.
    I worked fine when I used Flash CS6 to made swc files.
    I tried to use FlashBuilder 4.5 and 4.7 with different FlexSDK (from 4.0 to 4.6). But it didn't help.
    By trial and error I could figure out the problem is in any code I use in frames in my fla files. I usestop(); in many MovieClips. But that's enough that my projects can't be compiled now
    I tried to comment stop(); but Flash Builder still can't finish the compilation. Only full removing all the code from my fla files allowed the project to be compiled.
    Has anyone catched this bug too? Maybe is there better solution?
    Sometimes I use stop(); and gotoAndPlay("frameName") in frames to loop some animations - it's really convinient. And I wouldn't to give up this convenience
    P.S. Just in case I work on Mac.

    Try changing target player in Flash Professional to match Flex SDK version. For example Flex SDK 4.6 targets Flash Player 11.1.

  • Flash Builder 4.5 Compiles super super super slow

    We're using Flash Builder for an enterprise application. It builds super super super super slow. It takes roughly 3'25'' to build. This kind of compiling speed is unbearable for front-end development. Please help!!!!
    Here're the specs of my machine:
    Processor: Intel(R) Core(TM) i5-2520M CPU @2.50GHz 2.50GHz
    Installed Memory: 4.00GB (3.89GB usable)
    System type: 64-bit Operating System (Windows 7)
    Here's the log from FB:
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:39.431
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:39.431
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:40.481
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:40.481
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:42.352
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:42.352
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:43.402
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:43.402
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:44.403
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:44.403
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:45.405
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:45.405
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:46.455
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:46.455
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:47.456
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:47.456
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:48.506
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:48.506
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:49.556
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:49.556
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:50.577
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:50.577
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:51.627
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:51.627
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:52.677
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:52.677
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:53.728
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:53.728
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:54.778
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:54.778
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:55.828
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:55.828
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:56.829
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:56.829
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:57.879
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:57.879
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:58.930
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:58.930
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:33:59.981
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:33:59.981
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:01.034
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:01.034
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:02.085
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:02.085
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:03.135
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:03.135
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:04.185
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:04.185
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:05.236
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:05.236
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:06.286
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:06.286
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:07.287
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:07.287
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:08.339
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:08.339
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:09.372
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:09.372
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:10.423
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:10.423
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:11.474
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:11.474
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:12.525
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:12.525
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:13.591
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:13.591
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:14.641
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:14.641
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:15.692
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:15.692
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:16.693
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:16.693
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:17.743
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:17.743
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:18.794
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:18.794
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:19.844
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:19.844
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:20.896
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:20.896
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:21.946
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:21.946
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:36.581
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:36.581
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:37.631
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:37.631
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:38.681
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:38.681
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:39.731
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:39.731
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:40.781
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:40.781
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:41.831
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:41.831
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:42.881
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:42.881
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:43.932
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:43.932
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:44.983
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:44.983
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:52.266
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:52.266
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:53.316
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:53.317
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:54.367
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:54.367
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:55.417
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:55.417
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:56.467
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:56.467
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:57.468
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:57.468
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:58.518
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:58.518
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:34:59.521
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:34:59.521
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:00.561
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:00.561
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:01.611
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:01.611
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:10.946
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:10.946
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:12.003
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:12.003
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:13.054
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:13.054
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:14.104
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:14.104
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:15.154
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:15.154
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:16.204
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:16.204
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:17.205
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:17.205
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:18.257
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:18.257
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:19.308
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:19.308
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:20.358
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:20.358
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:21.408
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:21.408
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:22.459
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:22.459
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:23.509
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:23.509
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:25.610
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:25.610
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:28.761
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:28.761
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:29.812
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:29.812
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:30.862
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:30.862
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:31.866
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:31.866
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:32.917
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:32.917
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:33.968
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:33.968
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:35.018
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:35.018
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:36.072
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:36.073
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:37.074
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:37.074
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:38.125
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:38.125
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:39.176
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:39.176
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:40.227
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:40.227
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:41.886
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:41.886
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:42.937
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:42.937
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:43.987
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:43.987
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:45.037
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:45.037
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:46.087
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:46.087
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:47.089
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:47.089
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:35:48.139
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:35:48.139
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:06.990
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:06.990
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:08.040
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:08.040
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:09.090
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:09.090
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:10.141
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:10.141
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:11.192
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:11.192
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:12.243
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:12.243
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:13.293
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:13.293
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:14.344
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:14.344
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:15.394
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:15.394
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:36:16.449
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:36:16.449
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:37:22.768
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:37:22.768
    !MESSAGE Problem occurred in auto-refresh native code: 5.
    !ENTRY org.eclipse.core.resources 4 1 2014-07-16 17:37:28.005
    !MESSAGE Problems occurred refreshing resources
    !SUBENTRY 1 org.eclipse.core.resources 4 1 2014-07-16 17:37:28.005
    !MESSAGE Problem occurred in auto-refresh native code: 5.

    Thanks for the reply srvikram13, I really appreciate it.
    Unfortunately this did not solve my problem.  The application was developed in Flex sdk 4.1 and I have installed the 4.1 sdk and told the Flex Compiler to use that specific sdk to no avail (I even re-tried per your post, but no success).  The fact is that the project compiles fine with either 4.1 or 4.5 sdk, it just has issues finding the imorted classes until I manually open the class files.
    Further debugging and info:
    I actually thought I had it fixed for a second.  I renamed my "com" directory and right clicked on "src" and chose "New" > "Package" then repeated that for each directory under "com".  I then closed FB and in windows explorer copied my original com directories into the new one created by FB.  When I launched FB and opened the main file all my imports were recognized!  I then closed FB and re-opened again to see if it was truly fixed and ... epic fail.  The squiggly underlines are back and FB doesn't recognize any reference to them.
    I also found that even if I navigate to the class files in the Package Explorer then right click on the file and choose properties, then click cancel (never opening or changing anything) the reference to that specific file is now valid... at least until I close and reopen FB.
    Any other ideas?

  • Flash Builder 4.6 compile "Map Failed" error

    HI,all
        First,Adobe have no place for  bug report . Yes,you will say  http://bugs.adobe.com/jira/secure/Dashboard.jspa ,but ,i have no account,  also doesn't know how to register one.
    OK ,Today..i will compile an mobile project have  1.5G+  pictures and swfs ..
    i met a "Map failed" error when i make a IOS Package..
    The .log  file content is :
    !ENTRY com.adobe.flexbuilder.project 4 43 2012-03-15 02:08:09.404
    !MESSAGE Map failed
    !STACK 0
    java.lang.Exception
              at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)
              at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
              at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
              at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:276)
              at com.adobe.flexide.multiplatform.ios.exportrelease.IOSExportReleaseHandler.doPackage(IOSEx portReleaseHandler.java:264)
              at com.adobe.flashbuilder.project.multiplatform.ui.exportrelease.MultiPlatformExportReleaseV ersionManager.doExport(MultiPlatformExportReleaseVersionManager.java:198)
              at com.adobe.flexbuilder.exportimport.releaseversion.ui.ExportReleaseVersionWizard$1.run(Exp ortReleaseVersionWizard.java:208)
    my hardware:
    G41 MotherBoard +  8G RAM + E7200CPU
    My software:
    windows 2008 r2 with sp1 (64bit)+ FlashBuilder 4.6           default config ,very clean system, just install today.
    And , i transfer my project to a Windows XP host ...Oh, My god .....it  works , the  IOS package produced normally.
    SO......so.......i cann;t say any word now .....is  adobe hate windows 7 (32bit,i tested ,same problem )  and Windows 2008?? 
    Raymond

    I constantly had issues with this.  I managed to run into the max for increasing the heap space.  I was able to get beyond the limit by flagging the FlashBuilder.exe file to allow it to allocate to higher memory address ranges.  I'm on a 64 bit machine, so the only limitation was the 32 bit FlashBuilder process.  Anyways i was able to get from 1024m up to 1720m.  Also note that FlashBuilder 4.7 Beta is out and it is a native 64 bit application, so you will get higher addressing there.  I just found it to be too buggy for my every day development tasks.  Also missing the Design view really hurts development.  I hope they put that back in.
    Here's more detail on how I got beyond the java heap ceiling.
    http://chrsmrtn.azurewebsites.net/flash-builder-java-heap-errors-limitations-of-xms-and-xm x/

  • Flash Builder Hangs when compiling to AIR App

    I created a presentation in Catalyst with some embedded objects and some linked objects, then jumped it to Flash Builder to have my developer add in some scripts. We then tried to Export Release Build to create an AIR application. Problem is, it won't pull the linked assets. If I check the box to include the assets it hangs on the compilation. I can just keep clicking the "Finish" button and nothing happens. If I deselect the "Assets" I can click "Finish" it compiles the AIR application, but I'm left with a basically empty application. I don't understand what's happening. Any help please.
    Thanks
    Jim

    Well Anirudh, it somewhat worked. I added the new source
    folder just like you diagrammed and when I compiled the project to an AIR application the application file size jumped from 3mb to 500mb. So it obviously pulled the linked images. But when we installed the AIR application the images still weren't found. Any ideas?
    Right now there are two items in the project that have Assets in the name. I don't think this is correct.
    Here's a screen grab.

  • Flash Builder 4 endless compile loop?

    Sometimes my Flex projects get stuck in an endless compile loop. What I mean is, they start building, go to a certain percentage and then restart at 0%. I have to cancel the build process and do a Project, Clean just to get the project built so I can debug.
    Anyone else experiencing this? I'm unsure if this is related to having Aptana Studio 1.5.1 also installed on the same eclipse, but that's the only other major plugin I have installed.
    David

    Hi David,
    yup, I know this error. I reproduced it several times.
    If you use the automatic binding, by dragging and dropping an EntityService to a Datagrid, some code is added.
    For example a definition for the callresponder, a call for this callresponder, a creationComplete for the DataGrid.
    If you do this several times and then start you delete some parts of the generated code for bindinng, the described error happens quit quickly!
    Then you do not(!) get a clear compile error, but it compiles for ever .
    You can solve this in two ways.
    Take this project out of your workspace ( you do not habe to delete it from disk).
    Find the still existing code snip, that produces the error and delete it and use clean compile. To find the error is tricky!!!  because DataGrid3 belongs to Callresponder 2 and so on and you don not(!) get clear messages from the compiler.
    I use the automatic code generation, but do not use the automatic binding. Then this kind of error does not happen any more!
    Hope this helps!
    Martin Zach
    P.S: This has nothing to do with Aptana.

  • Flash Builder fails to compile

    I'm trying to de-bug a project and using a lot of trace statements. When I debug the file in a browser (Firefox) it often fails to re-compile with the result that the most recent trace statements are ignored. I've tried clearing my recent history but that does not help. I'm using Flash Buider 4.6 on a Mac. Can anyone suggest a solution?

    Sometimes the compiler has trouble picking up changes in dependent libraries, or it doesn't know in which order to build the projects, so you get unexpected results.
    I've just gotten in the habit of doing a clean whenever I actually run the project. I just use the auto-build to check for compiler errors. Also, you probably do not need to clean the whole workspace, just doing a clean on the main application project should do the trick. However, I sometimes have to clean a library project as well, if I make changes to the manifest.xml, or something along those lines.

  • Cannot compile Library project in Flash builder 4: Unable to locate specified base class

    I am migrating from Flex builder 3 to Flash builder 4, during that process I found that Flash builder could'nt compile Flex Library projects which contains components in the form of mxml files. Compiler throws "Unable to locate specified base class".
    I have narrowed it down to by creating a flex library project named test library, below its screenshot with its package structure
    ControlA is based on componentA
    when i compile this project, mxml compiler throws this error
    Unable to locate specified base class 'components.componentA' for component class 'ControlA'.
    I cannot upload project code because file uploads are disabled on this forum so I am going to paste the code for both componentA and controlA
    componentA
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:local="*" width="400" height="300">
    </mx:Canvas>
    ControlA
    <?xml version="1.0" encoding="utf-8"?>
    <components:componentA xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:components="components.*" width="400" height="300">
    </components:componentA>
    To further test it, I have made another library project with same package structure using pure AS3, and it compiled without errors

    It might be this happens and other errors if you forget to Run Flash Builder 4.5 Buritto and startup the other version FB4.
    It uses the same project listings and that can be confusing since you're not expecting the old version to be aware of new Buritto (MobileApplications) projects you added (thinking) only to the BETA version installed elseware no doubt.
    Well it might not be your problem but worthy of noting for other's I'm sure.
    Otherwise you've double checked you're using SDK 4.5 Hero with it too! right?

  • Publishing multiple swfs from a single flash builder project

    I have a flash builder 4.5 pure as3 project. Originally there was one document class and it was publishing a swf with the same name. Except for the standard flash builder bugs, that was working most of the time.
    Now I need to add a preloader in to the mix.
    So I made a Preloader.as class in my classpath and added that to my runnable applicaiton files in the projects menu. (I need this to be a seperate swf and not deffered loading on frame two)
    Then I go to run/debug settings to set it up so that preloader can compile out a preloader.swf.
    It doesn't work. It gives me a missing html file error.
    Also, I want different comiler settings between the preloader and the main document class, yet only seem to have the option to add a single project wide compiler settings.
    Can some one please explain to me the best practice for setting something like this up, or point me to documentation that covers this?

    Hi,
    You would need to make invisible buttons on the image.
    For example, keep the image in layer 1.
    Create a new layer say layer 2.
    Now draw the button shapes, select them individually and press F8 to make buttons selecting Button option.
    Once the shapes are converted into buttons, double-click on them to enter the edit mode.
    Remove all the frames except the last frame which is known as the hit state.
    Come back to stage view and you are ready to implement the scripts.
    Warm Regards
    Deepanjan Das
    http://deepanjandas.wordpress.com

  • Flex Application Only Compiles in Flash Builder

    Hello,
        I am a newbie trying to become familiar with Flex.  I am starting by building and running some sample applications.  For some reason, the applications will execute inside of FlashBuilder, but I am getting a compile error when I compile them on my linux box. The I used the Flash Builder remote services finder to generate the code for the remote service.  The class that produces the error was generated by Flash Builder.  I have appended the class at the bottom of this post.  Any suggestions?  Thanks in advance.
    --Marco
    [mjmatch@mjmatch-linux flexsphi]$ ant
    Buildfile: build.xml
    compile-flex:
        [mxmlc] Loading configuration file /opt/tools/flex-sdk/4.1/frameworks/flex-config.xml
        [mxmlc] /opt/tools/blazeds/4.0.0/tomcat/webapps/flexsphi/src/client/services/_Super_Foo.as(20): col: 68 Error: The definition of base class RemoteObjectServiceWrapper was not found.
        [mxmlc] internal class _Super_Foo extends com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper
        [mxmlc]                                                                    ^
    BUILD FAILED
    /opt/tools/blazeds/4.0.0/tomcat/webapps/flexsphi/build.xml:16: mxmlc task failed
    Environment
    =========
    Flex SDK 4.1
    Flash Builder 4
    ant compile tasks
    ============
        <property name="FLEX_HOME" value="/opt/tools/flex-sdk/4.1"/>
        <property name="DEPLOY_DIR" value="/opt/tools/blazeds/4.0.0/tomcat/webapps/flexsphi"/>
        <property name="CONTEXT_ROOT" value="flexsphi"/>
        <taskdef resource="flexTasks.tasks" classpath="${FLEX_HOME}/ant/lib/flexTasks.jar"  />
        <target name="compile-flex">
            <mxmlc file="src/client/Main.mxml"
                    services="${DEPLOY_DIR}/WEB-INF/flex/services-config.xml"
                    context-root="${CONTEXT_ROOT}"
                    output="${DEPLOY_DIR}/flexsphi.swf"/>
        </target>
    _Super_Foo
    =========
    * This is a generated class and is not intended for modification.  To customize behavior
    * of this service wrapper you may modify the generated sub-class of this class - Foo.as.
    package services
    import com.adobe.fiber.core.model_internal;
    import com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper;
    import com.adobe.serializers.utility.TypeUtility;
    import mx.rpc.AbstractOperation;
    import mx.rpc.AsyncToken;
    import mx.rpc.remoting.Operation;
    import mx.rpc.remoting.RemoteObject;
    import valueObjects.Bar;
    import mx.collections.ItemResponder;
    import com.adobe.fiber.valueobjects.AvailablePropertyIterator;
    [ExcludeClass]
    internal class _Super_Foo extends com.adobe.fiber.services.wrapper.RemoteObjectServiceWrapper
        // Constructor
        public function _Super_Foo()
            // initialize service control
            _serviceControl = new mx.rpc.remoting.RemoteObject();
            // initialize RemoteClass alias for all entities returned by functions of this service
            valueObjects.Bar._initRemoteClassAlias();
            var operations:Object = new Object();
            var operation:mx.rpc.remoting.Operation;
            operation = new mx.rpc.remoting.Operation(null, "getBars");
             operation.resultElementType = valueObjects.Bar;
            operations["getBars"] = operation;
            operation = new mx.rpc.remoting.Operation(null, "addBar");
            operations["addBar"] = operation;
            _serviceControl.operations = operations;
            _serviceControl.convertResultHandler = com.adobe.serializers.utility.TypeUtility.convertResultHandler;
            destination = "foo";
             model_internal::initialize();
          * This method is a generated wrapper used to call the 'getBars' operation. It returns an mx.rpc.AsyncToken whose
          * result property will be populated with the result of the operation when the server response is received.
          * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
          * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
          * @see mx.rpc.AsyncToken
          * @see mx.rpc.CallResponder
          * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
        public function getBars() : mx.rpc.AsyncToken
            var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("getBars");
            var _internal_token:mx.rpc.AsyncToken = _internal_operation.send() ;
            return _internal_token;
          * This method is a generated wrapper used to call the 'addBar' operation. It returns an mx.rpc.AsyncToken whose
          * result property will be populated with the result of the operation when the server response is received.
          * To use this result from MXML code, define a CallResponder component and assign its token property to this method's return value.
          * You can then bind to CallResponder.lastResult or listen for the CallResponder.result or fault events.
          * @see mx.rpc.AsyncToken
          * @see mx.rpc.CallResponder
          * @return an mx.rpc.AsyncToken whose result property will be populated with the result of the operation when the server response is received.
        public function addBar(arg0:String) : mx.rpc.AsyncToken
            var _internal_operation:mx.rpc.AbstractOperation = _serviceControl.getOperation("addBar");
            var _internal_token:mx.rpc.AsyncToken = _internal_operation.send(arg0) ;
            return _internal_token;

    The SWC files are within the resource directory of LCDS.
    For example:
    C:\lcds31\resources\lcds_swcs\FlexSDK4\frameworks\locale\en_US
    fiber_rb.swc
    C:\lcds31\resources\lcds_swcs\FlexSDK4\frameworks\libs
    fiber.swc and fds.swc
    You can use the following within ANT.
    <!-- Get default compiler options. -->
              <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
                <!-- List of path elements that form the roots of ActionScript
                class hierarchies. -->
                <source-path path-element="${FLEX_HOME}/frameworks"/>
              <!-- List of SWC files or directories that contain SWC files. -->
                <compiler.library-path dir="${FLEX_HOME}/frameworks" append="true">
                    <include name="libs" />
                    <include name="../bundles/{locale}" />
                </compiler.library-path>

  • Using latest FileInfo SDK, latest Flash Builder, new project crashes in latest Bridge

    I've been trying to create a custom panel in Adobe Bridge.  I downloaded the XMP-FileInfo-SDK-CS6, loaded the jar file into Adobe Flash Builder 4.7 (latest version), created a new project with NO modifications, and published it to the correct Custom File Info Panels folder on Windows 7.  I then restarted Bridge, opened FileInfo in a photo, but when I navigated to the new panel that I just created, it fails to load correctly and hangs the entire application.  The only way to close the window is to restart Bridge.
    So just to be clear -- latest SDK, latest Flash Builder, latest Bridge version, new project, no modifcation, completely crashes Bridge.  The GenericPanel is about the only thing that works without problem, but it's a little too limited for what I want to do (no business logic). 
    Not very reassuring that this is going to work at all.  Has anyone else experienced this?  Is there any workaround, or update I can try instead?
    Thanks.

    Ok, finally got this working.  Many hidden gotchas. 
    1.  You have to make a Trust File for your custom panel.  This is actually in the SDK, around page 53, so my bad -- but the problem is that there is no feedback from the Adobe application if you don't have this.  The application just hangs.  It should produce an error message "can't find trust file, etc.".  This should not be that hard to implement.
    2.  The latest Flex SDK does not seem to work in Bridge CC or other similar applications.  You have to use Flex SDK 3.x, apparently, and this is NOT in the documentation.  Not only should you set the default SDK in Flex Builder to 3.x (I'm using 3.6) but you have to edit the build.properties file to make sure it's pointing to the correct folder, eg: C:/Program Files/Adobe/Adobe Flash Builder 4.7 (64 Bit)/sdks/3.6.0.  Fortunately Flash Builder 4.7 comes with 3.6 installed.  If you have an older version, it's likely to be completely different.
    More info in this thread: http://forums.adobe.com/thread/1114153.

  • FLASH BUILDER 4.7 PROBLEM PLEASE HELP

    Hello,
    So i just ordered the adobe creative cloud service today and downloaded the adobe application manager, installed Flash Builder 4.7 and then preceded to create a flash game.  It had tons of errors with my code so i then just did the simple HelloWorld program and it ran fine.  But as soon as i tried to type in more complex code like (import flash.display.Loader) it has a yellow triangle by this statement of code saying that (import flash.display.Loader is not used locally).  I have had this problem with the rest of my code also.  Please help!!!  I have already tried to contact adobe technical services but they said they couldn't help me because I had the creative cloud.  I am in desperate need of help!!!!!!!!!!!
    Thanks,
    DarkRue97

    Flash Builder 4.7 is warning about unused imports largely to help you clean up your code. These warnings may also be useful if you have made a typo in the qualified name. An unused import, however, should not stop you from building your application.
    If you're building a Flex application, then you should use a Flex project. Flex projects use the Flex SDK 4.6 already included in Flash Builder 4.7. Unless you're trying to customize or update the SDK for a specific reason, you shouldn't need to add a new Flex SDK if you're just starting out to explore developing a Flex application.
    Once you start writing more complicated applications or games that take advantage of the latest AIR features, you can update the Flex SDK with a later version of AIR by applying the updated AIR SDK overlay for Flex zip distribution manually. I would wait until you're more familiar with Flash Builder 4.7 and Flex projects before trying to upgrade an SDK. The following like describes the process:
    http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    If you're doing pure-ActionScript development, you can use an ActionScript project. These projects use the new compiler, ASC 2.0. In such a project, you cannot use Flex concepts, like MXML or CSS. Some Flex-specific metadata extensions in AS3 are also not supported. Just pure-AS3.

  • Problems with Dashboard Demo App in Flash Builder 4

    I imported the Adobe Flex Dashboard app into Flash Builder 4 using SD 4.1 and selected "Use Flex 3 compatibility mode", but there are still some issues after import.
    I'm not talking about having to create the "libs" folder and re-generate the HTML templates. I know why that needs to be done. I'm also not talking about the IStroke and IFill errors you get for the number of arguments to the apply() and begin() methods, as those interfaces changed in Flex 3.5.
    But when I get the app launched, the chart datatips are just a black rectangle (no text) and the combobox entry text is invisible.
    I'm going to try and fix these, but I thought selecting "Use Flex 3 compatibility mode" meant no changed required?

    Here is a simple example. Create a new project in Flash Builder 4 and in the project properties  compiler section, select "Use Flex 3 compatibility mode". Then launch the app, hover over a column in the chart and you see black rectangles, not data tips. Why is this and how to fix?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
      xmlns:mx="http://www.adobe.com/2006/mxml"
      creationComplete="srv.send()"
      height="600">
      <mx:HTTPService id="srv"
        url="http://aspexamples.adobe.com/chart_examples/expenses-xml.aspx"/>
      <mx:ComboBox dataProvider="{srv.lastResult.data.result}" labelField="month"/>
      <mx:Panel title="Column Chart">
        <mx:ColumnChart id="myChart" showDataTips="true"
          dataProvider="{srv.lastResult.data.result}">     
          <mx:horizontalAxis>
            <mx:CategoryAxis categoryField="month"/>
          </mx:horizontalAxis>
          <mx:series>
            <mx:ColumnSeries xField="month" yField="profit"
              displayName="Profit"/>
            <mx:ColumnSeries xField="month" yField="expenses"
              displayName="Expenses"/>
          </mx:series>
        </mx:ColumnChart>
        <mx:Legend dataProvider="{myChart}"/>
      </mx:Panel>
    </mx:Application>

Maybe you are looking for

  • Report Sorting with PL/SQL Headings

    Hi, I have PL/SQL Headings for my reports. Is there a way to use the sorting feature nevertheless? I tried to put the sorting syntax in my PL/SQL Headings, but it breaks at the first colon. BTW: How can I get the region_id? Is there a "hidden" substi

  • UWL Guided Procedures and Substitution Rules functionality -  how possible?

    We are using Guided Procedures with Custom Web Dynpro objects and need to utilize user/role substitution that is easily enabled in other AdHoc tasks using 'Manage Substitution Rules.  Unfortunately when creating and turning ON a substitution rule in

  • Limiting Export Types in Export Dialog Box

    We'd like to only allow XLS Format for a specific report when displaying a Crystal Report on a WebPage via Visual Studio; We run Crystal Reports 2008 and also post on Business Objects so the users can access via Infoview. the only thing I've found is

  • Excel Download-Numeric columns getting repeated

    Hi I am trying to download context data into excel file using WD binary cache. I am using Office XP suite for this case. The text data is getting downloaded properly but all numeric data (though there actual data type is string) is getting repeated i

  • How do I match a pantone color in Photoshop

    I need to match a pantone color in CMYK for a shape I need to print can someone help