Skip to main content



      Home
Home » Language IDEs » AspectJ » iajc source level 1.7 ignored
iajc source level 1.7 ignored [message #844103] Fri, 13 April 2012 13:41
Eclipse UserFriend
I am using AspectJ 1.7.0.M1. I changed the examples build.xml to use a source compliance level of 1.7 and verbose=true as follows:

<iajc destdir="${classes.dir}" verbose="true" source="1.7" argfiles="${list}"

When I run this using 'ant bean' I get the following line:
[iajc] ignored: -source 1.7 at E:\aspectj1.7\doc\examples\build.xml:136:

I have tried running the compiler 'ajc' directly specifying -source 1.7 and that works.

Is this a bug on the iajc ant task or is it intended that you can not compile 1.7 java code using iajc?
Previous Topic:Error plugin
Next Topic:AJDT problem during developing a plug-in
Goto Forum:
  


Current Time: Thu May 22 07:12:45 EDT 2025

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

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

Back to the top