On Tue, 20 Dec 2005, Teck Hooi Lim <[EMAIL PROTECTED]> wrote: > [javac] d:\project\mybasic\src\com\acme\TestQueue.java:192: > warning: as of release 1.5, 'enum' is a keyword, and may not be > used as an identifier
This is a warning, without source="1.4" it would be an error. That's all the source attribute can do for you. nowarn can be used to disable warning on top of that. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]