• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Flash Builder no longer compiles a project

Contributor ,
Jul 26, 2011 Jul 26, 2011

Copy link to clipboard

Copied

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

Views

313

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 26, 2011 Jul 26, 2011

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jul 26, 2011 Jul 26, 2011

Copy link to clipboard

Copied

LATEST

As explained in the second post.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines