This is a manifestation of another underlying issue outlined in https://bugs.eclipse.org/bugs/show_bug.cgi?id=129989. For now, you need to specify target and sources.
As an aside, I think specifying an explicit target and source level is a good idea in any case. Even http://ant.apache.org/manual/CoreTasks/javac.html mentions that "We highly recommend to always specify this attribute.". So the only real issue here is the asymmetry between <javac> and <iajc> task in Ant. -Ramnivas On Thu, Jun 25, 2009 at 9:47 AM, antofmr <[email protected]> wrote: > > I am hoping not to have to specify the source or target properties for the > iajc task. I have the correct jdk in my path so I was hoping it would just > use properties for the underlying jdk found in the path. > > > -- > View this message in context: > http://www.nabble.com/is-the-source-and-target-properties-mandatory-on-the-iajc-task-tp24203603p24203603.html > Sent from the AspectJ - users mailing list archive at Nabble.com. > > _______________________________________________ > aspectj-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/aspectj-users >
_______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
