Hi , 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. Because there is difference in package for the reference BusinessObject and the Object factory method returning. 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-tp5852871.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]
