Implied targets in iajc [message #69399] |
Wed, 14 February 2007 16:20 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.04722 seconds