Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 13:37 Go to next message
Wouter de Vaal is currently offline Wouter de VaalFriend
Messages: 19
Registered: July 2009
Junior Member
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 20: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 20:39 Go to previous message
Matt Chapman is currently offline Matt ChapmanFriend
Messages: 429
Registered: July 2009
Senior Member
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: Tue Apr 16 18:13:57 GMT 2024

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

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

Back to the top