Anyone having play auto compilation problems with 12.1

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?

0
9 comments

Hi Daniel,

Could you provide more details about the problems?

Denis

0

I think maybe my plugins were out of date.  Seems to be working better now.

0

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.

0

Hi Andy,

Could you provide a sample project which illustrates the problem?

Denis

0

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.

0

Did the following:

  1. Imported the project from maven;
  2. Started the first test (EstiMateFxmlTests). 'Project make' started, the test is successfully run after that;
  3. Modified EstiMateFxmlTests (added a simple println);
  4. Launched the test one more time - no project rebuild was performed during 'make' now;


Questions:

  1. Can you try to remove all ide project files, perform clean re-import and check if the problem persists;
  2. Try to disable external make if the above doesn't help (project settings | compiler | use external build) and check if it solves the problem;
  3. Provide your idea.log if the above doesn't help;

Denis

0

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.

0

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

0
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.