Maybe you are missing a library that is provided by Eclipse for BusinessObject but not defined in the pom.
In that case you need to find that library and add it to your maven build. On Tue, Dec 1, 2015 at 4:27 PM, pradeepkumar <[email protected]> wrote: > Hi David , > > > This is the original post . > > I am facing the compilation error in my Jenkins job. > > We are not getting compile time error in Eclipse for BusinessObject but we > are getting incompatible types error in Jenkins. > Is there any way to resolve this issue rather than changing the source > code. > > > Please find the below. > > > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] /C:/Jenkins/jobs/XXX > Commons/workspace/src/com/ABC/XXX/bo/BusinessObject.java:[4158,102] > incompatible types > required: com.ABC.XXX.bo.BusinessObject > found: com.ABC.bo.BusinessObject > [INFO] 1 error > [INFO] ------------------------------------------------------------ > > Please help me out regarding this issue. > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/Compilation-Error-Incompatible-Types-tp5852871p5853516.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Adrien Rivard
