– System Setup ——————————-
Operating System and version: win2k
Eclipse version: 2.1.2
Eclipse build id: 200311030802
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
- Checkstyle Plug-in
- Design Pattern Toolkit
- SQC Plugin
- Struts Console
- Solex
- com.objectlearn.jdt.j2ee.editor
- com.objectlearn.jdt.j2ee
- Eclipse UML documentation
- EMF-UML Open API sample
- Patternbox Plugin
- Metrics Plug-in
- VP-SDE Eclipse
- JDepend4Eclipse Plug-in
- Slime (Slim Modeling Environment) UML Plugin
- Eclipse Colorer Library Plugin
- metrics Plug-in
- Draw2d
- Graphical Editing Framework
- Application Plugin
- Pattern Plugin
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 6 (plus org.eclipse.pde.runtime_2.1.0 = 7)
MyEclipse version: 2.6.100
Eclipse JDK version: 1.4.2_03
Application Server JDK version: 1.4.2_03
Are there any exceptions in the Eclipse log file? Yes; see below.
– Message Body ——————————-
Has anyone seen this problem? I get this as an NPE, not as a compilation error in the task-list.
!ENTRY org.eclipse.core.resources 4 2 Mar 08, 2004 14:18:24.250
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.core.resources".
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.j2eedt.core.builder.XMLValidationChecker.isXMLResource(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.builder.DeploymentDescriptorValidator.ā(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.builder.DeploymentDescriptorValidator.ā(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.builder.DeploymentDescriptorValidator.ā(Unknown Source)
at com.genuitec.eclipse.j2eedt.core.builder.DeploymentDescriptorValidator.build(Unknown Source)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:427)
Ray Schnitzler