Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » AJDT on Eclipse 3.0M8/Linux?
AJDT on Eclipse 3.0M8/Linux? [message #32385] Wed, 31 March 2004 18:24 Go to next message
Eclipse UserFriend
Originally posted by: ralf.folklerts.epost.de

Hi,

yesterday I installed AJDT on Eclipse 3.0M8. Eclipse is installed in /opt/
so I sux'ed to root, ran Eclipse as root and installed AJDT 1.1.4 using
the Software Installation Feature. I then quit Eclipse and started again,
this time using my "normal" User Account.

AJDT was detected OK. I was either asked by an Assistant or Configured
myself (sorry, I cannot reproduce this. A second and third de- and
reinstall using the "Software Installtion" seems to detect that AJDT was
installed already) to open .java-Files in the AJDT-Editor.

However, from that point on I was unable to open any .java-File using
Eclipse; I got an error (see below).

I then tried to change my already existing Project from Java to AspectJ,
using the Navigator, "Convert to AspectJ Project".

Unfortunately that didn't help.

I finally changed back the File Association for .java from the
AspectJ/Java Editor back to Java Editor -- and now the Workbench runs fine
-- well, except the AspectJ Editor...

I just checked Eclipse Bugzilla and found a Report that there are Problems
compiling AspectJ-Projects -- but I didn't find and Report re. my Problem.

Would be great if someone had some hint for me!

Oh, I wanted to paste Configuration-Details - but the posting then became
~50K, so I only send the Stack Trace of the Exception. If you need the
Config-Details I'll post them...

MTIA,
_ralf_

---<<<---
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US !ENTRY
org.eclipse.jdt.ui 4 10001 Mar 30, 2004 19:14:08.401 !MESSAGE Internal
Error
!STACK 1
org.eclipse.ui.PartInitException[0]:
org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
at org.eclipse.jface.util.Assert.isTrue(Assert.java:168) at
org.eclipse.jface.util.Assert.isTrue(Assert.java:154) at
org.eclipse.jdt.ui.text.JavaSourceViewerConfiguration.setNew PreferenceStore(JavaSourceViewerConfiguration.java:344)
at
org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.setNewPref erenceStore(JavaEditor.java:2614)
at
org.eclipse.jdt.internal.ui.javaeditor.JavaEditor.doSetInput (JavaEditor.java:2573)
at
org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor .doSetInput(CompilationUnitEditor.java:1322)
at
org.eclipse.ajdt.internal.ui.editor.AspectJEditor.doSetInput (AspectJEditor.java:188)
at
org.eclipse.ui.texteditor.AbstractTextEditor$14.run(Abstract TextEditor.java:1978)
at
org.eclipse.jface.operation.ModalContext.runInCurrentThread( ModalContext.java:302)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.ja va:252) at
org.eclipse.jface.window.ApplicationWindow$1.run(Application Window.java:576)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
at
org.eclipse.jface.window.ApplicationWindow.run(ApplicationWi ndow.java:573)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow. java:1606)
at
org.eclipse.ui.texteditor.AbstractTextEditor.internalInit(Ab stractTextEditor.java:1993)
at
org.eclipse.ui.texteditor.AbstractTextEditor.init(AbstractTe xtEditor.java:2011)
at
org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:569)
at
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:633)
at
org.eclipse.ui.internal.EditorManager.openEditorFromDescript or(EditorManager.java:438)
at
org.eclipse.ui.internal.EditorManager.openEditor(EditorManag er.java:426)
at
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(Workben chPage.java:2129)
at
org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage .java:2072)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.ja va:2059)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator .java:84)
at
org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPa ge.java:2054)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:265) at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInE ditor(EditorUtility.java:137)
at
org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInE ditor(EditorUtility.java:115)
at
org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenT ypeAction.java:67)
at
org.eclipse.jdt.internal.ui.actions.OpenTypeAction.run(OpenT ypeAction.java:80)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:269)
at
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPl uginAction.java:207)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler. java:68)
at org.eclipse.ui.internal.commands.Command.execute(Command.jav a:173) at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeComman d(WorkbenchKeyboard.java:463)
at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(Workben chKeyboard.java:855)
at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEve nt(WorkbenchKeyboard.java:896)
at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequ enceBindings(WorkbenchKeyboard.java:522)
at
org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$2(Work benchKeyboard.java:488)
at
org.eclipse.ui.internal.keys.WorkbenchKeyboard$1.handleEvent (WorkbenchKeyboard.java:261)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :82) at
org.eclipse.swt.widgets.Display.filterEvent(Display.java:843 ) at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963) at
org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:948) at
org.eclipse.swt.widgets.Control.sendKeyEvent(Control.java:22 39) at
org.eclipse.swt.widgets.Control.gtk_key_press_event(Control. java:1751) at
org.eclipse.swt.widgets.Composite.gtk_key_press_event(Compos ite.java:441)
at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1189) at
org.eclipse.swt.widgets.Display.windowProc(Display.java:2450 ) at
org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method) at
org.eclipse.swt.widgets.Display.eventProc(Display.java:736) at
org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method) at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1725) at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1562) at
org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1536) at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:257)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:139)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:90)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:277)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:239)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324) at
org.eclipse.core.launcher.Main.basicRun(Main.java:267) at
org.eclipse.core.launcher.Main.run(Main.java:692) at
org.eclipse.core.launcher.Main.main(Main.java:676)
--->>>---
Re: AJDT on Eclipse 3.0M8/Linux? [message #32423 is a reply to message #32385] Thu, 01 April 2004 22:12 Go to previous message
Eclipse UserFriend
Originally posted by: newsserver_mails.bodden.de

The current AJDT build targets M4 and does not work with any later builds
(as you could have seen in about a dozend or so mails in this and related
lists).

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
Re: AJDT on Eclipse 3.0M8/Linux? [message #576873 is a reply to message #32385] Thu, 01 April 2004 22:12 Go to previous message
Eric Bodden is currently offline Eric BoddenFriend
Messages: 32
Registered: July 2009
Member
The current AJDT build targets M4 and does not work with any later builds
(as you could have seen in about a dozend or so mails in this and related
lists).

Eric

--
------------------------------------------------------------ -----
Eric Bodden
ICQ UIN: 12656220
Website: http://www.bodden.de
PGP key available
Previous Topic:AJDT on Eclipse 3.0M8/Linux?
Next Topic:AJDT - our plan.
Goto Forum:
  


Current Time: Tue Mar 19 07:03:19 GMT 2024

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

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

Back to the top