java - required: javax.xml.bind.annotation.XmlAccessType -


i trying import svn url on eclipse.when tried run components of project keep having error.

buildfile: c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\build.xml init: pre.compile.test:      [echo] stax availability= true      [echo] axis2 availability= true compile.src:     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\build.xml:46: warning: 'includeantruntime' not set, defaulting build.sysclasspath=last; set false repeatable builds     [javac] compiling 630 source files c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\build\classes     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\conversion\rule\conversiontype.java:10: incompatible types     [javac] found   : javax.xml.bind.annotation.accesstype     [javac] required: javax.xml.bind.annotation.xmlaccesstype     [javac] @xmlaccessortype(accesstype.field)     [javac]                            ^     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\conversion\rule\parametertype.java:9: incompatible types     [javac] found   : javax.xml.bind.annotation.accesstype     [javac] required: javax.xml.bind.annotation.xmlaccesstype     [javac] @xmlaccessortype(accesstype.field)     [javac]                            ^     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\conversion\rule\countertype.java:9: incompatible types     [javac] found   : javax.xml.bind.annotation.accesstype     [javac] required: javax.xml.bind.annotation.xmlaccesstype     [javac] @xmlaccessortype(accesstype.field)     [javac]                            ^     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\conversion\rule\parametersettype.java:11: incompatible types     [javac] found   : javax.xml.bind.annotation.accesstype     [javac] required: javax.xml.bind.annotation.xmlaccesstype     [javac] @xmlaccessortype(accesstype.field)     [javac]                            ^     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\conversion\rule\countersettype.java:11: incompatible types     [javac] found   : javax.xml.bind.annotation.accesstype     [javac] required: javax.xml.bind.annotation.xmlaccesstype     [javac] @xmlaccessortype(accesstype.field)     [javac]                            ^     [javac] c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\conversion\rule\conversionstype.java:11: incompatible types     [javac] found   : javax.xml.bind.annotation.accesstype     [javac] required: javax.xml.bind.annotation.xmlaccesstype     [javac] @xmlaccessortype(accesstype.field)     [javac]                            ^     [javac] note: c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\src\com\cbas\services\util\partyutil.java uses or overrides deprecated api.     [javac] note: recompile -xlint:deprecation details.     [javac] note: input files use unchecked or unsafe operations.     [javac] note: recompile -xlint:unchecked details.     [javac] 6 errors  build failed c:\users\phmasu\workspace\cbasservices\branches\cr-xx-seasonpass\build.xml:46: compile failed; see compiler error output details.  total time: 8 seconds 

can give me idea doing wrong? put necessary library on lib folder based on documentation given me. btw project runs on jdk 1.5. have both jdk 1.6 , 1.5 dont know how configure eclipse ee run on 1.5. might cause problem?

thanks


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -