I have just started to build a 1.5 version of axis owing to a problem
with jws files. Axis throws up some 80 odd warnings and 16 or so errors.
Mostly, possibly solely, these are due to enum now being a reserved
word.
JWD
>>> [EMAIL PROTECTED] 02/02/05 05:41 AM >>>
JRE 1.5 "enum" is a keyword Word may not be used as an identifier
Does Axis Comply with this rule?
("ServiceStatus.java": as of release 1.5, 'enum' is a keyword, and may
not be used as an identifier (try -source 1.5 to use 'enum' as a
keyword) at line 35, column 13)
-Venky