Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Trouble using AJDT within WSAD

Does it compile outside Eclipse / WSAD ?
Pure ANT ?

\T,



LIBIOULLE_JEAN-LUC_F@xxxxxxxxx wrote:

>Hi Andy,
>
>Thanks for the help.
>
>Here's the last error message I found in the eclipse log:
>
>!ENTRY org.eclipse.ajdt.ui 4 0 Nov 19, 2003 22:32:35.586
>!MESSAGE Compile failed.
>!STACK 0
>java.lang.NullPointerException
>        at 
>org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.resolveLibraryLocations(JRERuntimeClasspathEntryResolver.java:44)
>        at 
>org.eclipse.jdt.internal.launching.JRERuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(JRERuntimeClasspathEntryResolver.java:36)
>        at 
>org.eclipse.jdt.internal.launching.RuntimeClasspathEntryResolver.resolveRuntimeClasspathEntry(RuntimeClasspathEntryResolver.java:75)
>        at 
>org.eclipse.jdt.launching.JavaRuntime.resolveRuntimeClasspathEntry(JavaRuntime.java:706)
>        at 
>org.eclipse.ajdt.internal.ui.ajde.ProjectProperties.getClasspath(ProjectProperties.java:205)
>        at 
>org.eclipse.ajdt.internal.builder.Builder.build(Builder.java:150)
>        at 
>org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:392)
>        at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled 
>Code))
>        at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled 
>Code))
>        at 
>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:120)
>        at 
>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:176)
>        at 
>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:186)
>        at 
>org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:146)
>        at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled 
>Code))
>        at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled 
>Code))
>        at 
>org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:160)
>        at 
>org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:214)
>        at 
>org.eclipse.core.internal.resources.Workspace.build(Workspace.java:142)
>        at 
>org.eclipse.ui.actions.GlobalBuildAction$1.run(GlobalBuildAction.java:156)
>        at 
>org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:98)
>
>
>If you want, I can also provide you with the whole log file but I don't 
>think the other messages are relevant.
>This occurs when I try to compile an existing project converted to 
>AspectJ.
>Actually, what I did is I've created a new AspectJ project. I've written 
>some simple aspects and classes and everything worked well. Then, I tried 
>to do the same in an existing project converted to AspectJ. And there 
>started the problems.
>
>Nothing seems abnormal in the ADJT Event Trace view.
>
>Any idea?
>
>Thanks,
>
>
>Jean-Luc Libioulle
>Scientific Systems Analyst
>Eli Lilly and Co.
>EDIT Solution Delivery
>Mont-Saint-Guibert   --   Belgium
>+32 10 47 62 53
>
> 
>
>
>
>
>
>
>
>Andrew Clement <CLEMAS@xxxxxxxxxx>
>Sent by: aspectj-users-admin@xxxxxxxxxxx
>11/19/2003 11:33 AM
>Please respond to aspectj-users
>
> 
>        To:     aspectj-users@xxxxxxxxxxx
>        cc: 
>        Subject:        Re: [aspectj-users] Trouble using AJDT within WSAD
>
>
>
>Hi, 
>
>Hmm. I don't know of any reason that could cause that to happen - we do 
>have 
>users working sucessfully with AJDT in WSAD.  Can you check in the eclipse 
>log file 
>to see if there was an exception reported?  The log is named .log and 
>located in the workspace .metadata directory for your eclipse.  There 
>also might be a clue in the AJDT Event Trace that we record whilst the 
>plugin is in operation, this is a standard eclipse view you can display 
>in the normal way (under the AspectJ category for views) - it records 
>interesting events as you interact with the plugin and can sometimes 
>include exception entries when things go wrong. 
>
>I am not familiar with ClearCase/ClearQuest - so I can't say for certain 
>they don't interfere with compilation but it does seem unlikely as 
>version control is relatively orthogonal to the compilation process. 
>
>regards, 
>Andy. 
>
>Andy Clement 
>AJDT Development. 
>
>
>
>
>
>LIBIOULLE_JEAN-LUC_F@xxxxxxxxx 
>Sent by: aspectj-users-admin@xxxxxxxxxxx 
>14/11/2003 14:32 
>Please respond to aspectj-users 
>        
>        To:        aspectj-users@xxxxxxxxxxx 
>        cc:         
>        Subject:        [aspectj-users] Trouble using AJDT within WSAD
>
>
>
>
>Help needed...
>
>Is there anybody using AspectJ with WSAD 5.0.1 (eclipse-based) and 
>experiencing the
>following problem:
>when I create a project from scratch everything seems to work fine but 
>when I try to transpose this into an existing project, I always get an
>error message "Compile failed: reason: compile failed" whatever there's in
>the aspects I try to write and even if there's no aspect at all...
>
>I cannot figure out what's wrong but I have a clue: the existing projet is
>under version control in ClearCase/ClearQuest (tools from Rational) but
>the newly created project is not.
>
>
>Any idea? Any additional detail needed to diagnose?
>
>Regards,
>
>J.-L. Libioulle 
>
>


-- 
 
Thomas SMETS 
rue J. Wytsmanstraat 62
1050 Brussels


__________________________________________________________________
McAfee VirusScan Online from the Netscape Network.
Comprehensive protection for your entire computer. Get your free trial today!
http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397

Get AOL Instant Messenger 5.1 free of charge.  Download Now!
http://aim.aol.com/aimnew/Aim/register.adp?promo=380455


Back to the top