Collections: Lists, Sets, and Maps - Compilation error when java 5.0 features are used.
Hi,
I modified the make script in my project to use JDK 1.5.0_11 compiler. instead of 1.4.2 compiler. But when I run the make script, it is throwing errors for all the JDK 1.5.0 features like for-each construct, auto-boxing etc..
Please let me know if I am issing anything.
It compiles successfully in my IDE.
Thanks,
Ravikumar

