WSIF does not compile with JDK1.5
---------------------------------
Key: WSIF-79
URL: http://issues.apache.org/jira/browse/WSIF-79
Project: Axis-WSIF
Type: Bug
Components: Basic Architecture
Versions: 2.0
Environment: Windows-XP
Reporter: Rhett DeWall
Priority: Critical
Fix For: 2.0
When compiling WSIF with JDK1.5, the following error is seen:
java\src\org\apache\wsif\base\PrivateCompositeExtensionRegistry.java:108: as of
release 1.5, 'enum' is a keyword, and may not be used as an identifier
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] Enumeration enum = extRegs.elements();
This is just one example of several 'enum' problems.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira