Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » Implied targets in iajc
Implied targets in iajc [message #69399] Wed, 14 February 2007 21:20
Eclipse UserFriend
Originally posted by: nulldev.zensearch.com

I'm adding some aspects to parts of an existing project and am having
problems switching from the ant javac task to the iajc task because the
target attribute is 1.5 and the source attribute is 1.4. This
combination, which is fine with javac causes some an incompatible target
error with iajc.

From looking at the iajc options here:

< http://www.eclipse.org/aspectj/doc/released/devguide/antTask s-iajc.html>

it looks like I can only specify 1.1 or 1.2 as the target. However, if
specify only source, a target is implied. A source of 1.5 implies a
target of 1.5.

So the only way to specify a target of 1.5 is to omit specifying a
target and only specify a source of 1.5? So there's no way to do what I
want?

Thanks in advance for comments & replies
Previous Topic:Eclipse 3.3M5
Next Topic:Implied targets in iajc
Goto Forum:
  


Current Time: Sat Apr 27 00:14:22 GMT 2024

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

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

Back to the top