darxriggs / codenarc-eclipse

CodeNarc integration for Eclipse
http://codenarceclipse.sourceforge.net/
Apache License 2.0
8 stars 3 forks source link

is jdk 1.6 mandatory for this plugin ? #1

Closed sebastienblanc closed 12 years ago

sebastienblanc commented 12 years ago

Hi ! Your manifest file specifies "Bundle-RequiredExecutionEnvironment: JavaSE-1.6". As result it is not working if eclipse is launched with a jdk 1.5 JVM. Can this manifest instruction be removed ?

darxriggs commented 12 years ago

I'll have a look if Java 6 features are used. If not I'll try to downgrade the required platform version.

darxriggs commented 12 years ago

I reduced the required platform to Java 1.5. The latest snapshot release contains the change. Be aware that it also contains undone work!

Please let me know if it's working for you.

sebastienblanc commented 12 years ago

Thanks ! I will try it out today and keep you informed.

On Wed, Nov 9, 2011 at 11:23 PM, Ren Scheibe < reply@reply.github.com>wrote:

I reduced the required platform to Java 1.5. The latest snapshot release contains the change.

Please let me know if it's working for you.


Reply to this email directly or view it on GitHub: https://github.com/darxriggs/codenarc-eclipse/issues/1#issuecomment-2688453

darxriggs commented 12 years ago

Is it working for you?

sebastienblanc commented 12 years ago

Yes it works ! Sorry I just saw that my previous answer where I told it was working again didn't show up (Replied to the github mail instead of directly doing it here.) Thanks again for this plugin, it adds a nice feature to our custom plugin we are building.