Flex doesn't build the project anymore?

Hello Forum
I restarted my computer and the flex project this morning and when I try to debug the application I get a plain error message.  It launches the web url in debug mode but no page appears.  MAMP is running...  If I look in the project folder there is no html file anymore?  Any ideas what could have happend?
Where do I setup the export properties for the html file?  (sort of like Publish properties in Flash CS4?)
Thank you
sk

Shut down eclipse then clean your project in my case that usually 
solves that kind of errors
Sincerely,
Michael
El 21/04/2009, a las 11:01, "stephan.k" <[email protected]> escribió:
>
the error says: 'An Internal Error has occured'
>

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.

  • APE8 doesn't open any projects anymore

    My APE8 doesn't opene any projects anymore. In some cases it allows me to create a new project, but after shutting down the computer and restarting it the next day or so it cannot open the project I made th day before. As a matter of fact: it cannot open any project anymore.
    After clicking to open the project a small window appears with a bar indicating the percentage the project has loaded. When the bar reaches 100% it disappears and nothing comes instead of it: the screen stays grey as shown in the screenshot.
    There is a menu bar however.
    In Adobe help and through Customer Support is searched for help as well. I worked my way throught 2 documents: http://kb2.adobe.com/cps/515/cpsid_51584.html and http://kb2.adobe.com/cps/515/cpsid_51552.html. I both did them step by step. including the removal and re-installation of the software. Nothing helped, the results stay the same: projects do not open, and the screen stays grey.
    Can anybody help me?
    With kind regards,
    Laurens Swarte
    the Netherlands.

    Hi Neale,
    Thank you for being there again...
    I worked through your list:
    Install all Windows Updates. (All updates are installed)
    Install latest version of Apple QuickTime (v7.6.9 at time of writing). Even if you don't use QuickTime, PRE relies heavily on it. (I updated from 7.6.8 to 7.6.9)
    •Install most recent graphics and sound drivers from the manufacturers web sites. (The most recent versions are installed: video: ATI Mobility Radeon HD 4670 V 8.631.0.0; sound ATI High Definition Audio Device V5.0.7000.4)
    Free up at least 30GB, preferably 60GB disk space(130 GB available)
    Run Disk Cleanup. (I did so)
    Run Defragmenter. (I did so)
    Temporarily disable any anti-virus realtime scanning. (I use McAfee, and it is kind of hard to find the 'switch'... I haven't been able to switch it off yet.)
    Tonight, when I started my computer up, APE worked. After closing APE and using the IE I could no longer open my project.
    Sometimes I feel as if it might have something to do with a memory issue. As if there is not enough memory. I use a Dell Studio XPS 16 with Windows 7 and 4 GB memory and 1920x1080 resolution.
    With kind regards,
    Laurens Swarte
    the Netherlands

  • Double clicking on a file launches the app but doesn't open the file anymore. Why?

    Double clicking on a file launches the app but doesn't open the file anymore. Why?

    I would post in the Illustrator forum here http://forums.adobe.com/community/illustrator or the Dreamweaver forum here http://forums.adobe.com/community/dreamweaver. One of these product forums will be able to help.

  • The plastic hinge between my screen and the computer (macbook pro retina) is cracked and doesn't hold the screen anymore? Can Apple change it?

    The hinge between my screen and my computer (macbook pro retina) has cracked and doesn't hold the screen anymore. Can I fix it without changing my screen. And if it's still on guarantee does Apple have to repair it?

    Apple can fix any and all of their computers.  Whether it would be charged to you would be the question.   Do you have AppleCare?
    Accidental damage is not covered by AppleCare.
    How old is this computer?

  • Unable to find the report in the manifest resources. Please build the project, and try again.

    The error is received when i transfer the .exe file, bin\Debug folder to another machine:
    Unable to find the report in the manifest resources. Please build the project, and try again.
    The error is issued when i try to open the form that contain the Crystal report viewer, I already checked the properties of the report file and it says "Embed Resource" in the "Build Action"
    This error is not visible on my development machine where visual studio is installed, anybody know what i should install on the other machine for this to run.
    I'm using C#, WinForms, .net 2.0, VS 2005.

    Fronde Systems Group: 
    Setting the build action to Embedded resource  is working
    in my local machine which has Visual studio 2003 installed. But when i deploy the same on Server
    (server has no .net framework installed on it), it keeps failing. I get the the following error:
    "ERROR Thrown from Crystal Reports ===> An undocumented error occured" which is triggered when it is Unable
    to find the report in the manifest resources.
    Please suggest me guys.... 
    Thanks
    Ravi
    [email protected]

  • SummaryInfo exception - Unable to find the report in the manifest resources. Please build the project, and try again.

    Hello,
    I've inherited the ReportClass.
        public class PReport : CrystalDecisions.CrystalReports.Engine.ReportClass
            protected DataSet dataSet;
            public override void Export(CrystalDecisions.Shared.ExportOptions exportOptions)
                base.Export(exportOptions);
                this.Customize(exportOptions);
            public override void SetDataSource(DataSet dataSet)
                base.SetDataSource(dataSet);
                this.dataSet = dataSet;
    public void main()
    PReport report = myObject.CreateReport();
    report.SummaryInfo.ReportSubject = this[CriteriaName].StringValue; <<< exception
    in the debug mode, when passing the line, I obtain:
    -          report.SummaryInfo     'report.SummaryInfo' threw an exception of type 'CrystalDecisions.CrystalReports.Engine.LoadSaveReportException'     CrystalDecisions.CrystalReports.Engine.SummaryInfo {CrystalDecisions.CrystalReports.Engine.LoadSaveReportException}
    Unable to find the report in the manifest resources. Please build the project, and try again.
    I have rebuit the project bat the behavior didn't change.

    the same exception  message I obtain when calling
    public override void SetDataSource(DataSet dataSet)
                base.SetDataSource(dataSet); <<< here

  • 1.- I´m creating a Muse site which contains videos, photos and sound. All videos, sounds and pictures are located in diferent folders in my PC. Since Muse doesn't organize the project and its files like Dremweaver (all files in a single folder). How can I

    1.- I´m creating a Muse site which contains videos, photos and sound. All videos, sounds and pictures are located in diferent folders in my PC. Since Muse doesn't organize the project and its files like Dremweaver (all files in a single folder). How can I manage my site (containing all the media)  in order to upload it to a server?
    2.- Is there a Adobe Muse community in spanish language?
    Thanks for your help
      Mauricio444

    Kevin is suggesting that you store the projects you create while working through his book in a folder called RoboHelpProjects. It is not where you have to store every project you ever create.That is for the purposes of his book.
    RoboHelp initially defaults to My RoboHelp Projects but it's up to you whether you do. Generally on the forums we advise against that as  it is part of your profile and can result in excessively long path names in a few cases. Generally where authors create file names that are so long they almost serve as the content.
    Projects always have a root folder, call them Project 1 and Project 2 for this purpose. You can have those folders directly off your C drive (or other local partition) or within in a parent folder as above.
    Now to what you can and cannot do. You can delete a whole project by selecting Project 1 or Project 2 in Windows Explorer. Obviously if you delete the parent folder you will delete all your projects within.
    What you must not do is delete individual files within a project using Windows Explorer, for that you use RoboHelp's Project Manager. The exception is if you go to Tools > Reports there is a report Unused Files. Files listed there will have to be deleted using Windows Explorer for the very good reason they do not appear in Project Manager and, therefore, cannot be deleted that way.
    If you think about it, it is similar to Word. There is no option to delete a document there other than using File > Open and right clicking. Not very intuitive.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Encore rerenders Assets every time I Build the project...

    Hello,
    I am working on a project where I have multiple motion menus and chapter selection menus.  When I work on a project, I inevitably have to Build the project then play the result in PowerDVD to test for errors.  I usually have to Build the project multiple times over the course of troubleshooting the disc.  That is usually not a problem.
    The problem is that, for some reason, every time I press "Build", Encore will rerender the menus.  This takes literally hours to complete.  So once it is completed and I test it, I might find a problem with a subtitle.  Then I change that subtitle slightly, and rebuild.  Instead of going right to compiling the project into a folder, it starts rendering the assets again taking hours.
    I have no idea why it is doing this.  Once the menus are rendered, I want to be able to change other aspects of the project and Build the project again without this long delay.  It is usually the Chapter selection menus which are taking so long to render each time.  I have motion previews of the main movie on the three chapter selection menus I have.  I am NOT changing the chapter points in any way, yet they keep rerendering each time I build.
    Can anyone help me?

    Look at this thread:
    http://forums.adobe.com/thread/1331447?tstart=0
    Any similarities?

  • [JDeveloper/BPEL] "repository.jar" is missing when building the project

    Hi,
    First of all let me say that I'm new to JDeveloper and BPEL. I followed the "CreditFlow" tutorial and everything was OK. I could deploy and run it. Then I wanted to create my own webservice and try to create a simple HelloWorld BPEL workflow. My problem now is that I get a "Error: C:\oracle\JDeveloper\jlib\repository.jar (The system cannot find the file specified)" error when I build my project.
    I had the same error message for the following jars:
    -jaxb-libs.jar
    -jaxb-impl.jar
    -jaxb-api.jar
    I just copied them from "<jdeveloper_inst_dir>\adfp\lib" to "<jdeveloper_inst_dir>\webservices\lib" to get rid of thoses error messages.
    But this "repository.jar" simply doesn't exist on my filesystem...
    I think it's pretty strange...
    BTW I use JDeveloper version 10.1.3.3.0.
    Thanks for any help!
    Nicolas

    Hi,
    I am getting the same error. Any help is greatly appreciated.
    May be if you have repossotory.jar in your lib folder by any chance please send it to [email protected]
    Thanks

  • Classpath error while building the project.

    Hi
    I have created an application in which on clicking the button on one view , next view opens and data is displayed in the tables. This data i am giving as static, and for that i have created a java file. this java file is located in the subfolder i have created in the package path i have given. While building the application, i get these two errors :
    1) The project was not built due to classpath errors (incomplete or involved in cycle).     
    2) Missing required source folder 'BPOutageTable/BPOT'
    BPOutageTable is the application name, and BPOT is the subfolder in which java file is present.     
    This application is similar to "The Master/Detail Viewer Application" example in the tutorials.
    Can anybody please help in this?
    Thanks & regards,
    Anupreet

    Hi anupreet,
    it error at buildtime means your code is not able to locate the folder and the java class.
    if you switch to navigator menu and create java class in src/package node (in any package). You can get the class within the dynpro component / view.
    Again try this, create a class say HelloClass in src/package node in some package. go to webdynpro view and try to access this class in dynpro code.
    Rgds,
    Vilish

  • Itunes doesn't play the video anymore

    Help! ITunes doesn't play the video clips anymore just the sound works.
    I've restarted, quit the other applications but no result.
    What can I do ?
    Thank you for your suggestions.
    ITunes 8.1
    QuickTime 7.6
    Mac OS 10.5.6
    Mac Pro 2x3 GHz
    RAM 8 Go

    If you are playing through remote speakers, iTunes 8.1 will not play the video. Previous versions would play fine using only the computer's speakers, but 8.1 requires the remote airtunes speakers be deselected.

  • Workspace doesn't fit the screen anymore...

    Hello.
    Since today (and Mac OS X's update I installed this morning, I guess), my Photoshop CS6 workspace doesn't fit the screen of my 12 inch Cintiq (connected to a 2014 Macbook Air).  No matter what I do, it keeps it wrong.
    Trying to set the photoshop window to the whole Cintiq screen with the "green" Mac OS corner button, this is what I get:
    Hitting F won't do the trick, this is what it gets me:
    I tried to clear the Photoshop prefs, without success.  I checked for updates and found there was a Photoshop update I had not yet installed, and I did install it, to no success.  Needless to say, this makes my copy of Photoshop most unusable, which is a really big problem for an illustrator like me.  I really wish I can solve this as soon as possible.
    Thanks.

    Yeah, no results. Still the same.
    If I take my main window and move it up by myself, it's just gonna stay there until the next click somewhere, then it gets back to this wrong placement,.

  • Error while building the project

    I am new to websphere studio appln developer and j2ee. As far as I know all the classpath and are set properly.And I am new to the project also. But nobody is able to help me here..So plz help me.....................
    The project was not built since its classpath is incomplete. Cannot find the class file for com.o2.shop.rfe.beans.CreditCheckResultBean. Fix the classpath then try rebuilding this project.

    hi
    this problem came to me too . Try doing these three steps:-
    1.) right click mycomputer -> go to properties -> advanced tab -> environmental variables -> set the classpath variable there
    2.) after setting if it doeanot work compile the file by using
    javac -classpath ' specify the exact classpath of jar files here'
    eg:- -classpath "%CATALINA_HOME%\server\lib\catalina.jar"
    3.) else check in catalina.bat file in tomcat ->bin , whether %java_home% and
    set BASEDIR=%CATALINA_HOME%
    then restart tomcat

  • FCPX doesn't recognize the SSD anymore

    Hi all,
    I started 2 works with FCPX opening the projects in the SSD.
    Later I moved the position of my User Account in my Archive HDD (because I read it would be better for the SSD health). Now when I open FCPX I can't see the SSD among the drives connected, whether in the Events or in the Projects lists. Although the Events and Projects folders are still there in the SSD.
    What do I have to do to be able to use the SSD in FCPX with my User Account in another HDD?
    Thank you for help!

    on the SSD.
    I found out something. All the folders like Documents, Download, Music... are located in the Archive HDD and the Application folder is in the SSD, as it has to be. Anyway if I right-click on the Application folder and "get informations" that's what I get... look closely at the line "Situato in..." that means "Located in..."
    Is it normal that it is blank?

Maybe you are looking for

  • Negative Condition checking in read statement

    Hi, i have table, which i have to read,  key on which i am going to read that will be determined dynamically. now i have to check the value for the key field is initial or not. i can't use a loop here as it doesn't allow me to mention where condition

  • How is the Login-validation.xml file is called when we do the validation i

    Hi ^^, please forgive me if I am a big long while explaining. when you are using the struts 2.0 the web.xml has a welcome-file-list. I have put index.html in that list so it pulls up first. It has the following tag <ul>           <li><a href="roseind

  • I turned on my monitor and it was all red the background

    i turned on my computer and it has gone red color on everything i tried the menu on monitor to adjust and it wont go back i have even tried factory reset and nothing. This question was solved. View Solution.

  • Error in conversion

    Hi all, I am trying to insert the data in custiom infotype. for insertion i am using the following function HR_INFOTYPE_OPERATION.    EXPORTING       infty                  = '9044'       number                 = INT_P9044-PERNR       SUBTYPE        

  • RemoveChild and unload

    It seems like the removeChild and unload method do the same thing. Is it necessary to do both when you're removing the display of an external swf from the stage? Also, after loading in an external file then running code to remove it, whether you use