Menu

Juno Compliance

Help
Björn
2013-01-20
2013-01-24
  • Björn

    Björn - 2013-01-20

    Hi all,

    I'd like to use Open Folder Plugin in Eclipse Juno but I got this exception when calling "Open In" -> "In command prompt".

    Caused by: java.lang.ClassCastException: org.eclipse.e4.ui.workbench.modeling.ExpressionContext cannot be cast to org.eclipse.core.expressions.EvaluationContext
        at net.trajano.openfolder.internal.actions.AbstractOpenFolderCommand.execute(AbstractOpenFolderCommand.java:38)
        at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
        at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
        ... 33 more
    

    Simply change org.eclipse.core.expressions.EvaluationContext  to org.eclipse.core.expressions.IEvaluationContext in net.trajano.openfolder.internal.actions.AbstractOpenFolderCommand and open folder plugin continues working.

    Thanks in advance,
    Björn

     
  • Archimedes Trajano

    I fixed it, I also relocated to github use this URL as your update site to get the fix http://trajano.github.com/tooling/

     

Log in to post a comment.