I have recently changed my workspace and now none of my projects compile in the Bin folder (or anywhere for that matter). I'll give you example.
I've made my workspace C:\JRun4\servers\cfusion\cfusion-ear\cfusion- war (plz don't preach about this location..."Papa don't Preach" comes to mind) So I make the Try project New Flext Project --first page, selected: ColdFusion Flash Remoting Service --second page, Root Folder: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war Root URL: http://127.0.0.1:8700/ --third page, Project name: TryMe Used default Location: C:\JRun4\servers\cfusion\cfusion-ear\cfusion- war\TryMe --fourth page, didn't touch the source path (empty) didn't touch the library path (default stuff) Main Source folder: src Main Application File: TryMe.mxml Output folder: bin Output folder URL: (blank) FINISH I placed a button on the page just to show something so the code now looks like this... <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Button x="36" y="34" label="Button"/> </mx:Application> Right clicked on the src/TryMe.mxml Run As...Flex Application Results... In the browser URL: http://127.0.0.1:8700/TryMe/bin/TryMe.html Output in the browser: 404 /TryMe/bin/TryMe.html /TryMe/bin/TryMe.html That's it. I don't know where to go to force this to compile but right now nothing is compiling. No TryMe.html exists anywhere. I'm running Eclipse 3.1 with Flex 2.0.1 Running into a brick wall... P

