java - Getting incompatible types on the server but local for maven build -
i trying maven build spring , hibernate based project. when build using eclipse, build success. , when pushed code on server, getting compilaiton error. have done same thing did on local eclipse based environment , still getting error.
[error] compilation error : [info] ------------------------------------------------------------- [error] /home/myusername/webappws/src/main/java/abc/efg/webapp/controller/mycontroller.java:[122,54] incompatible types: abc.efg.webapp.orm.metadata cannot converted abc.efg.webapp.orm.myterm [info] 1 error [info] ------------------------------------------------------------- [info] ------------------------------------------------------------------------ [info] build failure
how can troubleshoot considering fact same thing works in local eclipse setup , not on server?
thanks
Comments
Post a Comment