'enum' is a keyword, and may not be used as an identifier
Hi,
When i run make_toolkit.ipl, i am getting following erros. plz help me in this regard.
[javac] (try -source 1.4 or lower to use 'enum' as an identifier)
[javac] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:26: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:27: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:41: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:42: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:57: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:58: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:73: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:74: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:89: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:90: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:106: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:107: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:123: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:124: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:140: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:141: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:157: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:158: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:174: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:175: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:191: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:192: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:208: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:209: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:225: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:226: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:242: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:243: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:259: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:260: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:276: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:277: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:292: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:293: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:309: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:310: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:326: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:327: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:343: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:344: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:360: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:361: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:377: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:378: 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] oper.setUse(org.apache.axis.enum.Use.ENCODED);
[javac] ^
[javac] C:\Interwoven\TeamSite\local\config\lib\content_center\customer_src\
src\iw\examples\axisgen\OpenDeployServiceBindingStub.java:394: 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] oper.setStyle(org.apache.axis.enum.Style.RPC);
[javac] ^
BUILD FAILED
C:\Interwoven\TeamSite\local\config\lib\content_center\reference\build.xml:34: C
ompile failed; see the compiler error output for details.
Total time: 1 second