No Output In Browser
Hi All
Great job on the new build of IntelliJ Idea 10 Preview, just love it ... However, a strange thing. When i build my flex app, it builds ok and places the files on my local server /srv/http, but when the browser loads, there is no text output. However if i then go to localhost/<APP>/APP.html i get the correct output etc .... weird
Any thoughts ?
Many thanks
JC
Please sign in to leave a comment.
I'm afraid I haven't got your workflow. Is browser launched by Flex run configuration with URL specified?
Yes i setup the output to my local server instead of the production folders in src. When i build and run, it builds successfully to the local server, but when it loads into the browser from IJ, there is no text loaded.
If i then boot up my browser and navigate to localhost and the project folder and open the project html file, the project loads perfectly with all the text showing ..
Hope that makes better sense
Many Thanks
Try to disable browser caching or to refresh the page. Or you suspect IDEA doing something wrong?
After playing around, it turns out that i was better off changing the out to url http://localhost/<PROJECT>/<PROJECT>.html in the edit config file and it works fine.
So all good now :)