Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] is the source and target properties mandatory on the iajc task

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 <Anthony.Conneely@xxxxxxx> 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
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top