Hi everyone,
I'm writing a class for the gui that uses generics, but when I try to compile, I get this error:
Code:
generics are not supported in -source 1.3 (try -source 1.5 to enable generics)
How do I tell Ant to compile with this parameter? Should I use generics at all if it requires everyone else to update their build configurations? The class is a lot easier and cleaner if I do use generics.
Thanks in advance!