Steve Iolone wrote: > Trying to build 2.2.0 received 24 errors, all were pointing to the > enum used as an identifier.. > > compile: > Compiling James Java sources > Compiling 269 source files to F:\james-2.2.0-src\build\classes > F:\james-2.2.0-src\src\java\org\apache\james\fetchmail\MessageProcessor.java:851: > as of release 1.5, > 'enum' is a keyword, and may not be used as an identifier > (try -source 1.4 or lower to use 'enum' as an identifier) > Enumeration enum = > ^ > Total time: 7 seconds > Any ideas or suggestions?
Use a jdk1.4 to build. James 2.2.0 sources are not jdk1.5 friendly. Stefano --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
