Hi Andy, I cannot use 4.9. I tried with 4.8.0 of Eclipse and ran into other problems. We run on RH linux.
I got the following in the console: ***WARNING: SWT requires Cairo 1.9.4 or newer ***WARNING: Detected: 1.8.8 ***WARNING: SWT requires Cairo 1.9.4 or newer ***WARNING: Detected: 1.8.8 Googled a bit and found that we add the following vmarg: -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false However it did not solve my problem. Eclipse still crashes. I found that if I use gtk 2.24 I get around this problem but GUI does not become responsive in a Citrix environement. I am now running the latest version of AspectJ tools for Eclipse 4.8 but editor does not work. No crosscutting view. Maybe this is a platform problem? br, //mikael ________________________________ Från: [email protected] <[email protected]> för Andrew Clement <[email protected]> Skickat: den 19 november 2018 17:34 Till: [email protected] Ämne: Re: [aspectj-users] Problem with apsectj Eclipse plugin and Oxygen I was just testing Eclipse 4.9 with AJDT 2.2.4.201811011643 (AspectJ 1.9.2.201811011643) - the latest from http://download.eclipse.org/tools/ajdt/48/dev/update [cid:6009AEFE-9206-456D-82C6-4134A6DDA3DF] And those actions you were trying were OK. Do you need to stay on oxygen? I can’t say I’ve done any testing on that version, but I do see the update site at http://download.eclipse.org/tools/ajdt/47/dev/update includes a later version of AJDT than you have. I can’t guarantee how much that’ll help but could be worth trying. Cheers, Andy On Nov 19, 2018, at 3:12 AM, Mikael Petterson <[email protected]<mailto:[email protected]>> wrote: Hi, I don't know what I did to my project: 1. I cannot create Aspects using File --> New --> Aspect ( see output 1) 2. I don't see what code is crosscut in the crosscutting view. It is empty now. 3. I my aspect testcase I cannot access the aspect. ( see output 2) Output 1: I added a picture with the versions I use with Eclipse oxygen. //mikael Caused by: java.lang.NullPointerException at org.eclipse.ajdt.internal.ui.wizards.AJNewTypeWizardPage.ajc$interMethod$org_eclipse_ajdt_internal_ui_wizards_AJNewTypeWizardPage$org_eclipse_ajdt_internal_ui_wizards_NewTypeWizardPage$createAJType(AJNewTypeWizardPage.aj:267) at org.eclipse.ajdt.internal.ui.wizards.NewTypeWizardPage.ajc$interMethodDispatch2$org_eclipse_ajdt_internal_ui_wizards_AJNewTypeWizardPage$createAJType(NewTypeWizardPage.java:1) at org.eclipse.ajdt.internal.ui.wizards.AJNewTypeWizardPage.ajc$interMethodDispatch1$org_eclipse_ajdt_internal_ui_wizards_AJNewTypeWizardPage$org_eclipse_ajdt_internal_ui_wizards_NewTypeWizardPage$createAJType(AJNewTypeWizardPage.aj) at org.eclipse.ajdt.internal.ui.wizards.NewTypeWizardPage.createType_aroundBody7$advice(NewTypeWizardPage.java:444) at org.eclipse.ajdt.internal.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:1) at org.eclipse.ajdt.internal.ui.wizards.NewAspectCreationWizard.finishPage(NewAspectCreationWizard.java:75) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:120) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:724) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:5680) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:105) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Root exception: java.lang.NullPointerException at org.eclipse.ajdt.internal.ui.wizards.AJNewTypeWizardPage.ajc$interMethod$org_eclipse_ajdt_internal_ui_wizards_AJNewTypeWizardPage$org_eclipse_ajdt_internal_ui_wizards_NewTypeWizardPage$createAJType(AJNewTypeWizardPage.aj:267) at org.eclipse.ajdt.internal.ui.wizards.NewTypeWizardPage.ajc$interMethodDispatch2$org_eclipse_ajdt_internal_ui_wizards_AJNewTypeWizardPage$createAJType(NewTypeWizardPage.java:1) at org.eclipse.ajdt.internal.ui.wizards.AJNewTypeWizardPage.ajc$interMethodDispatch1$org_eclipse_ajdt_internal_ui_wizards_AJNewTypeWizardPage$org_eclipse_ajdt_internal_ui_wizards_NewTypeWizardPage$createAJType(AJNewTypeWizardPage.aj) at org.eclipse.ajdt.internal.ui.wizards.NewTypeWizardPage.createType_aroundBody7$advice(NewTypeWizardPage.java:444) at org.eclipse.ajdt.internal.ui.wizards.NewTypeWizardPage.createType(NewTypeWizardPage.java:1) at org.eclipse.ajdt.internal.ui.wizards.NewAspectCreationWizard.finishPage(NewAspectCreationWizard.java:75) at org.eclipse.jdt.internal.ui.wizards.NewElementWizard$2.run(NewElementWizard.java:120) at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39) at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:724) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2240) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2267) at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:5680) at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:105) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119) Output 2: <image.png> <image.png> _______________________________________________ aspectj-users mailing list [email protected]<mailto:[email protected]> To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________ aspectj-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/aspectj-users
