Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Anyone having play auto compilation problems with 12.1
Daniel Spangler
Created
It may be coincidence, but after I updated to 12.1 I've been having trouble with auto compile with my play app. Any ideas on what might be causing this?
I have the same issue. I have a maven project,which is not auto compiling, options are as below. I am also using the javac compiler.
If I run a unit test (ctrl+shift+F10) it will always try to rebuild the project, even if I have just rebuilt it. When editing and saving, no background task is shown.
Thanks for your help. I have tried remove all project files (idea and eclipse) and still having some problems and reimport from the Maven project. I'm not sure if auto compile is working, when I make changes it says files are up to date but that operation takes greater than 10 seconds.
When I turn off external build I can't seem to run tests at all.
When I try and run a single unit test case twice the Event log states that it failed to start. Running all tests in a project seems OK.
> when I make changes it says files are up to date but that operation takes greater than 10 seconds
Please make sure you are using the latest build of IDEA 12.1 and locate <idea-system>/log/build-log/build.log file. Perform full project rebuild and delete the build.log file. Then perform "make project" action several times. In the newly created build.log file should be some infiormation about build steps done and their timings. Please send the build.log to me for investigation.
Hi Daniel,
Could you provide more details about the problems?
Denis
I think maybe my plugins were out of date. Seems to be working better now.
I have the same issue. I have a maven project,which is not auto compiling, options are as below. I am also using the javac compiler.
If I run a unit test (ctrl+shift+F10) it will always try to rebuild the project, even if I have just rebuilt it. When editing and saving, no background task is shown.
Hi Andy,
Could you provide a sample project which illustrates the problem?
Denis
The project is open source, the code is at: https://bitbucket.org/atill/estimate/
I haven't committed any idea project files yet as I'mjust migrating.
Thanks.
Did the following:
Questions:
Denis
Hi Denis
Thanks for your help. I have tried remove all project files (idea and eclipse) and still having some problems and reimport from the Maven project. I'm not sure if auto compile is working, when I make changes it says files are up to date but that operation takes greater than 10 seconds.
When I turn off external build I can't seem to run tests at all.
When I try and run a single unit test case twice the Event log states that it failed to start. Running all tests in a project seems OK.
Here is a link to my idea.log, https://gist.github.com/andytill/5340282.
Thanks
Andy.
The log doesn't contain anything suspicious. Could you provide the complete project which behaves incorrectly at your environment?
I'll also ask our engineer responsible for compilation to have a look here.
Denis
Hi Andy,
> when I make changes it says files are up to date but that operation takes greater than 10 seconds
Please make sure you are using the latest build of IDEA 12.1 and locate <idea-system>/log/build-log/build.log file.
Perform full project rebuild and delete the build.log file.
Then perform "make project" action several times.
In the newly created build.log file should be some infiormation about build steps done and their timings. Please send the build.log to me for investigation.
Best regards,
Eugene Zhuravlev