NLSurfMan / tasks

IntelliJ Tasks Plugin
http://confluence.jetbrains.net/display/CONTEST/Tasks
29 stars 16 forks source link

Plugin doesn't work on intelliJ 13.0.1 community edition #17

Closed nirgit closed 10 years ago

nirgit commented 10 years ago

Plugin doesn't work on IntelliJ 13.0.1 community edition. Please fix, thanks.

NLSurfMan commented 10 years ago

Can you tell me what the exact errormessage/stacktrace was? It's really helpful if I have a copy of that.

If you get this message:

Plugin Tasks failed to initialize and will be disabled:
org/dubik/tasks/TasksApplicationComponent : Unsupported major.minor version 51.0 [Plugin: Tasks]

it is because of the plugin is compiled with JDK 7. An updated version for JDK 6 is being moderated at JetBrains right now and an update will be available soon.

Thanks for reporting and I will get this fixed asap.

nirgit commented 10 years ago

Absolutely, There it is:

11:00:23 PM NoSuchMethodError: org.dubik.tasks.ui.forms.TaskForm$PriorityComboBoxRenderer.append(Ljava/lang/String;)V: org.dubik.tasks.ui.forms.TaskForm$PriorityComboBoxRenderer.append(Ljava/lang/String;)V

That’s all there was in the Event Log. Thanks for getting back to it so quickly, Good luck!

From: WarnerJan Veldhuis Sent: Sunday, January 12, 2014 2:11 AM To: NLSurfMan/tasks Cc: Nir M. Subject: Re: [tasks] Plugin doesn't work on intelliJ 13.0.1 community edition (#17)

Can you tell me what the exact errormessage/stacktrace was? It's really helpful if I have a copy of that.

If you get this message: Plugin Tasks failed to initialize and will be disabled: org/dubik/tasks/TasksApplicationComponent : Unsupported major.minor version 51.0 [Plugin: Tasks] it is because of the plugin is compiled with JDK 7. An updated version for JDK 6 is being moderated at JetBrains right now and an update will be available soon.

Thanks for reporting and I will get this fixed asap.

— Reply to this email directly or view it on GitHub.

NLSurfMan commented 10 years ago

Thanks for the error message. Apparently this is a difference in the API between IDEA 12 and 13. I'll make a habit of testing in IDEA 13 too :) Expect an update soon! Thanks for reporting!

NLSurfMan commented 10 years ago

It was a binary incompatibility with IDEA 13. (See thread here: http://devnet.jetbrains.com/thread/452052;?tstart=0) It is fixed now and plugin is uploaded.

Thanks for the report!

nirgit commented 10 years ago

It’s working great! thanks a lot

From: WarnerJan Veldhuis Sent: Monday, January 13, 2014 11:14 AM To: NLSurfMan/tasks Cc: Nir M. Subject: Re: [tasks] Plugin doesn't work on intelliJ 13.0.1 community edition (#17)

It was a binary incompatibility with IDEA 13. (See thread here: http://devnet.jetbrains.com/thread/452052;?tstart=0) It is fixed now and plugin is uploaded.

Thanks for the report!

— Reply to this email directly or view it on GitHub.

NLSurfMan commented 10 years ago

Thanks for your feedback. Any tips and improvements are always welcome!

Cheers!

WarnerJan