| Summary: | Can't Install any plugins. | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | David R <sachindavids> |
| Component: | p2 | Assignee: | P2 Inbox <equinox.p2-inbox> |
| Status: | CLOSED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | pascal, tjwatson |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
David R
Moving to p2. I am able to install the plug-ins on Eclipse 3.5.2. Unfortunately the first thing I tried to do revealed a NullPointerException in the CF Eclipse plug-in. java.lang.NullPointerException at org.cfeclipse.cfml.editors.actions.LoadScribblePadAction.run(LoadScribblePadAction.java:160) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251) Are you really getting that message when trying to install the bundles? We shouldn't be doing any class loads for CF Eclipse plug-ins during the install phase. From the error message below I would guess that the plug-ins were installed correctly, but you are having problems using the plug-ins' functionality and creating new projects. Is there any more information in the log file? (Error Log view) |