Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] iajc compiler failure due to generics

	Dean> You have to tell iajc to use the java 5 source level. I don't
	Dean> know if it's still true, but the last time I ran into this, there
	Dean> was no way to specify this in the XML, oddly enough!

It works now; just do <iajc source="1.5" ...>.

-- 
-------------------------------------------------------------------------------
Eric Eide <eeide@xxxxxxxxxxx>  .         University of Utah School of Computing
http://www.cs.utah.edu/~eeide/ . +1 (801) 585-5512 voice, +1 (801) 581-5843 FAX


Back to the top