Problem with new compiler option

I'm really excited about your new compiler architecture. I just tried out the Leda EAP and tried compiling a fairly large project using jdk 7 on my mac. This is what I get:

java: Compilation failed: internal java compiler error

Is there a way I can get more information for you?

Thanks

Curtis

0
4 comments

I use google app engine, jdo and the datanucleus plugin to enhance my classes. Will the new compiler work with the datanucleus plugin? What should I modify?

0
Avatar
Permanently deleted user

Hi Curtis,
You can send me both <idea-system>/log/idea.log and <idea-system>/compile-server/server.log
Regards,
  Eugene.

0
Avatar
Permanently deleted user

Hi Roy,

Will the new compiler work with the datanucleus plugin?

This depends on the way this plugin integrates with IDEA. If it plugs in into the "old" make using compiler API, then it won't work (it should provide a new plugin for the new make). If it instruments classes using annotation processing, then it should work provided processors are enabled and configured properly in the corresponding settings.

Regards,
   Eugene.

0

Thank you Eugene, but the latest EAP seems to have fixed it. I also think I had a preference setting wrong.

Curtis

0

Please sign in to leave a comment.