Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL Plugin] Autocompletion doesn't work
[ATL Plugin] Autocompletion doesn't work [message #32876] Fri, 20 April 2007 12:34 Go to next message
Eclipse UserFriend
Originally posted by: tristan.faure.c-s.fr

I want to know if it is normal that the autocompletion doesn't work in the
Plugin.

I've selected it in the ATL preferences

and when I type a dot I have this error in the log window

------------------------------------------------------------ ------
Failed to execute runnable (java.lang.NoClassDefFoundError: Could not
initialize class org.atl.eclipse.adt.ui.AtlUIMessages)
------------------------------------------------------------ ------
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NoClassDefFoundError: Could not initialize class
org.atl.eclipse.adt.ui.AtlUIMessages)
at org.eclipse.swt.SWT.error(SWT.java:3407)
at org.eclipse.swt.SWT.error(SWT.java:3330)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3440)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3080)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1924)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1888)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:104)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:74)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:348)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:165)
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.core.launcher.Main.invokeFramework(Main.java:341 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:285)
at org.eclipse.core.launcher.Main.run(Main.java:987)
at org.eclipse.core.launcher.Main.main(Main.java:962)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class
org.atl.eclipse.adt.ui.AtlUIMessages
at
org.atl.eclipse.adt.ui.text.atl.AtlCompletionProcessor.getEr rorMessage(AtlCompletionProcessor.java:163)
at
org.eclipse.jface.text.contentassist.ContentAssistant.comput eCompletionProposals(ContentAssistant.java:1755)
at
org.eclipse.jface.text.contentassist.CompletionProposalPopup .computeProposals(CompletionProposalPopup.java:479)
at
org.eclipse.jface.text.contentassist.CompletionProposalPopup .access$16(CompletionProposalPopup.java:476)
at
org.eclipse.jface.text.contentassist.CompletionProposalPopup $2.run(CompletionProposalPopup.java:411)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
at
org.eclipse.jface.text.contentassist.CompletionProposalPopup .showProposals(CompletionProposalPopup.java:405)
at
org.eclipse.jface.text.contentassist.ContentAssistant$2.run( ContentAssistant.java:350)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
... 20 more
Re: [ATL Plugin] Autocompletion doesn't work [message #32946 is a reply to message #32876] Fri, 20 April 2007 14:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: freddy.allilaire.univ-nantes.fr

Hi Tristan,

I fixed this bug in the last version of ATL CVS source code.

Thanks for this report.

Regards,
Freddy.

Tristan FAURE a écrit :
> I want to know if it is normal that the autocompletion doesn't work in
> the Plugin.
>
> I've selected it in the ATL preferences
>
> and when I type a dot I have this error in the log window
>
> ------------------------------------------------------------ ------
> Failed to execute runnable (java.lang.NoClassDefFoundError: Could not
> initialize class org.atl.eclipse.adt.ui.AtlUIMessages)
> ------------------------------------------------------------ ------
> org.eclipse.swt.SWTException: Failed to execute runnable
> (java.lang.NoClassDefFoundError: Could not initialize class
> org.atl.eclipse.adt.ui.AtlUIMessages)
> at org.eclipse.swt.SWT.error(SWT.java:3407)
> at org.eclipse.swt.SWT.error(SWT.java:3330)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:126)
>
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:3440)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :3080)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1924)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1888)
> at
> org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
> at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:95)
> at
> org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:104)
>
> at
> org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:74)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:348)
>
> at
> org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:165)
>
> 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.core.launcher.Main.invokeFramework(Main.java:341 )
> at org.eclipse.core.launcher.Main.basicRun(Main.java:285)
> at org.eclipse.core.launcher.Main.run(Main.java:987)
> at org.eclipse.core.launcher.Main.main(Main.java:962)
> Caused by: java.lang.NoClassDefFoundError: Could not initialize class
> org.atl.eclipse.adt.ui.AtlUIMessages
> at
> org.atl.eclipse.adt.ui.text.atl.AtlCompletionProcessor.getEr rorMessage(AtlCompletionProcessor.java:163)
>
> at
> org.eclipse.jface.text.contentassist.ContentAssistant.comput eCompletionProposals(ContentAssistant.java:1755)
>
> at
> org.eclipse.jface.text.contentassist.CompletionProposalPopup .computeProposals(CompletionProposalPopup.java:479)
>
> at
> org.eclipse.jface.text.contentassist.CompletionProposalPopup .access$16(CompletionProposalPopup.java:476)
>
> at
> org.eclipse.jface.text.contentassist.CompletionProposalPopup $2.run(CompletionProposalPopup.java:411)
>
> at
> org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:67)
> at
> org.eclipse.jface.text.contentassist.CompletionProposalPopup .showProposals(CompletionProposalPopup.java:405)
>
> at
> org.eclipse.jface.text.contentassist.ContentAssistant$2.run( ContentAssistant.java:350)
>
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:3 5)
> at
> org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:123)
>
> ... 20 more
>
>


--
Freddy Allilaire - ATLAS Group (INRIA & LINA)
http://www.sciences.univ-nantes.fr/lina/atl/contrib/allilair e
Re: [ATL Plugin] Autocompletion doesn't work [message #33328 is a reply to message #32946] Mon, 23 April 2007 09:23 Go to previous message
Eclipse UserFriend
Originally posted by: tristan.faure.c-s.fr

I tryed to access to CVS to take the corrected version but i am blocked by
the proxy of my firm. Do you know where i can found some builds ???
Previous Topic:[ATL] [newbie] acces to enumeration
Next Topic:[ATL] transform model to metamodel with ATL
Goto Forum:
  


Current Time: Tue Mar 19 05:46:23 GMT 2024

Powered by FUDForum. Page generated in 0.03813 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top