2008-08-02 15:42:59 UTC
Hi,
the plug-in version 1.5.12 is targeting Java 1.6.
I use Eclipse 3.4 and Java 1.6
and when targeting Java 1.5 it refuses to run with java 1.6.
Not because of the code, but because of Eclipse Ganymede.
Eclipse reports this :
Incompatible .class files version in required binaries.
Project 'sf.eclipse.javacc_12' is targeting a 1.5 runtime,
but is compiled against 'C:eclipse/plugins/org.eclipse.jdt.compiler.apt_1.0.100.v20080513-1235.jar'
which requires a 1.6 runtime.
Well, I switched back to Eclipse 3.2.2
pushed a version 1.5.13 on the update site
and a zip on
http://pagesperso-orange.fr/eclipse_javacc/
I cannot test it with java 1.6 and Ganymede.
The update site only shows 1.5.12.
Eclipse just silently ignores plugins that it cannot load.
Unzipping and launching Eclipse with -clean only leads to
The activator sf.eclipse.javacc.Activator for bundle sf.eclipse.javacc is invalid.
I can't afford a Mac; so maybe you can test and if it fails
grab the head version from CVS debug it and tell me what to correct.
Remi Koutcherawy