- This topic has 2 replies, 2 voices, and was last updated 21 years ago by tauzero.
-
AuthorPosts
-
tauzeroMemberHi,
My setup:
See the end of this message for Configuration Details.I converted an existing Web Application projet to a My Eclipse Web Project. After doing that, I committed the projects files into CVS. Everything was fine (JSP pages were compiled OK).
So I exported a Project Set with the several projects that my Web Project depends on.
I started Eclipse wth a blank new workspace and then imprted my Project Set. So Eclipse went on checking out everything from CVS.
It then went on rebuilding everything. Everything seems ok with the exception that none of the JSPs are compiled. For each JSP, I have an error task created stating the following:
Kind Status Priority Description Resource In Folder Location
Error Exception during execution: null – java.lang.NullPointerException
at de.bb.bje.eclipse.support.JspCompiler.getClassPath(Unknown Source)
at de.bb.bje.eclipse.IncrementalJspBuilder.compile(Unknown Source)
at de.bb.bje.eclipse.IncrementalJspBuilder.visit(Unknown Source)
at org.eclipse.core.internal.resources.Resource$2.visit(Resource.java:106)
at org.eclipse.core.internal.resources.Resource$1.visitElement(Resource.java:50)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:76)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:80)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:80)
at org.eclipse.core.internal.watson.ElementTreeIterator.doIteration(ElementTreeIterator.java:80)
at org.eclipse.core.internal.watson.ElementTreeIterator.iterate(ElementTreeIterator.java:119)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:60)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:104)
at org.eclipse.core.internal.resources.Resource.accept(Resource.java:82)
at de.bb.bje.eclipse.IncrementalJspBuilder.buildProject(Unknown Source)
at de.bb.bje.eclipse.IncrementalJspBuilder.fullBuild(Unknown Source)
at de.bb.bje.eclipse.IncrementalJspBuilder.build(Unknown Source)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:427)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:125)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:181)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:191)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:151)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:165)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:265)
at org.eclipse.core.internal.resources.Project.build(Project.java:85)
at com.genuitec.eclipse.j2eedt.core.LibraryManager$1.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357)
at com.genuitec.eclipse.j2eedt.core.LibraryManager.reinitialize(Unknown Source)
at com.genuitec.eclipse.j2eedt.ui.preference.AbstractLibrarySetPreferencePage.performOk(Unknown Source)
at org.eclipse.jface.preference.PreferenceDialog.okPressed(PreferenceDialog.java:671)
at org.eclipse.jface.preference.PreferenceDialog.buttonPressed(PreferenceDialog.java:218)
at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceDialog.buttonPressed(WorkbenchPreferenceDialog.java:109)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:53)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
MyJsp.jsp gtc-poc-web/pocroot/jspI’ve tried adding all the .jar in the WEB-INF/lib directory to the project libraries (which should not be necessary as, all these jars are already refered from another project on which the Web Project depends), but that does not change anything.
Another annoying thing is that code completion in JSPs works only for standard HTML and JSP tags but it foes not work with custom tags (struts tags for example).
Any idea on how to solve these problems?
Configuration Details:
*** Date: 30/10/03 3:20 PM*** System properties:
awt.toolkit=sun.awt.windows.WToolkit
file.encoding=Cp1252
file.encoding.pkg=sun.io
file.separator=\
java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
java.awt.printerjob=sun.awt.windows.WPrinterJob
java.class.path=C:\eclipse\startup.jar
java.class.version=48.0
java.endorsed.dirs=C:\Program Files\Java\j2re1.4.1_03\lib\endorsed
java.ext.dirs=C:\Program Files\Java\j2re1.4.1_03\lib\ext
java.home=C:\Program Files\Java\j2re1.4.1_03
java.io.tmpdir=C:\DOCUME~1\EPIRSC~1.CGI\LOCALS~1\Temp\
java.library.path=C:\WINNT\system32;.;C:\WINNT\system32;C:\WINNT;C:\WINNT\MS\SMS\CORE\BIN;C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;”c:\bin\apache-ant-1.5.3-1\bin”;”c:\j2sdk1.4.1_03\bin”;c:\PROGRA~1\JEDIT;c:\cygwin\bin;c:\bin;c:\bin\jikes-1.15\bin
java.runtime.name=Java(TM) 2 Runtime Environment, Standard Edition
java.runtime.version=1.4.1_03-b02
java.specification.name=Java Platform API Specification
java.specification.vendor=Sun Microsystems Inc.
java.specification.version=1.4
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFactory
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.4.1_03
java.vm.info=mixed mode
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.4.1_03-b02
line.separator=org.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl
os.arch=x86
os.name=Windows 2000
os.version=5.0
path.separator=;
sun.arch.data.model=32
sun.boot.class.path=C:\Program Files\Java\j2re1.4.1_03\lib\rt.jar;C:\Program Files\Java\j2re1.4.1_03\lib\i18n.jar;C:\Program Files\Java\j2re1.4.1_03\lib\sunrsasign.jar;C:\Program Files\Java\j2re1.4.1_03\lib\jsse.jar;C:\Program Files\Java\j2re1.4.1_03\lib\jce.jar;C:\Program Files\Java\j2re1.4.1_03\lib\charsets.jar;C:\Program Files\Java\j2re1.4.1_03\classes
sun.boot.library.path=C:\Program Files\Java\j2re1.4.1_03\bin
sun.cpu.endian=little
sun.cpu.isalist=pentium i486 i386
sun.io.unicode.encoding=UnicodeLittle
sun.java2d.fontpath=
sun.os.patch.level=Service Pack 3
user.country=CA
user.dir=C:\eclipse
user.home=C:\Documents and Settings\epirsch.CGIMTL
user.language=en
user.name=epirsch
user.timezone=America/New_York
user.variant=
vendor=Apache Software Foundation
vendor-url=http://xml.apache.org/xalan-j
version=2.2.D11*** Features:
com.genuitec.myeclipse.ast (2.6.3) “com.genuitec.myeclipse.ast”
com.genuitec.myeclipse.core (2.6.3) “com.genuitec.myeclipse.core”
com.genuitec.myeclipse.enterprise (2.6.3) “com.genuitec.myeclipse.enterprise”
com.genuitec.myeclipse.help (2.6.3) “com.genuitec.myeclipse.help”
com.genuitec.myeclipse.wdt (2.6.3) “com.genuitec.myeclipse.wdt”
org.eclipse.jdt (2.1.1) “org.eclipse.jdt”
org.eclipse.jdt.source (2.1.1) “org.eclipse.jdt.source”
org.eclipse.pde (2.1.0) “org.eclipse.pde”
org.eclipse.platform (2.1.1) “org.eclipse.platform”
org.eclipse.platform.source (2.1.1) “org.eclipse.platform.source”
org.eclipse.platform.win32 (2.1.1) “org.eclipse.platform.win32”
org.eclipse.platform.win32.source (2.1.1) “org.eclipse.platform.win32.source”
org.eclipse.sdk.win32 (2.1.1) “org.eclipse.sdk.win32”*** Plug-in Registry:
com.genuitec.eclipse.ast.deploy.core (2.6.3) “Deployment Core Plug-in”
com.genuitec.eclipse.core (2.6.3) “Genuitec Core”
com.genuitec.eclipse.easie.bejy (2.6.3) “Genuitec EASIE Bejy Tiger”
com.genuitec.eclipse.easie.core (2.6.3) “Genuitec EASIE Core”
com.genuitec.eclipse.easie.jboss (2.6.3) “Genuitec EASIE JBoss”
com.genuitec.eclipse.easie.jboss2 (2.6.3) “Genuitec EASIE JBoss 2”
com.genuitec.eclipse.easie.jboss3 (2.6.3) “Genuitec EASIE JBoss 3”
com.genuitec.eclipse.easie.jboss4 (2.6.3) “Genuitec EASIE JBoss 4”
com.genuitec.eclipse.easie.jetty (2.6.3) “Genuitec EASIE Jetty”
com.genuitec.eclipse.easie.jetty4 (2.6.3) “Genuitec EASIE Jetty 4”
com.genuitec.eclipse.easie.jetty5 (2.6.3) “Genuitec EASIE Jetty 5”
com.genuitec.eclipse.easie.jonas (2.6.3) “Genuitec EASIE Jonas”
com.genuitec.eclipse.easie.jonas3 (2.6.3) “Genuitec EASIE Jonas 3”
com.genuitec.eclipse.easie.jrun (2.6.3) “Genuitec EASIE JRun”
com.genuitec.eclipse.easie.jrun4 (2.6.3) “Genuitec EASIE JRun 4”
com.genuitec.eclipse.easie.oracle (2.6.3) “Genuitec EASIE Oracle AS”
com.genuitec.eclipse.easie.oracle9 (2.6.3) “Genuitec EASIE Oracle 9i/AS”
com.genuitec.eclipse.easie.orion1 (2.6.3) “Genuitec EASIE Orion 1”
com.genuitec.eclipse.easie.orion2 (2.6.3) “Genuitec EASIE Orion 2”
com.genuitec.eclipse.easie.resin (2.6.3) “Genuitec EASIE Resin”
com.genuitec.eclipse.easie.resin2 (2.6.3) “Genuitec EASIE Resin 2”
com.genuitec.eclipse.easie.resin3 (2.6.3) “Genuitec EASIE Resin 3”
com.genuitec.eclipse.easie.tomcat (2.6.3) “Genuitec EASIE Tomcat”
com.genuitec.eclipse.easie.tomcat4 (2.6.3) “Genuitec EASIE Tomcat 4”
com.genuitec.eclipse.easie.tomcat5 (2.6.3) “Genuitec EASIE Tomcat 5”
com.genuitec.eclipse.easie.weblogic (2.6.3) “Genuitec EASIE WebLogic”
com.genuitec.eclipse.easie.weblogic6 (2.6.3) “Genuitec EASIE WebLogic 6”
com.genuitec.eclipse.easie.weblogic7 (2.6.3) “Genuitec EASIE WebLogic 7”
com.genuitec.eclipse.easie.weblogic8 (2.6.3) “Genuitec EASIE WebLogic 8”
com.genuitec.eclipse.easie.websphere (2.6.3) “Genuitec EASIE WebSphere 4”
com.genuitec.eclipse.easie.websphere5 (2.6.3) “Genuitec EASIE WebSphere 5”
com.genuitec.eclipse.j2eedt.core (2.6.3) “Genuitec J2EE Development Tooling”
com.genuitec.eclipse.wdt.jsp.debug (2.6.3) “MyEclipse JSP Debug Tooling”
com.genuitec.eclipse.wizards (2.6.3) “Aston Wizards for MyEclipse”
com.genuitec.myeclipse.ast (2.6.3) “MyEclipse Application Server Tooling”
com.genuitec.myeclipse.core (2.6.3) “MyEclipse Core Tooling”
com.genuitec.myeclipse.doc (2.6.3) “MyEclipse Documentation Plug-in”
com.genuitec.myeclipse.enterprise (2.6.3) “MyEclipse Enterprise Workbench”
com.genuitec.myeclipse.help (2.6.3) “MyEclipse Help Documentation”
com.genuitec.myeclipse.perspective (2.6.3) “MyEclipse Perspective Plug-in”
com.genuitec.myeclipse.wdt (2.6.3) “MyEclipse Web Development Tooling”
de.bb.bje.eclipse (2.6.3) “BJE Plug-in”
de.hunsicker.jalopy.plugin.eclipse (0.2.6) “Jalopy Java Source Code Formatter”
net.sf.solareclipse.ui (2.5.1) “SolarEclipse UI”
net.sf.solareclipse.xml.core (2.5.1) “XML Core Plug-in”
net.sf.solareclipse.xml.ui (2.5.1) “XML Development Tools UI”
org.apache.ant (1.5.3) “Apache Ant”
org.apache.lucene (1.2.1) “Apache Lucene”
org.apache.xerces (4.0.13) “Xerces Based XML Parser”
org.eclipse.ant.core (2.1.1) “Ant Build Tool Core”
org.eclipse.compare (2.1.0) “Compare Support”
org.eclipse.core.boot (2.1.1) “Core Boot”
org.eclipse.core.resources (2.1.1) “Core Resource Management”
org.eclipse.core.resources.win32 (2.1.0) “%win32FragmentName”
org.eclipse.core.runtime (2.1.1) “Core Runtime”
org.eclipse.debug.core (2.5.1) “Debug Core”
org.eclipse.debug.ui (2.5.1) “Debug UI”
org.eclipse.help (2.1.1) “Help System Core”
org.eclipse.help.appserver (2.1.0) “Help Application Server”
org.eclipse.help.ui (2.1.1) “Help System UI”
org.eclipse.help.ui.win32 (2.1.0) “%help_system_plugin_name_win32”
org.eclipse.help.webapp (2.1.1) “Help System Webapp”
org.eclipse.jdt (2.1.1) “Eclipse Java Development Tools”
org.eclipse.jdt.core (2.1.1) “Java Development Tools Core”
org.eclipse.jdt.debug (2.5.1) “JDI Debug Model”
org.eclipse.jdt.debug.ui (2.5.1) “JDI Debug UI”
org.eclipse.jdt.doc.isv (2.1.0) “Eclipse JDT Plug-in Developer Guide”
org.eclipse.jdt.doc.user (2.1.0) “Eclipse Java Development User Guide”
org.eclipse.jdt.junit (2.1.1) “Java Development Tools JUnit support”
org.eclipse.jdt.launching (2.1.1) “Java Development Tools Launching Support”
org.eclipse.jdt.source (2.1.1) “Eclipse Java Development Tools SDK”
org.eclipse.jdt.ui (2.1.1) “Java Development Tools UI”
org.eclipse.jface (2.1.1) “JFace”
org.eclipse.jface.text (2.1.0) “JFace Text”
org.eclipse.pde (2.1.0) “Eclipse Plug-in Development Environment”
org.eclipse.pde.build (2.1.0) “Plug-in Development Environment Build Support”
org.eclipse.pde.core (2.1.0) “Plug-in Development Core”
org.eclipse.pde.doc.user (2.1.0) “Eclipse Plug-in Development User Guide”
org.eclipse.pde.runtime (2.1.0) “Plug-in Development Environment Runtime”
org.eclipse.pde.source (2.1.0) “Eclipse Plug-in Development Environment Source Code”
org.eclipse.pde.ui (2.1.0) “Plug-in Development UI”
org.eclipse.platform (2.1.1) “Eclipse Platform”
org.eclipse.platform.doc.isv (2.1.0) “Eclipse Platform Plug-in Developer Guide”
org.eclipse.platform.doc.user (2.1.1) “Eclipse Workbench User Guide”
org.eclipse.platform.source (2.1.1) “Eclipse Platform Plug-in Developer Resources”
org.eclipse.platform.win32 (2.1.1) “Eclipse Platform (Windows)”
org.eclipse.platform.win32.source (2.1.1) “Eclipse Platform Plug-in Developer Resources (Windows)”
org.eclipse.sdk.win32 (2.1.1) “Eclipse Project SDK (Windows)”
org.eclipse.search (2.1.1) “Search Support”
org.eclipse.swt (2.1.1) “Standard Widget Toolkit”
org.eclipse.swt.win32 (2.1.1) “%fragmentName”
org.eclipse.team.core (2.1.1) “Team Support Core”
org.eclipse.team.cvs.core (2.1.1) “CVS Team Provider Core”
org.eclipse.team.cvs.ssh (2.1.1) “CVS SSH Core”
org.eclipse.team.cvs.ui (2.1.1) “CVS Team Provider UI”
org.eclipse.team.ui (2.1.0) “Team Support UI”
org.eclipse.text (2.1.0) “Text”
org.eclipse.tomcat (4.0.6.1) “Tomcat Wrapper”
org.eclipse.ui (2.1.1) “Eclipse UI”
org.eclipse.ui.editors (2.1.0) “Default Text Editor”
org.eclipse.ui.externaltools (2.1.1) “External Tools”
org.eclipse.ui.versioncheck (2.1.1) “Eclipse Version Check”
org.eclipse.ui.views (2.1.0) “Views”
org.eclipse.ui.workbench (2.1.1) “Workbench”
org.eclipse.ui.win32 (2.1.0) “%Win32Fragment.fragmentName”
org.eclipse.ui.workbench.texteditor (2.1.0) “Text Editor Framework”
org.eclipse.update.core (2.1.0) “Install/Update Core”
org.eclipse.update.core.win32 (2.1.0) “%fragmentNameWin”
org.eclipse.update.ui (2.1.1) “Install/Update UI”
org.eclipse.update.ui.win32 (2.1.0) “%fragmentNameWin”
org.eclipse.update.ui.forms (2.1.0) “Install/Update Forms”
org.jboss.ide.eclipse.apache.xalan (2.6.3) “Apache Xalan Plug-in”
org.jboss.ide.eclipse.core (2.6.3) “JBoss Core Plug-in”
org.jboss.ide.eclipse.xdoclet.assist (2.6.3) “XDoclet Assist Plug-in”
org.jboss.ide.eclipse.xdoclet.core (2.6.3) “XDoclet Core Plug-in”
org.jboss.ide.eclipse.xdoclet.run (2.6.3) “XDoclet Runner Plug-in”
org.jboss.ide.eclipse.xdoclet.ui (2.6.3) “XDoclet UI Plug-in”
org.junit (3.8.1) “JUnit Testing Framework”*** User Preferences:
#Thu Oct 30 15:20:21 EST 2003
com.genuitec.eclipse.easie.jrun4=2.6.3
de.bb.bje.eclipse//ebejy/jsp/directive/keyword.bgcolor=255,255,255
com.genuitec.eclipse.easie.oracle=2.6.3
com.genuitec.eclipse.easie.tomcat5=2.6.3
de.bb.bje.eclipse//ebejy/java/type.bgcolor=255,255,255
com.genuitec.eclipse.easie.jrun=2.6.3
com.genuitec.eclipse.easie.tomcat4=2.6.3
com.genuitec.eclipse.easie.jboss4/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse/printMargin=false
de.bb.bje.eclipse/currentLine=true
de.bb.bje.eclipse//ebejy/jsp/directive/attribute/value.bgcolor=255,255,255
com.genuitec.eclipse.easie.weblogic8/RUNTIME_ROOT_DIRECTORY=C\:\\bea\\user_projects\\eclipse
com.genuitec.eclipse.easie.weblogic8/JDK_INSTALLATION_NAME=BEA JVM
com.genuitec.eclipse.easie.tomcat4/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.resin3/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.websphere5/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.jonas3/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse/htmlLower=false
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-userprofilemgt|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/javax.servlet.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/jboss-j2ee.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/jboss-jaas.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/jts.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/mail.jar”/></classpath>
com.genuitec.eclipse.easie.jonas/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.resin3=2.6.3
com.genuitec.eclipse.easie.resin2=2.6.3
de.bb.bje.eclipse/AbstractTextEditor.Color.Background.SystemDefault=false
com.genuitec.eclipse.j2eedt.core/version=2.6.2
de.bb.bje.eclipse//ebejy/html/tag/name.bgcolor=255,255,255
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-web|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
com.genuitec.eclipse.easie.weblogic8/BEA_HOME=c\:/bea
de.bb.bje.eclipse/lineNumberRuler=false
com.genuitec.eclipse.easie.orion1/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.weblogic7/STARTUP_DIR=\\mydomain
com.genuitec.eclipse.easie.weblogic=2.6.3
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-application|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-web|org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/BEA\ JVM=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/bea/jdk141_02/jre/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
com.genuitec.eclipse.easie.jrun4/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.weblogic6/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.jboss/JDK_INSTALLATION_NAME=j2re1.4.1_03
org.eclipse.ui.workbench/WELCOME_DIALOG=false
com.genuitec.eclipse.easie.jboss2/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse/currentLineColor=225,235,224
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.MYECLIPSE_LIB_HOME=C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset
de.bb.bje.eclipse//ebejy/html.bgcolor=255,255,255
com.genuitec.eclipse.easie.websphere=2.6.3
com.genuitec.eclipse.easie.jboss4=2.6.3
com.genuitec.eclipse.easie.jboss3=2.6.3
com.genuitec.eclipse.easie.jetty5/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.jboss2=2.6.3
com.genuitec.eclipse.easie.jetty=2.6.3
org.eclipse.ant.core=2.1.1
org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=<?xml version\=”1.0″ encoding\=”UTF-8″?>\r\n<vmSettings\r\n defaultVM\=”57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType1,0″ defaultVMConnector\=””>\r\n <vmType id\=”org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType”>\r\n <vm id\=”0″ javadocURL\=”http\://java.sun.com/j2se/1.4.1/docs/api”\r\n name\=”j2re1.4.1_03″ path\=”C\:\\Program Files\\Java\\j2re1.4.1_03″/>\r\n <vm id\=”1067530727305″\r\n javadocURL\=”http\://java.sun.com/j2se/1.4.1/docs/api”\r\n name\=”BEA JVM” path\=”c\:\\bea\\jdk141_02″/>\r\n </vmType>\r\n</vmSettings>\r\n
de.bb.bje.eclipse//ebejy/html/tag/attribute/value.bgcolor=255,255,255
de.bb.bje.eclipse/printMarginColumn=80
de.bb.bje.eclipse//ebejy/html/tag.bgcolor=255,255,255
org.eclipse.jdt.core=2.1.1
com.genuitec.eclipse.easie.weblogic8/POLICY_FILE=C\:\\bea\\weblogic81\\server\\lib\\weblogic.policy
com.genuitec.eclipse.easie.tomcat=2.6.3
de.bb.bje.eclipse//ebejy/java/keyword.bgcolor=255,255,255
de.bb.bje.eclipse/lfBefore=false
org.eclipse.team.cvs.ui=2.1.1
com.genuitec.eclipse.easie.weblogic7/RUNTIME_ROOT_DIRECTORY=\\mydomain
com.genuitec.eclipse.easie.bejy/JDK_INSTALLATION_NAME=j2re1.4.1_03
org.eclipse.jdt.ui/org.eclipse.jface.textfont=1|Courier New|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier New;1|Courier|10|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Courier;1|Lucida Console|9|0|WINDOWS|1|0|0|0|0|0|0|0|0|1|0|0|0|0|Lucida Console;
de.bb.bje.eclipse//ebejy/html/tag/attribute.bgcolor=255,255,255
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_LIB=C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar
com.genuitec.eclipse.easie.jonas3=2.6.3
de.bb.bje.eclipse/removeEmptyLines=false
org.eclipse.pde.core/platform_path=C\:\\eclipse
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-simpletypemgt|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-structuremgt|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.jdt.ui/org.eclipse.jdt.ui.importorder=java;javax;org;com;
com.genuitec.eclipse.easie.weblogic8/START_IS_DEBUG=true
de.bb.bje.eclipse//ebejy/html/taglib.bgcolor=255,255,255
org.eclipse.jdt.ui/org.eclipse.jdt.ui.wizards.srcBinFoldersInNewProjects=true
org.eclipse.ui.workbench=2.1.1
com.genuitec.eclipse.easie.orion2/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.tomcat5/JDK_INSTALLATION_NAME=j2re1.4.1_03
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-itree|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-userprofile|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
com.genuitec.eclipse.easie.oracle9/JDK_INSTALLATION_NAME=j2re1.4.1_03
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-clientmgt|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
com.genuitec.eclipse.easie.weblogic8/SERVER_ENABLEMENT=true
com.genuitec.eclipse.easie.weblogic7/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.resin/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse//ebejy/java/constant.bgcolor=255,255,255
com.genuitec.eclipse.easie.websphere5=2.6.3
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-web|com.genuitec.eclipse.j2eedt.core.J2EE13_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/javax.servlet.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/jboss-j2ee.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/jboss-jaas.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/jts.jar”/><classpathentry kind\=”lib” path\=”C\:/Program Files/MyEclipse/eclipse/plugins/com.genuitec.eclipse.j2eedt.core_2.6.3/data/libraryset/1.3/mail.jar”/></classpath>
com.genuitec.eclipse.easie.jboss=2.6.3
org.eclipse.jdt.core/org.eclipse.jdt.core.builder.resourceCopyExclusionFilter=*.launch
de.bb.bje.eclipse/tab2Space=false
com.genuitec.eclipse.easie.weblogic8/ROOT_DIRECTORY=c\:/bea/weblogic81
com.genuitec.eclipse.easie.oracle/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.resin2/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.j2eedt.core/upgrade_020101_performed=true
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gc-common|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRCROOT=
com.genuitec.eclipse.easie.jboss3/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse/updateTags=false
de.bb.bje.eclipse//ebejy/html/comment.bgcolor=255,255,255
org.eclipse.jdt.ui=2.1.1
de.bb.bje.eclipse//ebejy/jsp/comment.bgcolor=255,255,255
org.eclipse.ant.core/ant_urls=file\:C\:/eclipse/plugins/org.apache.ant_1.5.3/ant.jar,file\:C\:/eclipse/plugins/org.apache.ant_1.5.3/optional.jar,file\:C\:/j2sdk1.4.1_03/lib/tools.jar,
com.genuitec.eclipse.easie.oracle9=2.6.3
com.genuitec.eclipse.easie.jrun/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse//ebejy/error.bgcolor=255,255,255
com.genuitec.eclipse.easie.resin=2.6.3
com.genuitec.eclipse.easie.weblogic8/STARTUP_DIR=C\:\\bea\\user_projects\\eclipse
de.bb.bje.eclipse/lfAfter=false
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.JRE_SRC=
de.bb.bje.eclipse/currentLineColor.bgcolor=255,255,255
com.genuitec.eclipse.easie.jetty/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.weblogic/JDK_INSTALLATION_NAME=j2re1.4.1_03
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathVariable.ECLIPSE_HOME=C\:/eclipse
org.eclipse.team.cvs.ui/pref_cvs_rsh=c\:/bin/plink.exe
com.genuitec.eclipse.easie.orion2=2.6.3
org.eclipse.ui.workbench/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
com.genuitec.eclipse.easie.orion1=2.6.3
org.eclipse.jdt.core/org.eclipse.jdt.core.classpathContainer.gtc-poc-userprofilemgt|org.eclipse.jdt.launching.JRE_CONTAINER=<?xml version\=”1.0″ encoding\=”UTF-8″?>\n<classpath><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/rt.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/sunrsasign.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jsse.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/jce.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/charsets.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/dnsns.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/ldapsec.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/localedata.jar” rootpath\=”” sourcepath\=””/><classpathentry kind\=”lib” path\=”C\:/Program Files/Java/j2re1.4.1_03/lib/ext/sunjce_provider.jar” rootpath\=”” sourcepath\=””/></classpath>
org.eclipse.pde.core=2.1.0
org.eclipse.jdt.launching=2.1.1
de.bb.bje.eclipse//ebejy/jsp/directive/attribute.bgcolor=255,255,255
de.bb.bje.eclipse/overviewRuler=true
de.bb.bje.eclipse//ebejy/java.bgcolor=255,255,255
de.bb.bje.eclipse/tabSize=2
org.eclipse.jdt.ui/fontPropagated=true
de.bb.bje.eclipse=2.6.3
com.genuitec.eclipse.easie.weblogic8/DOMAIN_DIRECTORY=C\:\\bea\\user_projects\\eclipse
com.genuitec.eclipse.j2eedt.core/auto_manage_classpath=false
com.genuitec.eclipse.easie.jetty4/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.websphere/JDK_INSTALLATION_NAME=j2re1.4.1_03
com.genuitec.eclipse.easie.jetty5=2.6.3
com.genuitec.eclipse.easie.jetty4=2.6.3
de.bb.bje.eclipse//ebejy/jsp/directive.bgcolor=255,255,255
org.eclipse.jdt.junit=2.1.1
com.genuitec.eclipse.easie.jonas=2.6.3
com.genuitec.eclipse.easie.weblogic8=2.6.3
com.genuitec.eclipse.easie.bejy=2.6.3
com.genuitec.eclipse.easie.weblogic7=2.6.3
com.genuitec.eclipse.easie.weblogic6=2.6.3
com.genuitec.eclipse.easie.tomcat/JDK_INSTALLATION_NAME=j2re1.4.1_03
de.bb.bje.eclipse//ebejy/java/string.bgcolor=255,255,255
org.eclipse.jdt.junit/org.eclipse.jdt.junit.active_filters=org.eclipse.jdt.internal.junit.runner.*,org.eclipse.jdt.internal.junit.ui.*,junit.framework.TestCase,junit.framework.TestResult,junit.framework.TestSuite,junit.framework.Assert,java.lang.reflect.Method.invoke
com.genuitec.eclipse.j2eedt.core=2.6.3*** Update Manager Log:
Configuration=30-Oct-2003 10:48:50 AM
Is current configuration=falseDate=30/10/03 10:48 AM
Activities=file:C:/Program Files/MyEclipse/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 10:48 AM
Activities=file:C:/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 10:48 AM
Activities=file:p:/tmg-workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success—————————————————-
Configuration=30-Oct-2003 3:00:02 PM
Is current configuration=falseDate=30/10/03 3:00 PM
Activities=file:C:/Program Files/MyEclipse/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 3:00 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 3:00 PM
Activities=file:p:/tmg-workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success—————————————————-
Configuration=30-Oct-2003 3:03:42 PM
Is current configuration=falseDate=30/10/03 3:03 PM
Activities=file:C:/Program Files/MyEclipse/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 3:03 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 3:03 PM
Activities=file:p:/tmg-workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success—————————————————-
Configuration=30-Oct-2003 3:05:17 PM
Is current configuration=falseDate=30/10/03 3:05 PM
Activities=file:C:/Program Files/MyEclipse/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 3:05 PM
Activities=file:C:/eclipse/
Action=Site installed
Status=SuccessDate=30/10/03 3:05 PM
Activities=file:p:/tmg-workspace/.metadata/.config/platform.cfg.metadata/v2LocalSite.xml
Action=Reconcile
Status=Success—————————————————-
Configuration=30-Oct-2003 3:05:43 PM
Is current configuration=trueDate=30/10/03 3:05 PM
Activities=com.genuitec.myeclipse.core_2.6.3
Action=Enabled
Status=SuccessDate=30/10/03 3:05 PM
Activities=com.genuitec.myeclipse.ast_2.6.3
Action=Enabled
Status=SuccessDate=30/10/03 3:05 PM
Activities=com.genuitec.myeclipse.wdt_2.6.3
Action=Enabled
Status=SuccessDate=30/10/03 3:05 PM
Activities=com.genuitec.myeclipse.help_2.6.3
Action=Enabled
Status=SuccessDate=30/10/03 3:05 PM
Activities=com.genuitec.myeclipse.enterprise_2.6.3
Action=Enabled
Status=Success*** Error Log:
!SESSION Oct 30, 2003 10:48:50.191 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.core.runtime 2 1 Oct 30, 2003 10:48:50.191
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 30, 2003 10:48:50.191
!MESSAGE Plug-in “net.sf.jfacedbc” was disabled due to missing or disabled prerequisite plug-in “org.eclipse.draw2d”.
!SESSION Oct 30, 2003 11:29:55.976 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:29:55.976
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:30:53.829
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:30:55.532
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:02.61
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:03.944
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:08.150
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:15.861
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:17.764
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:21.670
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:31:26.176
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.
!ENTRY com.genuitec.eclipse.j2eedt.core 1 1 Oct 30, 2003 11:35:07.174
!MESSAGE Error adding webproject classpath entry
!STACK 1
Java Model Exception: Java Model Status [Classpath contains duplicate entry: gtc-poc-web/pocroot/WEB-INF/lib/Struts-Layout.jar]
at org.eclipse.jdt.internal.core.JavaModelOperation.execute(JavaModelOperation.java:367)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:684)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
at org.eclipse.jdt.internal.core.JavaElement.runOperation(JavaElement.java:543)
at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2159)
at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:2175)
at com.genuitec.eclipse.j2eedt.core.builder.WebClasspathBuilder$A.visit(Unknown Source)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:71)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:52)
at com.genuitec.eclipse.j2eedt.core.builder.WebClasspathBuilder.ā(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.builder.WebClasspathBuilder.build(Unknown Source)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:427)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:125)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:181)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:191)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:151)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:165)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:243)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:212)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:884)
at org.eclipse.core.internal.resources.Resource.refreshLocal(Resource.java:1156)
at org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsUtil.refreshResources(ExternalToolsUtil.java:267)
at org.eclipse.ui.externaltools.internal.program.launchConfigurations.BackgroundResourceRefresher.run(BackgroundResourceRefresher.java:102)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!ENTRY org.eclipse.jdt.core 4 977 Oct 30, 2003 11:35:07.174
!MESSAGE Classpath contains duplicate entry: gtc-poc-web/pocroot/WEB-INF/lib/Struts-Layout.jar
!SESSION Oct 30, 2003 14:30:00.452 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.core.resources 4 369 Oct 30, 2003 14:30:00.452
!MESSAGE Resource /gtc-poc-web/.xdoclet is not local.
!ENTRY org.eclipse.team.cvs.core 4 0 Oct 30, 2003 14:30:00.462
!MESSAGE Resource /gtc-poc-web/.xdoclet is not local.
!STACK 0
org.eclipse.team.internal.ccvs.core.CVSException: Resource /gtc-poc-web/.xdoclet is not local.
at org.eclipse.team.internal.ccvs.core.CVSException.wrapException(CVSException.java:98)
at org.eclipse.team.internal.ccvs.core.resources.SessionPropertySyncInfoCache.safeSetSessionProperty(SessionPropertySyncInfoCache.java:313)
at org.eclipse.team.internal.ccvs.core.resources.SessionPropertySyncInfoCache.internalSetDirtyIndicator(SessionPropertySyncInfoCache.java:196)
at org.eclipse.team.internal.ccvs.core.resources.SessionPropertySyncInfoCache.setDirtyIndicator(SessionPropertySyncInfoCache.java:182)
at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.adjustDirtyStateRecursively(EclipseSynchronizer.java:1329)
at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.setDirtyIndicator(EclipseSynchronizer.java:1367)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.setModified(EclipseResource.java:290)
at org.eclipse.team.internal.ccvs.core.resources.EclipseFile.handleModification(EclipseFile.java:535)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.resourceChanged(FileModificationManager.java:175)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.access$0(FileModificationManager.java:171)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager$1.visit(FileModificationManager.java:87)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:71)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:52)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.resourceChanged(FileModificationManager.java:64)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:152)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:67)
at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:161)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:892)
at org.eclipse.core.internal.resources.File.create(File.java:170)
at org.eclipse.core.internal.resources.File.create(File.java:183)
at org.jboss.ide.eclipse.xdoclet.run.configuration.ProjectConfigurations$1.run(ProjectConfigurations.java:146)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!ENTRY org.eclipse.core.resources 4 369 Oct 30, 2003 14:30:00.783
!MESSAGE Resource /gtc-poc-web/xdoclet-build.xml is not local.
!ENTRY org.eclipse.team.cvs.core 4 0 Oct 30, 2003 14:30:00.783
!MESSAGE Resource /gtc-poc-web/xdoclet-build.xml is not local.
!STACK 0
org.eclipse.team.internal.ccvs.core.CVSException: Resource /gtc-poc-web/xdoclet-build.xml is not local.
at org.eclipse.team.internal.ccvs.core.CVSException.wrapException(CVSException.java:98)
at org.eclipse.team.internal.ccvs.core.resources.SessionPropertySyncInfoCache.safeSetSessionProperty(SessionPropertySyncInfoCache.java:313)
at org.eclipse.team.internal.ccvs.core.resources.SessionPropertySyncInfoCache.internalSetDirtyIndicator(SessionPropertySyncInfoCache.java:196)
at org.eclipse.team.internal.ccvs.core.resources.SessionPropertySyncInfoCache.setDirtyIndicator(SessionPropertySyncInfoCache.java:182)
at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.adjustDirtyStateRecursively(EclipseSynchronizer.java:1329)
at org.eclipse.team.internal.ccvs.core.resources.EclipseSynchronizer.setDirtyIndicator(EclipseSynchronizer.java:1367)
at org.eclipse.team.internal.ccvs.core.resources.EclipseResource.setModified(EclipseResource.java:290)
at org.eclipse.team.internal.ccvs.core.resources.EclipseFile.handleModification(EclipseFile.java:535)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.resourceChanged(FileModificationManager.java:175)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.access$0(FileModificationManager.java:171)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager$1.visit(FileModificationManager.java:87)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:71)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:79)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:52)
at org.eclipse.team.internal.ccvs.core.resources.FileModificationManager.resourceChanged(FileModificationManager.java:64)
at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:137)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:152)
at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:67)
at org.eclipse.core.internal.resources.Workspace.broadcastChanges(Workspace.java:161)
at org.eclipse.core.internal.resources.Workspace.endOperation(Workspace.java:892)
at org.eclipse.core.internal.resources.File.create(File.java:170)
at org.eclipse.core.internal.resources.File.create(File.java:183)
at org.jboss.ide.eclipse.xdoclet.run.configuration.ProjectConfigurations$1.run(ProjectConfigurations.java:176)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!SESSION Oct 30, 2003 15:00:01.132 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.core.runtime 2 1 Oct 30, 2003 15:00:01.132
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 30, 2003 15:00:01.132
!MESSAGE Plug-in “net.sf.jfacedbc” was disabled due to missing or disabled prerequisite plug-in “org.eclipse.draw2d”.
!SESSION Oct 30, 2003 15:00:07.461 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.core.runtime 2 1 Oct 30, 2003 15:00:07.461
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 Oct 30, 2003 15:00:07.461
!MESSAGE Plug-in “net.sf.jfacedbc” was disabled due to missing or disabled prerequisite plug-in “org.eclipse.draw2d”.
!ENTRY org.eclipse.ui 4 4 Oct 30, 2003 15:00:14.140
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.deploytools
!ENTRY org.eclipse.ui 4 4 Oct 30, 2003 15:00:14.140
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions
!ENTRY org.eclipse.ui 4 4 Oct 30, 2003 15:00:14.140
!MESSAGE Unable to find Action Set: com.genuitec.myeclipse.actions.webtools
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:03.267
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder de.bb.bje.eclipse.IncrementalJspBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!SESSION Oct 30, 2003 15:03:02.482 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.482
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.482
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.482
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.492
!MESSAGE Skipping builder de.bb.bje.eclipse.IncrementalJspBuilder for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.492
!MESSAGE Skipping builder com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.492
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.522
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.522
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.522
!MESSAGE Skipping builder de.bb.bje.eclipse.IncrementalJspBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:03:02.522
!MESSAGE Skipping builder com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!SESSION Oct 30, 2003 15:05:28.282 ———————————————
java.version=1.4.1_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_CA
Command-line arguments: -os win32 -ws win32 -arch x86 -data p:\tmg-workspace -install file:C:/eclipse/
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.282
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.282
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.282
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.282
!MESSAGE Skipping builder de.bb.bje.eclipse.IncrementalJspBuilder for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.292
!MESSAGE Skipping builder com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder for project gtc-poc-userprofilemgt. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.292
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.292
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.292
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:05:28.302
!MESSAGE Skipping builder de.bb.bje.eclipse.IncrementalJspBuilde
Scott AndersonParticipantThanks for posting so much configuration information. There are some serious problems with your environment
causing the problems you’re experiencing. I’ll try to run them all down.I converted an existing Web Application projet to a My Eclipse Web
Project. After doing that, I committed the projects files into CVS.
Everything was fine (JSP pages were compiled OK).So everything began to “go bad” after the checkout from CVS. First, did you add your .mymetadata file
to CVS? You need it just like the .project file and the .classpath file.You’re also using too old a version of CVS for correct CVS functionality to be ensured:
!ENTRY org.eclipse.team.cvs.core 2 -22 Oct 30, 2003 11:29:55.976
!MESSAGE Unable to determine server version. Host ‘trantor’ does not support the ‘cvs version’ command. Although most functionality works, use version 1.11.1p1 or later for full support.This error:
Error Exception during execution: null – java.lang.NullPointerException
at de.bb.bje.eclipse.support.JspCompiler.getClassPath(Unknown Source)is caused because Eclipse Java model is being blown out by this problem from your log:
Java Model Exception: Java Model Status [Classpath contains duplicate entry: gtc-poc-web/pocroot/WEB-INF/lib/Struts-Layout.jar]
at org.eclipse.jdt.internal.core.JavaModelOperation.execute(JavaModelOperation.java:367)This is also most likely breaking the code assistance in the JSP editor since it depends on the classpath from
the Java model to be correct.And because of these exceptions from the Java Model, all the builders are being deactivated:
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:03.267
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 Oct 30, 2003 15:02:05.140
!MESSAGE Skipping builder de.bb.bje.eclipse.IncrementalJspBuilder for project gtc-poc-web. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.I’d suggest you go back to your original project and ensure that all the ‘.’ files are checked into
CVS. Then in the new workspace, delete the log file (<workspace>/.metadata/.log), pull the entire project and rebuild it.
If it doesn’t work properly, there is either a problem with the CVS version of the project or
the configuration of the new workspace. Comparing the two projects should lead you to the
problem.–Scott
MyEclipse Support
tauzeroMemberHi,
Thank’s for your reply.
I solved my problem by removing “servlet.jar” and “j2ee.jar” from a project that refer to external libraries. This project was refered by the Web Project.
Once I removed those jar files, I was able to do a rebuild all without errors and JSP code completion is also working now.
I’ll look upgrading our CVS version. It’s been working so well that we never upgraded it in a long time.
SeeU!
-
AuthorPosts