Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » AspectJ » iajc source level 1.7 ignored
iajc source level 1.7 ignored [message #844103] Fri, 13 April 2012 17:41
Doug Van Watermulen is currently offline Doug Van WatermulenFriend
Messages: 1
Registered: April 2012
Junior Member
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 Apr 25 22:35:28 GMT 2024

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

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

Back to the top