I've been trying to install the plugin without success via the update site. The File->New menu item for CUP/LEX never appears after installation and it doesn't appear that CUP files are associated with the plugin.
I'm using a fresh, unmodified, direct from the eclipse.org website version of Eclipse Europa to install the plugin. I've tried this both on Windows and on Linux. Here is the version of Eclipse I'm using:
Version: 3.3.1.1
Build id: M20071023-1652
And of Java:
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)
Any help would be appreciated.
Thanks,
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The latest version is built with Europa, therefore please let me know if you
found the "Other" sub-menu in "File|New".
Assuming your project is a Java project and you want to add a CUP or a LEX
file, you have to choose "File|New|Other", then the "New..." wizard will appear.
The wizard should contain the whole list of known file types organized under
categories. Look for "CUP/LEX..." or type in the filter field (on top, right
under "Wizards:" label) either "cup" or "lex"; select the type you want then
simply follow the wizard...
Good luck and let me know if you managed to do it.
--
pappy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Unfortunately, I don't see CUP or LEX in the Wizards that are displayed under File->New->Other... I've expanded all of the categories just to make sure they aren't hiding somewhere. Eclipse says that the plugin is installed and configured correctly.
Here is the configuration details for my setup:
*** Date: Tuesday, February 12, 2008 5:43:27 PM CT
*** Platform Details:
*** System properties:
eclipse.buildId=M20071023-1652
eclipse.commands=-os
linux
-ws
gtk
-arch
x86
-showsplash
/home/chrisp/eclipse//plugins/org.eclipse.platform_3.3.2.R33x_v20071022/splash.bmp
-launcher
/home/chrisp/eclipse/eclipse
-name
Eclipse
--launcher.library
/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.2.R331_v20071019/eclipse_1021.so
-startup
/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-vm
/usr/local/jdk1.5.0_14/bin/../jre/lib/i386/client/libjvm.so
eclipse.ee.install.verify=false
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1202859636907
eclipse.vm=/usr/local/jdk1.5.0_14/bin/../jre/lib/i386/client/libjvm.so
eclipse.vmargs=-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-Djava.class.path=/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
eof=eof
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
java.class.version=49.0
java.endorsed.dirs=/usr/local/jdk1.5.0_14/jre/lib/endorsed
java.ext.dirs=/usr/local/jdk1.5.0_14/jre/lib/ext
java.home=/usr/local/jdk1.5.0_14/jre
java.io.tmpdir=/tmp
java.library.path=/usr/local/jdk1.5.0_14/jre/lib/i386/client::/usr/local/jdk1.5.0_14/jre/lib/i386::/usr/lib/firefox-1.5.0.12:/usr/lib/firefox-1.5.0.12:/usr/lib/firefox-1.5.0.12
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_14-b03
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.5.0_14
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.5.0_14-b03
line.separator=
*** Current Install Configuration:
Install configuration:
Last changed on Feb 12, 2008
Location: file:/home/chrisp/eclipse/configuration/org.eclipse.update/platform.xml
Could you please check the "Error Log" view - Window|Show View|Error Log? Better first remove all log events, and then restart Eclipse. Hopefully we'll find something useful there...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually I don't see an Error Log under Window->Show View. I tried looking under Other... as well but no go.
Just to add another interesting data point... I downloaded the full Eclipse Classic version from the eclipse.org website and I was able to get CUP/LEX working. So Eclipse IDE for Java Developers version doesn't work but the Eclipse Classic version does. Perhaps there is a plugin in the IDE version that breaks the CUP/LEX plugin?
Thanks for your help. Hope this helps everybody else.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmmm, I always suspected those already packed flavors are somehow tricky :) As a matter of fact I use to setup Eclipse by downloading the classic package then use service discovery.
To locate "Error Log" go to "Window|Show View|Other", then in the wizard look for "PDE runtime" category.
I'll try the flavor you mentioned on a clean system, hopefully I'll be able to reproduce the issue.
10x
--
pappy
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Many thanks, the information you gave was of great help and I was able to reproduce the issue. I've just added a bug for this, hopefully I'll find the time to fix it quickly.
Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been trying to install the plugin without success via the update site. The File->New menu item for CUP/LEX never appears after installation and it doesn't appear that CUP files are associated with the plugin.
I'm using a fresh, unmodified, direct from the eclipse.org website version of Eclipse Europa to install the plugin. I've tried this both on Windows and on Linux. Here is the version of Eclipse I'm using:
Version: 3.3.1.1
Build id: M20071023-1652
And of Java:
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)
Any help would be appreciated.
Thanks,
Chris
Hi Cparrinello
The latest version is built with Europa, therefore please let me know if you
found the "Other" sub-menu in "File|New".
Assuming your project is a Java project and you want to add a CUP or a LEX
file, you have to choose "File|New|Other", then the "New..." wizard will appear.
The wizard should contain the whole list of known file types organized under
categories. Look for "CUP/LEX..." or type in the filter field (on top, right
under "Wizards:" label) either "cup" or "lex"; select the type you want then
simply follow the wizard...
Good luck and let me know if you managed to do it.
--
pappy
Unfortunately, I don't see CUP or LEX in the Wizards that are displayed under File->New->Other... I've expanded all of the categories just to make sure they aren't hiding somewhere. Eclipse says that the plugin is installed and configured correctly.
Here is the configuration details for my setup:
*** Date: Tuesday, February 12, 2008 5:43:27 PM CT
*** Platform Details:
*** System properties:
eclipse.buildId=M20071023-1652
eclipse.commands=-os
linux
-ws
gtk
-arch
x86
-showsplash
/home/chrisp/eclipse//plugins/org.eclipse.platform_3.3.2.R33x_v20071022/splash.bmp
-launcher
/home/chrisp/eclipse/eclipse
-name
Eclipse
--launcher.library
/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.2.R331_v20071019/eclipse_1021.so
-startup
/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-vm
/usr/local/jdk1.5.0_14/bin/../jre/lib/i386/client/libjvm.so
eclipse.ee.install.verify=false
eclipse.product=org.eclipse.platform.ide
eclipse.startTime=1202859636907
eclipse.vm=/usr/local/jdk1.5.0_14/bin/../jre/lib/i386/client/libjvm.so
eclipse.vmargs=-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-Djava.class.path=/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
eof=eof
file.encoding=UTF-8
file.encoding.pkg=sun.io
file.separator=/
java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
java.awt.printerjob=sun.print.PSPrinterJob
java.class.path=/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
java.class.version=49.0
java.endorsed.dirs=/usr/local/jdk1.5.0_14/jre/lib/endorsed
java.ext.dirs=/usr/local/jdk1.5.0_14/jre/lib/ext
java.home=/usr/local/jdk1.5.0_14/jre
java.io.tmpdir=/tmp
java.library.path=/usr/local/jdk1.5.0_14/jre/lib/i386/client::/usr/local/jdk1.5.0_14/jre/lib/i386::/usr/lib/firefox-1.5.0.12:/usr/lib/firefox-1.5.0.12:/usr/lib/firefox-1.5.0.12
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.5.0_14-b03
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.5
java.vendor=Sun Microsystems Inc.
java.vendor.url=http://java.sun.com/
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
java.version=1.5.0_14
java.vm.info=mixed mode, sharing
java.vm.name=Java HotSpot(TM) Client VM
java.vm.specification.name=Java Virtual Machine Specification
java.vm.specification.vendor=Sun Microsystems Inc.
java.vm.specification.version=1.0
java.vm.vendor=Sun Microsystems Inc.
java.vm.version=1.5.0_14-b03
line.separator=
org.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
org.apache.commons.logging.simplelog.log.httpclient.wire.header=off
org.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=off
org.eclipse.equinox.launcher.splash.location=/home/chrisp/eclipse//plugins/org.eclipse.platform_3.3.2.R33x_v20071022/splash.bmp
org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5
org.osgi.framework.language=en
org.osgi.framework.os.name=Linux
org.osgi.framework.os.version=2.6.9-55.EL
org.osgi.framework.processor=i386
org.osgi.framework.system.packages=javax.accessibility,javax.activity,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
org.osgi.framework.vendor=Eclipse
org.osgi.framework.version=1.4.0
org.osgi.supports.framework.extension=true
org.osgi.supports.framework.fragment=true
org.osgi.supports.framework.requirebundle=true
os.arch=i386
os.name=Linux
os.version=2.6.9-55.EL
osgi.arch=x86
osgi.bundles=org.eclipse.equinox.common@2:start, org.eclipse.update.configurator@3:start, org.eclipse.core.runtime@start
osgi.bundlestore=/home/chrisp/eclipse/configuration/org.eclipse.osgi/bundles
osgi.compatibility.bootdelegation=true
osgi.configuration.area=file:/home/chrisp/eclipse/configuration/
osgi.framework=file:/home/chrisp/eclipse/plugins/org.eclipse.osgi_3.3.1.R33x_v20070828.jar
osgi.framework.beginningstartlevel=1
osgi.framework.shape=jar
osgi.framework.version=3.3.1.R33x_v20070828
osgi.install.area=file:/home/chrisp/eclipse/
osgi.instance.area=file:/home/chrisp/workspace/
osgi.instance.area.default=file:/home/chrisp/workspace/
osgi.logfile=/home/chrisp/workspace/.metadata/.log
osgi.manifest.cache=/home/chrisp/eclipse/configuration/org.eclipse.osgi/manifests
osgi.nl=en_US
osgi.os=linux
osgi.requiredJavaVersion=1.5
osgi.splashLocation=/home/chrisp/eclipse//plugins/org.eclipse.platform_3.3.2.R33x_v20071022/splash.bmp
osgi.splashPath=platform:/base/plugins/org.eclipse.platform
osgi.syspath=/home/chrisp/eclipse/plugins
osgi.ws=gtk
path.separator=:
sun.arch.data.model=32
sun.boot.class.path=/usr/local/jdk1.5.0_14/jre/lib/rt.jar:/usr/local/jdk1.5.0_14/jre/lib/i18n.jar:/usr/local/jdk1.5.0_14/jre/lib/sunrsasign.jar:/usr/local/jdk1.5.0_14/jre/lib/jsse.jar:/usr/local/jdk1.5.0_14/jre/lib/jce.jar:/usr/local/jdk1.5.0_14/jre/lib/charsets.jar:/usr/local/jdk1.5.0_14/jre/classes
sun.boot.library.path=/usr/local/jdk1.5.0_14/jre/lib/i386
sun.cpu.endian=little
sun.cpu.isalist=
sun.desktop=gnome
sun.io.unicode.encoding=UnicodeLittle
sun.jnu.encoding=UTF-8
sun.management.compiler=HotSpot Client Compiler
sun.os.patch.level=unknown
user.country=US
user.dir=/home/chrisp/eclipse
user.home=/home/chrisp
user.language=en
user.name=chrisp
user.timezone=America/Chicago
*** Features:
org.eclipse.cvs (1.0.1.R33x_r20070802-7C79_9_KKG-mDM9e3H5D) "Eclipse CVS Client"
org.eclipse.emf.common (2.3.0.v200709252135) "EMF Common"
org.eclipse.emf.common.ui (2.3.1.v200709252135) "EMF Common UI"
org.eclipse.emf.ecore (2.3.1.v200709252135) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.3.0.v200709252135) "EMF Ecore Edit Support"
org.eclipse.emf.edit (2.3.1.v200709252135) "EMF Edit"
org.eclipse.emf.edit.ui (2.3.1.v200709252135) "EMF Edit UI"
org.eclipse.gef (3.3.1.v20070814) "Graphical Editing Framework"
org.eclipse.jdt (3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL) "Eclipse Java Development Tools"
org.eclipse.mylyn_feature (2.1.0.v20070927-0900) "Mylyn"
org.eclipse.mylyn.bugzilla_feature (2.1.0.v20070927-0900) "Mylyn"
org.eclipse.mylyn.context_feature (2.1.0.v20070927-0900) "Mylyn"
org.eclipse.mylyn.ide_feature (2.1.0.v20070927-0900) "Mylyn"
org.eclipse.mylyn.java_feature (2.1.0.v20070927-0900) "Mylyn"
org.eclipse.platform (3.3.2.R33x_v20071022-_19UEksF-G8Yc6bUv3Dz) "Eclipse Platform"
org.eclipse.rcp (3.3.2.R33x_r20071022-8y8eE9CEV3FspP8HJrY1M2dS) "Eclipse RCP"
org.eclipse.xsd (2.3.1.v200709252135) "XML Schema Infoset Model (XSD)"
org.eclipse.xsd.edit (2.3.0.v200709252135) "XML Schema Edit Framework"
*** Plug-in Registry:
com.ibm.icu (3.6.1.v20070906) "International Components for Unicode for Java (ICU4J)" [Active]
com.jcraft.jsch (0.1.31) "JSch" [Resolved]
javax.servlet (2.4.0.v200706111738) "Servlet API Bundle" [Resolved]
javax.servlet.jsp (2.0.0.v200706191603) "Java Server Pages API Bundle" [Resolved]
org.apache.ant (1.7.0.v200706080842) "Apache Ant" [Resolved]
org.apache.commons.el (1.0.0.v200706111724) "Apache Commons JSP 2.0 Expression Language Interpreter" [Resolved]
org.apache.commons.logging (1.0.4.v200706111724) "Apache Commons Logging Plug-in" [Resolved]
org.apache.jasper (5.5.17.v200706111724) "Apache Jasper 2 Plug-in" [Resolved]
org.apache.lucene (1.9.1.v200706111724) "Apache Lucene" [Resolved]
org.apache.lucene.analysis (1.9.1.v200706181610) "Apache Lucene Analysis" [Resolved]
org.apache.xerces (2.8.0.v200705301630) "Apache Xerces-J" [Resolved]
org.apache.xml.resolver (1.1.0.v200705310020) "Apache XmlResolver" [Resolved]
org.eclipse.ant.core (3.1.200.v20070522) "Ant Build Tool Core" [Starting]
org.eclipse.ant.ui (3.2.200.v20070825_r331) "Ant UI" [Starting]
org.eclipse.compare (3.3.1.r33x_20070906) "Compare Support" [Starting]
org.eclipse.core.boot (3.1.100.v20060603) "Core Boot" [Starting]
org.eclipse.core.commands (3.3.0.I20070605-0010) "Commands" [Resolved]
org.eclipse.core.contenttype (3.2.100.v20070319) "Eclipse Content Mechanism" [Active]
org.eclipse.core.databinding (1.0.1.M20070822-0800) "JFace Data Binding" [Resolved]
org.eclipse.core.databinding.beans (1.0.1.M20070910-0800b) "JFace Data Binding for JavaBeans" [Resolved]
org.eclipse.core.expressions (3.3.0.v20070606-0010) "Expression Language" [Active]
org.eclipse.core.filebuffers (3.3.1.r331_v20070829) "File Buffers" [Active]
org.eclipse.core.filesystem (1.1.0.v20070606) "Core File Systems" [Active]
org.eclipse.core.filesystem.linux.x86 (1.1.0.v20070416) "Core File System for Linux" [Resolved]
org.eclipse.core.jobs (3.3.1.R33x_v20070709) "Eclipse Jobs Mechanism" [Active]
org.eclipse.core.net (1.0.1.r33x_20070709) "Internet Connection Management" [Active]
org.eclipse.core.resources (3.3.0.v20070604) "Core Resource Management" [Active]
org.eclipse.core.resources.compatibility (3.2.100.v20070502) "Core Resource Management Compatibility Fragment" [Resolved]
org.eclipse.core.runtime (3.3.100.v20070530) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.1.200.v20070502) "Core Runtime Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) "Authorization Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.100.v20070316) "Eclipse Registry Compatibility Fragment" [Resolved]
org.eclipse.core.variables (3.2.0.v20070426) "Core Variables" [Starting]
org.eclipse.cvs (1.0.0.v20070606) "Eclipse CVS Client" [Starting]
org.eclipse.debug.core (3.3.1.v20070731_r331) "Debug Core" [Active]
org.eclipse.debug.ui (3.3.1.v20070731_r331) "Debug UI" [Active]
org.eclipse.draw2d (3.2.100.v20070529) "Graphical Editing Framework Draw2d" [Starting]
org.eclipse.emf.common (2.3.0.v200709252135) "EMF Common" [Starting]
org.eclipse.emf.common.ui (2.3.1.v200709252135) "EMF Common UI" [Starting]
org.eclipse.emf.ecore (2.3.1.v200709252135) "EMF Ecore" [Starting]
org.eclipse.emf.ecore.change (2.3.0.v200709252135) "EMF Ecore Change Model" [Starting]
org.eclipse.emf.ecore.change.edit (2.3.0.v200709252135) "EMF Ecore Change Edit Support" [Starting]
org.eclipse.emf.ecore.edit (2.3.0.v200709252135) "EMF Ecore Edit Support" [Starting]
org.eclipse.emf.ecore.xmi (2.3.1.v200709252135) "EMF XMI" [Starting]
org.eclipse.emf.edit (2.3.1.v200709252135) "EMF Edit" [Starting]
org.eclipse.emf.edit.ui (2.3.1.v200709252135) "EMF Edit UI" [Starting]
org.eclipse.equinox.app (1.0.1.R33x_v20070828) "Equinox Application Container" [Active]
org.eclipse.equinox.common (3.3.0.v20070426) "Common Eclipse Runtime" [Active]
org.eclipse.equinox.http.jetty (1.0.1.R33x_v20070816) "Jetty Http Service" [Starting]
org.eclipse.equinox.http.registry (1.0.0.v20070608) "Http Service Registry Extensions" [Resolved]
org.eclipse.equinox.http.servlet (1.0.1.R33x_v20070816) "Http Services Servlet" [Starting]
org.eclipse.equinox.jsp.jasper (1.0.1.R33x_v20070816) "Jasper Jsp Support Bundle" [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20070607) "Jasper Jsp Registry Support Plug-in" [Starting]
org.eclipse.equinox.launcher (1.0.1.R33x_v20070828) "Equinox Launcher" [Resolved]
org.eclipse.equinox.launcher.gtk.linux.x86 (1.0.2.R331_v20071019) "Equinox Launcher Linux X86 Fragment" [Resolved]
org.eclipse.equinox.preferences (3.2.100.v20070522) "Eclipse Preferences Mechanism" [Active]
org.eclipse.equinox.registry (3.3.1.R33x_v20070802) "Extension Registry Support" [Active]
org.eclipse.gef (3.2.101.v20070814) "Graphical Editing Framework" [Starting]
org.eclipse.help (3.3.1.v20070726_33x) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.200.v20070510) "Help Application Server" [Starting]
org.eclipse.help.base (3.3.1.v20070813_33x) "Help System Base" [Starting]
org.eclipse.help.ui (3.3.1.v20070726_33x) "Help System UI" [Starting]
org.eclipse.help.webapp (3.3.1.v20070823_33x) "Help System Webapp" [Starting]
org.eclipse.jdt (3.3.0.v20070607-1300) "Eclipse Java Development Tools" [Resolved]
org.eclipse.jdt.apt.core (3.3.1.R33x_v20070831-0435) "Java Annotation Processing Core" [Starting]
org.eclipse.jdt.apt.pluggable.core (1.0.1.R33x_v20070831-0435) "Java Compiler Apt IDE" [Installed]
org.eclipse.jdt.apt.ui (3.3.1.R33x_v20070801-1930) "Java Annotation Processing UI" [Starting]
org.eclipse.jdt.compiler.apt (1.0.1.R33x_v20070831-0435) "Java Compiler Apt" [Installed]
org.eclipse.jdt.compiler.tool (1.0.1.v_780_R33x) "Java Compiler Tool Support" [Installed]
org.eclipse.jdt.core (3.3.1.v_780_R33x) "Java Development Tools Core" [Active]
org.eclipse.jdt.core.manipulation (1.1.0.v20070606-0010) "Java Code Manipulation Functionality" [Active]
org.eclipse.jdt.debug (3.3.1.v20070719_r331) "JDI Debug Model" [Active]
org.eclipse.jdt.debug.ui (3.2.101.v20070718_r331) "JDI Debug UI" [Starting]
org.eclipse.jdt.doc.user (3.3.1.r331_v20070912a) "Eclipse Java Development User Guide" [Starting]
org.eclipse.jdt.junit (3.3.1.r331_v20070829) "Java Development Tools JUnit support" [Starting]
org.eclipse.jdt.junit.runtime (3.3.0.v20070606-0010) "Java Development Tools JUnit runtime support" [Resolved]
org.eclipse.jdt.junit4.runtime (1.0.100.v20070606-0010) "Java Development Tools JUnit4 runtime support" [Resolved]
org.eclipse.jdt.launching (3.3.1.v20070808_r331) "Java Development Tools Launching Support" [Active]
org.eclipse.jdt.ui (3.3.1.r331_v20070906) "Java Development Tools UI" [Active]
org.eclipse.jem.util (2.0.1.v200709051030) "Java EMF Model Utilities" [Starting]
org.eclipse.jface (3.3.1.M20070910-0800b) "JFace" [Active]
org.eclipse.jface.databinding (1.1.1.M20070910-0800b) "JFace Data Binding for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.3.1.r331_v20070629) "JFace Text" [Resolved]
org.eclipse.jsch.core (1.0.0.I20070426) "JSch Core" [Starting]
org.eclipse.jsch.ui (1.0.1.r33x_20070709) "JSch UI" [Starting]
org.eclipse.ltk.core.refactoring (3.3.1.r331_v20070829) "Refactoring Core" [Starting]
org.eclipse.ltk.ui.refactoring (3.3.1.r331_v20070829) "Refactoring UI" [Starting]
org.eclipse.mylyn (2.1.0.v20070927-0900) "Mylyn" [Starting]
org.eclipse.mylyn.bugzilla.core (2.1.0.v20070927-0900) "Mylyn Bugzilla Connector Core" [Active]
org.eclipse.mylyn.bugzilla.ui (2.1.0.v20070927-0900) "Mylyn Bugzilla Connector UI" [Active]
org.eclipse.mylyn.compatibility (2.1.0.v20070927-0900) "Java 5 Compatibility Checker" [Active]
org.eclipse.mylyn.context.core (2.1.0.v20070927-0900) "Mylyn Context Core" [Active]
org.eclipse.mylyn.context.ui (2.1.0.v20070927-0900) "Mylyn Context UI" [Active]
org.eclipse.mylyn.help.ui (2.1.0.v20070927-0900) "Mylyn Help" [Starting]
org.eclipse.mylyn.ide.ui (2.1.0.v20070927-0900) "Mylyn IDE UI" [Starting]
org.eclipse.mylyn.java.ui (2.1.0.v20070927-0900) "Mylyn Java" [Active]
org.eclipse.mylyn.monitor.core (2.1.0.v20070927-0900) "Mylyn Monitor Core" [Resolved]
org.eclipse.mylyn.monitor.ui (2.1.0.v20070927-0900) "Mylyn Monitor UI" [Active]
org.eclipse.mylyn.resources.ui (2.1.0.v20070927-0900) "Mylyn Resources UI" [Active]
org.eclipse.mylyn.tasks.core (2.1.0.v20070927-0900) "Mylyn Tasks Core" [Active]
org.eclipse.mylyn.tasks.ui (2.1.0.v20070927-0900) "Mylyn Tasks UI" [Active]
org.eclipse.mylyn.web.core (2.1.0.v20070927-0900) "Mylyn Web Core Plug-in" [Active]
org.eclipse.mylyn.web.ui (2.1.0.v20070927-0900) "Mylyn Web UI" [Starting]
org.eclipse.osgi (3.3.1.R33x_v20070828) "OSGi System Bundle" [Active]
org.eclipse.osgi.services (3.1.200.v20070605) "OSGi Release 4.0.1 Services" [Resolved]
org.eclipse.osgi.util (3.1.200.v20070605) "OSGi Release 4.0.1 Utility Classes" [Resolved]
org.eclipse.platform (3.3.2.R33x_v20071022) "Eclipse Platform" [Starting]
org.eclipse.platform.doc.user (3.3.0.M20070913-1400) "Eclipse Workbench User Guide" [Starting]
org.eclipse.rcp (3.2.0.v20070612) "Eclipse RCP" [Starting]
org.eclipse.search (3.3.1.r331_v20070831-0800) "Search Support" [Active]
org.eclipse.swt (3.3.2.v3347) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.gtk.linux.x86 (3.3.2.v3347) "Standard Widget Toolkit for GTK 2.0" [Resolved]
org.eclipse.team.core (3.3.1.r33x_20070807) "Team Support Core" [Active]
org.eclipse.team.cvs.core (3.3.1.r33x_20070724) "CVS Team Provider Core" [Starting]
org.eclipse.team.cvs.ssh (3.2.100.I20061208) "CVS SSH Core" [Starting]
org.eclipse.team.cvs.ssh2 (3.2.100.I20070604) "CVS SSH2" [Starting]
org.eclipse.team.cvs.ui (3.3.1.r33x_20070807) "CVS Team Provider UI" [Starting]
org.eclipse.team.ui (3.3.1.r33x_20070730) "Team Support UI" [Active]
org.eclipse.text (3.3.0.v20070606-0010) "Text" [Resolved]
org.eclipse.tomcat (4.1.230.v20070531) "Tomcat Wrapper" [Starting]
org.eclipse.ui (3.3.1.M20070910-0800b) "Eclipse UI" [Active]
org.eclipse.ui.browser (3.2.100.v20070524A) "Browser Support" [Starting]
org.eclipse.ui.cheatsheets (3.3.0.v20070507) "Cheat Sheets" [Starting]
org.eclipse.ui.console (3.2.1.v20070824_r331) "Console" [Starting]
org.eclipse.ui.editors (3.3.1.r331_v20070629) "Default Text Editor" [Active]
org.eclipse.ui.externaltools (3.1.200.v20070416) "External Tools" [Active]
org.eclipse.ui.forms (3.3.0.v20070511) "Eclipse Forms" [Active]
org.eclipse.ui.ide (3.3.1.M20070910-0800b) "Eclipse IDE UI" [Active]
org.eclipse.ui.ide.application (1.0.0.I20070530-0100) "Eclipse IDE UI Application" [Resolved]
org.eclipse.ui.intro (3.2.101.v20070827_33x) "Welcome Framework" [Starting]
org.eclipse.ui.intro.universal (3.2.100.v20070530A) "Universal Welcome" [Starting]
org.eclipse.ui.navigator (3.3.2.M20071022-1600a) "Common Navigator View" [Starting]
org.eclipse.ui.navigator.resources (3.3.1.M20070831-2000) "Navigator Workbench Components" [Starting]
org.eclipse.ui.net (1.0.0.I20070516) "Internet Connection Management UI" [Active]
org.eclipse.ui.presentations.r21 (3.2.100.I20070605-0010) "R21 Presentation Plug-in" [Starting]
org.eclipse.ui.views (3.2.101.M20070910-0800b) "Views" [Active]
org.eclipse.ui.views.properties.tabbed (3.3.1.M20070831-0800) "Tabbed Properties View" [Starting]
org.eclipse.ui.workbench (3.3.1.M20070921-1200) "Workbench" [Active]
org.eclipse.ui.workbench.compatibility (3.2.0.I20070319-0010) "Workbench Compatibility" [Resolved]
org.eclipse.ui.workbench.texteditor (3.3.1.r331_v20070806) "Text Editor Framework" [Active]
org.eclipse.update.configurator (3.2.101.R33x_v20070810) "Install/Update Configurator" [Active]
org.eclipse.update.core (3.2.101.R33x_v20070911) "Install/Update Core" [Active]
org.eclipse.update.core.linux (3.2.0.v20070615) "Install/Update Core for Linux" [Resolved]
org.eclipse.update.scheduler (3.2.100.v20070615) "Automatic Updates Scheduler" [Active]
org.eclipse.update.ui (3.2.100.v20070615) "Install/Update UI" [Starting]
org.eclipse.wst.command.env (1.0.204.v200708202226) "Environment Command Framework (headless)" [Starting]
org.eclipse.wst.command.env.core (1.0.203.v200707302047) "Environment Command Framework (core)" [Resolved]
org.eclipse.wst.command.env.infopop (1.0.3.v200706110217) "Web services UI" [Starting]
org.eclipse.wst.command.env.ui (1.0.203.v200709052219) "Environment Command Framework (GUI)" [Starting]
org.eclipse.wst.common.core (1.1.101.v200706120315) "WST Common Core Plug-in" [Starting]
org.eclipse.wst.common.emf (1.1.104.v200709131115) "EMF Utilities" [Starting]
org.eclipse.wst.common.emfworkbench.integration (1.1.104.v200709122200) "EMF Workbench Edit Plug-in" [Starting]
org.eclipse.wst.common.environment (1.0.200.v200705302225) "Enviornment Plug-in" [Starting]
org.eclipse.wst.common.frameworks (1.1.102.v200706071630) "Common Frameworks" [Starting]
org.eclipse.wst.common.frameworks.ui (1.1.101.v200709122200) "WTP UI Plug-in" [Starting]
org.eclipse.wst.common.infopop (1.0.2.v200706110217) "Common WST infopops" [Starting]
org.eclipse.wst.common.modulecore (1.1.103.v200709192345) "Modulecore Plug-in" [Starting]
org.eclipse.wst.common.project.facet.core (1.2.1.v200708281831) "Project Facet Core" [Starting]
org.eclipse.wst.common.project.facet.ui (1.2.1.v200708232226) "Project Facet UI" [Starting]
org.eclipse.wst.common.snippets (1.1.101.v200705302225) "Snippets View" [Starting]
org.eclipse.wst.common.ui (1.1.200.v200705302225) "Eclipse Base UI extensions" [Starting]
org.eclipse.wst.common.ui.properties (1.0.102.v200706120315) "Common Properties UI" [Starting]
org.eclipse.wst.common.uriresolver (1.1.201.v200705302225) "Common URI Resolver Framework" [Starting]
org.eclipse.wst.dtd.core (1.1.101.v200705302225) "Structured Source DTD Core" [Starting]
org.eclipse.wst.dtd.ui (1.0.201.v200705302225) "SSE DTD Source Editor" [Starting]
org.eclipse.wst.dtd.ui.infopop (1.0.2.v200706110217) "DTD Editor infopops" [Resolved]
org.eclipse.wst.dtdeditor.doc.user (1.0.300.v200705302225) "DTD Editor documentation" [Resolved]
org.eclipse.wst.internet.cache (1.0.201.v200705302225) "Cache URI Resolver Plug-in" [Starting]
org.eclipse.wst.sse.core (1.1.202.v200709061102) "Structured Text Model" [Starting]
org.eclipse.wst.sse.doc.user (1.0.300.v200705302225) "Structured text editor and snippets documentation" [Resolved]
org.eclipse.wst.sse.ui (1.0.303.v200709061102) "Structured Source Editor" [Starting]
org.eclipse.wst.sse.ui.infopop (1.0.102.v200706110217) "SSE infopops" [Resolved]
org.eclipse.wst.standard.schemas (1.0.1.v200705302225) "Standard Schemas and DTDs" [Resolved]
org.eclipse.wst.validation (1.1.102.v200709122200) "Validation Framework" [Starting]
org.eclipse.wst.validation.infopop (1.0.202.v200706110217) "WST validation infopop plug-in" [Resolved]
org.eclipse.wst.validation.ui (1.1.102.v200706071630) "Validation Framework UI" [Starting]
org.eclipse.wst.xml.core (1.1.201.v200709201331) "Structured Source XML Model" [Starting]
org.eclipse.wst.xml.ui (1.0.301.v200709112242) "XML UI Plugin" [Starting]
org.eclipse.wst.xml.ui.infopop (1.0.2.v200706110217) "XML infopops" [Resolved]
org.eclipse.wst.xmleditor.doc.user (1.0.300.v200705302225) "XML editor" [Resolved]
org.eclipse.wst.xsd.core (1.1.201.v200707172046) "XSD Core Plugin" [Starting]
org.eclipse.wst.xsd.ui (1.2.1.v200709112242) "XML Schema Editor" [Starting]
org.eclipse.wst.xsdeditor.doc.user (1.0.300.v200705302225) "XML schema editor" [Resolved]
org.eclipse.xsd (2.3.1.v200709252135) "XML Schema Infoset Model (XSD)" [Starting]
org.eclipse.xsd.edit (2.3.0.v200709252135) "XML Schema Edit Framework" [Starting]
org.junit (3.8.2.v200706111738) "JUnit Testing Framework" [Resolved]
org.junit4 (4.3.1) "JUnit Testing Framework Version 4" [Resolved]
org.mortbay.jetty (5.1.11.v200706111724) "Jetty WebServer" [Resolved]
pi.eclipse.cle (0.1.6) "CUP/LEX Editor Plugin" [Installed]
*** User Preferences:
#Tue Feb 12 17:43:27 CST 2008
/instance/org.eclipse.jdt.ui/tabWidthPropagated=true
/instance/org.eclipse.debug.ui/org.eclipse.debug.ui.PREF_LAUNCH_PERSPECTIVES=<?xml version\="1.0" encoding\="UTF-8"?>\n<launchPerspectives/>\n
/instance/org.eclipse.jdt.ui/useQuickDiffPrefPage=true
/instance/org.eclipse.ui.browser/browsers=<?xml version\="1.0" encoding\="UTF-8"?>\n<web-browsers current\="0">\n<system/>\n</web-browsers>
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.editor.tab.width=
/instance/org.eclipse.ui.ide/platformState=1202832682052
@org.eclipse.mylyn.tasks.ui=2.1.0.v20070927-0900
file_export_version=3.0
@org.eclipse.jdt.ui=3.3.1.r331_v20070906
/instance/org.eclipse.core.resources/version=1
/instance/org.eclipse.mylyn.tasks.ui/org.eclipse.mylyn.tasks.ui.backup.last=1202832761962
@org.eclipse.ui.browser=3.2.100.v20070524A
@org.eclipse.core.net=1.0.1.r33x_20070709
@org.eclipse.jdt.launching=3.3.1.v20070808_r331
/instance/org.eclipse.mylyn.context.core/mylyn.attention.migrated=true
/instance/org.eclipse.jdt.ui/spelling_locale_initialized=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.source=1.5
/instance/org.eclipse.ui.ide/tipsAndTricks=true
@org.eclipse.mylyn.java.ui=2.1.0.v20070927-0900
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.compliance=1.5
@org.eclipse.debug.ui=3.3.1.v20070731_r331
/instance/org.eclipse.jdt.ui/content_assist_disabled_computers=org.eclipse.jdt.ui.javaTypeProposalCategory\u0000org.eclipse.jdt.ui.spellingProposalCategory\u0000org.eclipse.jdt.ui.textProposalCategory\u0000org.eclipse.jdt.ui.templateProposalCategory\u0000org.eclipse.jdt.ui.javaNoTypeProposalCategory\u0000
/instance/org.eclipse.ui/showIntro=false
/configuration/org.eclipse.ui.ide/MAX_RECENT_WORKSPACES=5
@org.eclipse.jdt.core=3.3.1.v_780_R33x
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES=/home/chrisp/workspace
/configuration/org.eclipse.ui.ide/SHOW_WORKSPACE_SELECTION_DIALOG=true
@org.eclipse.mylyn.context.core=2.1.0.v20070927-0900
/instance/org.eclipse.jdt.ui/proposalOrderMigrated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
@org.eclipse.ui.ide=3.3.1.M20070910-0800b
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
/instance/org.eclipse.jdt.ui/fontPropagated=true
@org.eclipse.mylyn.context.ui=2.1.0.v20070927-0900
@org.eclipse.core.resources=3.3.0.v20070604
@org.eclipse.ui=3.3.1.M20070910-0800b
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\="1.0" encoding\="UTF-8"?>\n<vmSettings defaultVM\="57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1202858847805" defaultVMConnector\="">\n<vmType id\="org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType">\n<vm id\="1202858847805" javadocURL\="http\://java.sun.com/j2se/1.5.0/docs/api/" name\="jdk1.5.0_14" path\="/usr/local/jdk1.5.0_14"/>\n</vmType>\n</vmSettings>\n
/configuration/org.eclipse.ui.ide/RECENT_WORKSPACES_PROTOCOL=3
/instance/org.eclipse.core.net/org.eclipse.core.net.hasMigrated=true
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
/instance/org.eclipse.mylyn.java.ui/org.eclipse.mylyn.ui.first.run.0_4_9=false
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.javadoclocations.migrated=true
/instance/org.eclipse.jdt.ui/org.eclipse.jdt.ui.formatterprofiles.version=11
\!/=
/instance/org.eclipse.team.ui/org.eclipse.team.ui.first_time=false
/instance/org.eclipse.mylyn.context.ui/org.eclipse.mylyn.ui.interest.highlighters=flag\:\:255;238;99;yellow;Solid\:254;179;190;rose;Solid\:202;169;222;purple;Solid\:120;160;250;blue;Solid\:162;231;215;green;Solid\:81;158;235;blue gradient;Gradient\:222;137;71;orange gradient;Gradient\:
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
/instance/org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Monospace|10.0|0|GTK|1|;
/instance/org.eclipse.jdt.core/org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
@org.eclipse.team.ui=3.3.1.r33x_20070730
/instance/org.eclipse.jdt.ui/useAnnotationsPrefPage=true
*** Current Install Configuration:
Install configuration:
Last changed on Feb 12, 2008
Location: file:/home/chrisp/eclipse/configuration/org.eclipse.update/platform.xml
Configured sites:
platform:/base/
Configured features:
ID: org.eclipse.platform, Version: 3.3.2.R33x_v20071022
ID: org.eclipse.cvs, Version: 1.0.0.v20070606
ID: org.eclipse.mylyn, Version: 2.1.0.v20070927-0900
ID: org.eclipse.emf.edit.ui, Version: 2.3.1.v200709252135
ID: pi.eclipse.cle, Version: 0.1.6
ID: org.eclipse.wst.xml_core.feature, Version: 2.0.1.v200709110650-787BE_1CYQCCz-CvRQLQSV
ID: org.eclipse.wst.xml_userdoc.feature, Version: 2.0.1.v200709110650-4-EGk_kE77Y7QI7EEEQ
ID: org.eclipse.emf.common.ui, Version: 2.3.1.v200709252135
ID: org.eclipse.wst.common_core.feature, Version: 2.0.1.v200709110622-7C78EKGE_EkMNfNleyerlz
ID: org.eclipse.jdt, Version: 3.3.0.v20070607-1300
ID: org.eclipse.mylyn, Version: 2.1.0.v20070927-0900
ID: org.eclipse.mylyn, Version: 2.1.0.v20070927-0900
ID: org.eclipse.gef, Version: 3.2.101.v20070814
ID: org.eclipse.xsd.edit, Version: 2.3.0.v200709252135
ID: org.eclipse.mylyn, Version: 2.1.0.v20070927-0900
ID: org.eclipse.emf.ecore.edit, Version: 2.3.0.v200709252135
ID: org.eclipse.wst.xml_ui.feature, Version: 2.0.1.v200709110650-7A1ECGCnbckz0bnr5wCp8KNAjipR
ID: org.eclipse.mylyn, Version: 2.1.0.v20070927-0900
ID: org.eclipse.rcp, Version: 3.2.0.v20070612
ID: org.eclipse.emf.common, Version: 2.3.0.v200709252135
ID: org.eclipse.emf.edit, Version: 2.3.1.v200709252135
ID: org.eclipse.xsd, Version: 2.3.1.v200709252135
ID: org.eclipse.wst.common_ui.feature, Version: 2.0.1.v200709110622-7C5EH2E9RvTVnijrspVz0bgOmfz-
ID: org.eclipse.emf.ecore, Version: 2.3.1.v200709252135
Configured plug-ins:
file:/home/chrisp/eclipse/plugins/org.eclipse.update.ui_3.2.100.v20070615.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xsd.core_1.1.201.v200707172046.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.3.1.r331_v20070829.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.ide.application_1.0.0.I20070530-0100.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.navigator.resources_3.3.1.M20070831-2000.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.rcp_3.2.0.v20070612.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.bugzilla.core_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.team.ui_3.3.1.r33x_20070730.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.ide.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.debug.ui_3.3.1.v20070731_r331.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.jobs_3.3.1.R33x_v20070709.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.views_3.2.101.M20070910-0800b.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.sse.doc.user_1.0.300.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.update.core.linux_3.2.0.v20070615.jar
file:/home/chrisp/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xsdeditor.doc.user_1.0.300.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.junit_3.3.1.r331_v20070829.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.junit4.runtime_1.0.100.v20070606-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jem.util_2.0.1.v200709051030.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.help_3.3.1.v20070726_33x.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.externaltools_3.1.200.v20070416.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xml.ui.infopop_1.0.2.v200706110217.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.platform_3.3.2.R33x_v20071022/
file:/home/chrisp/eclipse/plugins/org.eclipse.core.contenttype_3.2.100.v20070319.jar
file:/home/chrisp/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.java.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.runtime.compatibility.registry_3.2.100.v20070316/
file:/home/chrisp/eclipse/plugins/org.eclipse.core.runtime.compatibility.auth_3.2.100.v20070502.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.edit_2.3.1.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.debug.ui_3.2.101.v20070718_r331.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.core_1.1.101.v200706120315.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.sse.ui_1.0.303.v200709061102.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.tasks.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jface.databinding_1.1.1.M20070910-0800b.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.http.jetty_1.0.1.R33x_v20070816.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.sse.ui.infopop_1.0.102.v200706110217.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.team.core_3.3.1.r33x_20070807.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.modulecore_1.1.103.v200709192345.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.console_3.2.1.v20070824_r331.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.osgi.services_3.1.200.v20070605.jar
file:/home/chrisp/eclipse/plugins/org.apache.lucene_1.9.1.v200706111724.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.ide_3.3.1.M20070910-0800b.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.launching_3.3.1.v20070808_r331.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.text_3.3.0.v20070606-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.app_1.0.1.R33x_v20070828.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.search_3.3.1.r331_v20070831-0800.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.net_1.0.1.r33x_20070709.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.workbench.compatibility_3.2.0.I20070319-0010/
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.edit.ui_2.3.1.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.emfworkbench.integration_1.1.104.v200709122200.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.update.scheduler_3.2.100.v20070615.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jsch.ui_1.0.1.r33x_20070709.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.filesystem.linux.x86_1.1.0.v20070416.jar
file:/home/chrisp/eclipse/plugins/org.apache.ant_1.7.0.v200706080842/
file:/home/chrisp/eclipse/plugins/org.eclipse.team.cvs.ssh2_3.2.100.I20070604.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.web.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.ecore.change_2.3.0.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.swt.gtk.linux.x86_3.3.2.v3347.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.osgi_3.3.1.R33x_v20070828.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.ui.properties_1.0.102.v200706120315.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.1.101.v200709122200.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.platform.doc.user_3.3.0.M20070913-1400.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.3.1.r331_v20070806.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.standard.schemas_1.0.1.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.mortbay.jetty_5.1.11.v200706111724.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.intro.universal_3.2.100.v20070530A/
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.compiler.apt_1.0.1.R33x_v20070831-0435.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.common_2.3.0.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui_3.3.1.M20070910-0800b.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.databinding.beans_1.0.1.M20070910-0800b.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.dtd.core_1.1.101.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.help.ui_3.3.1.v20070726_33x.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ltk.core.refactoring_3.3.1.r331_v20070829.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.2.R331_v20071019/
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.validation.ui_1.1.102.v200706071630.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.common.ui_2.3.1.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jface.text_3.3.1.r331_v20070629.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.cheatsheets_3.3.0.v20070507.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.http.servlet_1.0.1.R33x_v20070816.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.databinding_1.0.1.M20070822-0800.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xml.core_1.1.201.v200709201331.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.apt.core_3.3.1.R33x_v20070831-0435.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.editors_3.3.1.r331_v20070629.jar
file:/home/chrisp/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.forms_3.3.0.v20070511.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.net_1.0.0.I20070516.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.help.webapp_3.3.1.v20070823_33x.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.help.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.context.core_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.dtd.ui.infopop_1.0.2.v200706110217.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.variables_3.2.0.v20070426.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.browser_3.2.100.v20070524A.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.context.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.presentations.r21_3.2.100.I20070605-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.environment_1.0.200.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070604.jar
file:/home/chrisp/eclipse/plugins/com.ibm.icu_3.6.1.v20070906.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.commands_3.3.0.I20070605-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.validation_1.1.102.v200709122200.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xml.ui_1.0.301.v200709112242.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.infopop_1.0.2.v200706110217.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.expressions_3.3.0.v20070606-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.team.cvs.ui_3.3.1.r33x_20070807.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.3.0.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.resources.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.monitor.core_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.preferences_3.2.100.v20070522.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.filesystem_1.1.0.v20070606.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.swt_3.3.2.v3347.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jsch.core_1.0.0.I20070426.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.junit.runtime_3.3.0.v20070606-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.3.1.M20070831-0800.jar
file:/home/chrisp/eclipse/plugins/org.apache.lucene.analysis_1.9.1.v200706181610.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.compare_3.3.1.r33x_20070906.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.emf_1.1.104.v200709131115.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.team.cvs.ssh_3.2.100.I20061208.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xsd.ui_1.2.1.v200709112242.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.ecore_2.3.1.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.core.manipulation_1.1.0.v20070606-0010.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.internet.cache_1.0.201.v200705302225.jar
file:/home/chrisp/eclipse/plugins/pi.eclipse.cle_0.1.6.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.command.env.core_1.0.203.v200707302047.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.apt.pluggable.core_1.0.1.R33x_v20070831-0435.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.runtime.compatibility_3.1.200.v20070502.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.xsd_2.3.1.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.xmleditor.doc.user_1.0.300.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.validation.infopop_1.0.202.v200706110217.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.gef_3.2.101.v20070814.jar
file:/home/chrisp/eclipse/plugins/org.junit_3.8.2.v200706111738/
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt_3.3.0.v20070607-1300.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.apt.ui_3.3.1.R33x_v20070801-1930.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.monitor.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.jsp.jasper_1.0.1.R33x_v20070816.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.xsd.edit_2.3.0.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.debug.core_3.3.1.v20070731_r331.jar
file:/home/chrisp/eclipse/plugins/com.jcraft.jsch_0.1.31.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.cvs_1.0.0.v20070606.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.osgi.util_3.1.200.v20070605.jar
file:/home/chrisp/eclipse/plugins/org.junit4_4.3.1/
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.tasks.core_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.apache.xerces_2.8.0.v200705301630.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.help.base_3.3.1.v20070813_33x.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.ecore.edit_2.3.0.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.command.env_1.0.204.v200708202226/
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.0.v20070607.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ant.core_3.1.200.v20070522.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.boot_3.1.100.v20060603.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.web.core_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.draw2d_3.2.100.v20070529.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.update.core_3.2.101.R33x_v20070911.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.2.1.v200708281831.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.navigator_3.3.2.M20071022-1600a.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.tomcat_4.1.230.v20070531/
file:/home/chrisp/eclipse/plugins/org.eclipse.help.appserver_3.1.200.v20070510.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.dtd.ui_1.0.201.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.command.env.ui_1.0.203.v200709052219.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.filebuffers_3.3.1.r331_v20070829.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.resources.compatibility_3.2.100.v20070502.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.command.env.infopop_1.0.3.v200706110217.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.intro_3.2.101.v20070827_33x.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.bugzilla.ui_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.dtdeditor.doc.user_1.0.300.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.doc.user_3.3.1.r331_v20070912a.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.ui_1.1.200.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.uriresolver_1.1.201.v200705302225.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.sse.core_1.1.202.v200709061102.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar
file:/home/chrisp/eclipse/plugins/org.apache.xml.resolver_1.1.0.v200705310020.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ant.ui_3.2.200.v20070825_r331.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.team.cvs.core_3.3.1.r33x_20070724.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.compiler.tool_1.0.1.v_780_R33x.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.update.configurator_3.2.101.R33x_v20070810.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.debug_3.3.1.v20070719_r331/
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.project.facet.ui_1.2.1.v200708232226.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.http.registry_1.0.0.v20070608.jar
file:/home/chrisp/eclipse/plugins/org.apache.jasper_5.5.17.v200706111724.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.3.1.v200709252135.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.frameworks_1.1.102.v200706071630.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.ui.workbench_3.3.1.M20070921-1200.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.mylyn.compatibility_2.1.0.v20070927-0900.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jdt.ui_3.3.1.r331_v20070906.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.equinox.registry_3.3.1.R33x_v20070802.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.jface_3.3.1.M20070910-0800b.jar
file:/home/chrisp/eclipse/plugins/org.eclipse.wst.common.snippets_1.1.101.v200705302225.jar
Hi,
this is the same bug I posted some months ago without solution.
I hope you find it now.
Thanks.
Hi Raul
Unfortunately my last post in August had no reply. Yes, could be the same bug...
Could you please check the "Error Log" view - Window|Show View|Error Log? Better first remove all log events, and then restart Eclipse. Hopefully we'll find something useful there...
Actually I don't see an Error Log under Window->Show View. I tried looking under Other... as well but no go.
Just to add another interesting data point... I downloaded the full Eclipse Classic version from the eclipse.org website and I was able to get CUP/LEX working. So Eclipse IDE for Java Developers version doesn't work but the Eclipse Classic version does. Perhaps there is a plugin in the IDE version that breaks the CUP/LEX plugin?
Thanks for your help. Hope this helps everybody else.
Hi again!
thanks for your answer, my enviroment configuration hasn't change since August.
I can't atach all error log, where can I send you a file?
Kind regards.
Raúl.
Hmmm, I always suspected those already packed flavors are somehow tricky :) As a matter of fact I use to setup Eclipse by downloading the classic package then use service discovery.
To locate "Error Log" go to "Window|Show View|Other", then in the wizard look for "PDE runtime" category.
I'll try the flavor you mentioned on a clean system, hopefully I'll be able to reproduce the issue.
10x
--
pappy
Hi Chris,
Many thanks, the information you gave was of great help and I was able to reproduce the issue. I've just added a bug for this, hopefully I'll find the time to fix it quickly.
Regards
Hi
Issue solved, please update to 0.1.7 and let me know if it works
Best regards
--
pappy
Hi,
thanks a lot for the new version. Now I'm able to see the java-cup editor and the java-cup properties.
Question: What can I expect from the plug-in? Does it color java code in a different way from grammar or something like that?
Thanks again.
Helo
I'm glad to hear that, thank you for your feedback. Regarding new features, please see https://sourceforge.net/forum/message.php?msg_id=3740745
Kind Regards
--
pappy