eclipse - Compile AspectJ code to Java 6 code with a AspectJ 1.7 installation -
i developing using eclipse 4 , aspectj's latest version. in process of replacing java 6 library modified 1 (binary weaving). problem code being woven java 7 code, , need java 6 code.
i know there aspectj's compiler switch, i'd know if it's possible set setting through eclipse (other using ant task, of course).
i ended downloading aspectj 1.6. switched jre6
, added aspectrt.jar
aspectj 1.6 installation (as needed included in generated binary woven jar) , set java compliance level 1.6.
it seems work fine.
Comments
Post a Comment