Skip to main content



      Home
Home » Language IDEs » AspectJ » Java 5.0 Compilation problem using AJDT
Java 5.0 Compilation problem using AJDT [message #43091] Thu, 21 October 2004 09:37 Go to next message
Eclipse UserFriend
Hi,

I'm new to AspectJ/AJDT. I have an existing project that I would like some
aspects to using AJDT,
When I add the ajdt project nature to my project, I get tons of errors
related to Java 5.0, is
there some way to tell AJDT to only build .aj files instead of all .java
files?

Regards,
Wouter de Vaal
Re: Java 5.0 Compilation problem using AJDT [message #43216 is a reply to message #43091] Sat, 23 October 2004 16:39 Go to previous message
Eclipse UserFriend
Originally posted by: mchapman.uk.ibm.com

On Thu, 21 Oct 2004 15:37:31 +0200, Wouter de Vaal wrote:
> I'm new to AspectJ/AJDT. I have an existing project that I would like some
> aspects to using AJDT,
> When I add the ajdt project nature to my project, I get tons of errors
> related to Java 5.0, is
> there some way to tell AJDT to only build .aj files instead of all .java
> files?

For more details regarding AspectJ plans to support Java 5, please see
this posting from the aspectj-users mailing list:
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02851. html

Just building .aj files wouldn't really help, as it would still need to
weave into classes from .java files. Unless of course everything you
wanted to weave into was in .aj files, but that's pretty much the same as
saying not to use Java 5 features.

Regards,

Matt.
Re: Java 5.0 Compilation problem using AJDT [message #584375 is a reply to message #43091] Sat, 23 October 2004 16:39 Go to previous message
Eclipse UserFriend
On Thu, 21 Oct 2004 15:37:31 +0200, Wouter de Vaal wrote:
> I'm new to AspectJ/AJDT. I have an existing project that I would like some
> aspects to using AJDT,
> When I add the ajdt project nature to my project, I get tons of errors
> related to Java 5.0, is
> there some way to tell AJDT to only build .aj files instead of all .java
> files?

For more details regarding AspectJ plans to support Java 5, please see
this posting from the aspectj-users mailing list:
http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg02851. html

Just building .aj files wouldn't really help, as it would still need to
weave into classes from .java files. Unless of course everything you
wanted to weave into was in .aj files, but that's pretty much the same as
saying not to use Java 5 features.

Regards,

Matt.
Previous Topic:Wrong classpath in ajdoc
Next Topic:strange warnings in .aj files
Goto Forum:
  


Current Time: Sun Jun 22 11:46:26 EDT 2025

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

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

Back to the top