JetGroovy 0.1.11420 breaks project Make in IDEA 7343

When JetGroovy is installed, I can't Make the project. Attaching the only log message I get after I click Make, nothing special, but it stops from proceeding.

Now, the interesting part is that individual file compilation works, it's only the project make. Needless to say, it's a huge hassle, as JUnit tests will Make the project first (read - will never run).

I've tracked it down to a JetGroovy plugin. The moment I uninstall it - everything works fine, it's back and the problem is back.

Increasing the compiler heap setting doesn't seem to do anything here - I see it being passed to external compilation, but failing with the same error code in IDEA. Without JetGroovy everything works even with 128MB default setting.

Andrew



Attachment(s):
JetGroovy_broken_project_make.PNG
idea_log.txt
0
Avatar
Permanently deleted user

I just tried with IDEA 7346 and JetGroovy 0.1.11565, no change.

0
Avatar
Permanently deleted user

I cannot reproduce it here, so I'll need more information on your project setup.

Eugene.

0
Avatar
Permanently deleted user

Hi Eugene, I saw this new feature to export/import plugin list, but where is it exactly in the UI? That would get us on the same page, at least.

0
Avatar
Permanently deleted user

I have reliably reproduced the error. Here are the steps. The attached project simply has a Java class and a Groovy script. Note, having Groovy facet doesn't change a thing here.

I've disabled all user pluging and left JetGroovy only (the new version released publicly today).

IDEA is running Java 6 Update N. Now, if project's JDK is set to be JDK 1.6, everything works fine.

The moment I switch the project jdk to be 1.4 you get the error. This never happened before (has worked in such env for more than a year with IDEA snapshots).

HTH to fix this bummer. And yes, without JetGroovy there's no issue.



Attachment(s):
jetgroovy-bug-project.zip
0
Avatar
Permanently deleted user

More mocking around and we have http://www.jetbrains.net/jira/browse/GRVY-599 now

0
Avatar
Permanently deleted user

Hello Andrew,

thank you for the info and even more for filing bug report. I'll look at this as soon as I return back from OOPSLA.

Eugene.

0

请先登录再写评论。