enum package problem with JDK 1.5 seems to have been fixed in 1.2.1 and 1.3
-----Original Message----- From: Ron Reynolds [mailto:[EMAIL PROTECTED] Sent: 1. november 2005 05:57 To: [email protected] Subject: Re: JDK 1.5 enum is a new keyword in JDK 1.5 - oh, i thought this was a variable name. ouch - i didn't realize it would be upset with package names as well... :-/ that package has to be renamed... (you probably knew that). Jacob Feldman wrote: >I am switching to JDK 1.5 and got an error: > > > > Syntax error on token "enum", class expected > > > >in the line where I use > > > > org.apache.axis.enum.Style.RPC > > > >I am using Axis 1.2. Would 1.3 help? Any advice? > > > >Thanks, > > > >--------- > > > >Jacob > > > > >
