Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5.7
-
Component/s: Testing, Running, Debugging
-
Labels:None
-
Environment:Windows XP, Eclipse 3.2.2 build M20070212-1330, JDK 1.5.0_09
Description
The org.codehaus.groovy.eclipse.ui is plugin declares a command extension in an undeclared category:
<command
categoryId="org.eclipse.debug.ui.category.debug"
description="Debug JUnit Test"
id="org.codehaus.groovy.eclipse.debug.ui.testShortcut.debug"
name="Debug JUnit Test"/>
There is no category "org.eclipse.debug.ui.category.debug", the correct category (I think) is "org.eclipse.debug.ui.category.run" for both run and debug actions.
This may be related to why I cannot get Run as JUnit / Debug as JUnit to appear at all for a .groovy file, or it may not.
plugin.xml fixed