|
|
Re: [MOFScript] MOFScript and Eclipse Galileo [message #483076 is a reply to message #483034] |
Sun, 30 August 2009 16:52   |
Eclipse User |
|
|
|
No, I have no problems, because I haven't tested it. As I saw the last
update was for ganymede, I thought there might have some problems, but
if you say there's no problem, I will download it and test it. In case
there are some problems, I'll post them.
Thanks and best regards,
Toñi
Gøran K. Olsen escribió:
> Hello Toñi,
>
> Do you have any specific problems using the last version from the update
> site?
> I have used it with Galileo and did not experience any problems.
>
> Best Regards,
> Gøran
>
>
> "Toñi Reina Quintero" <reinaqu@lsi.us.es> wrote in message
> news:h717ef$b0e$1@build.eclipse.org...
>> Hi all,
>>
>> I'd like to know if there is a project for releasing a new MOFScript
>> version that works with Eclipse Galileo.
>>
>> Best regards,
>> Toñi
>
>
|
|
|
|
Re: [MOFScript] MOFScript and Eclipse Galileo [message #486753 is a reply to message #483115] |
Fri, 18 September 2009 18:35  |
Eclipse User |
|
|
|
Hi Gøran,
as I told you before, I'm testing MOFScript and Galileo. I had a
MOFScript file written with a previoius Eclipse version. The problem
arise when I try to execute the transformation. I obtain the following
error: Unhandled event loop exception
The exception stack trace is :
java.lang.ClassCastException: org.eclipse.ui.editors.text.TextEditor
cannot be cast to org.eclipse.mofscript.editor.MofScriptTextEditor
at
org.eclipse.mofscript.editor.MofScriptEditorActionDelegate.r un(MofScriptEditorActionDelegate.java:68)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:251)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
and the session data:
eclipse.buildId=I20090611-1540
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Framework arguments: -product org.eclipse.epp.package.modeling.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.modeling.product
Do you have any idea about what can be causing the error?
Thanks and regards,
Toñi
|
|
|
|
Re: [MOFScript] MOFScript and Eclipse Galileo [message #568292 is a reply to message #483034] |
Sun, 30 August 2009 16:52  |
Eclipse User |
|
|
|
No, I have no problems, because I haven't tested it. As I saw the last
update was for ganymede, I thought there might have some problems, but
if you say there's no problem, I will download it and test it. In case
there are some problems, I'll post them.
Thanks and best regards,
Toñi
Gøran K. Olsen escribió:
> Hello Toñi,
>
> Do you have any specific problems using the last version from the update
> site?
> I have used it with Galileo and did not experience any problems.
>
> Best Regards,
> Gøran
>
>
> "Toñi Reina Quintero" <reinaqu@lsi.us.es> wrote in message
> news:h717ef$b0e$1@build.eclipse.org...
>> Hi all,
>>
>> I'd like to know if there is a project for releasing a new MOFScript
>> version that works with Eclipse Galileo.
>>
>> Best regards,
>> Toñi
>
>
|
|
|
|
Re: [MOFScript] MOFScript and Eclipse Galileo [message #568319 is a reply to message #483115] |
Fri, 18 September 2009 18:35  |
Eclipse User |
|
|
|
Hi Gøran,
as I told you before, I'm testing MOFScript and Galileo. I had a
MOFScript file written with a previoius Eclipse version. The problem
arise when I try to execute the transformation. I obtain the following
error: Unhandled event loop exception
The exception stack trace is :
java.lang.ClassCastException: org.eclipse.ui.editors.text.TextEditor
cannot be cast to org.eclipse.mofscript.editor.MofScriptTextEditor
at
org.eclipse.mofscript.editor.MofScriptEditorActionDelegate.r un(MofScriptEditorActionDelegate.java:68)
at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:251)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:584)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:501)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:22 21)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
and the session data:
eclipse.buildId=I20090611-1540
java.version=1.6.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
Framework arguments: -product org.eclipse.epp.package.modeling.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product
org.eclipse.epp.package.modeling.product
Do you have any idea about what can be causing the error?
Thanks and regards,
Toñi
|
|
|
Powered by
FUDForum. Page generated in 0.08050 seconds