RE: Compilation Error -Incompatible Types

2015-12-01 Thread David Evans
I'm afraid I know nothing of Jenkins so I'm not able to advise on changing that. I was suggesting you might check the source to see which of com.ABC.XXX.bo.BusinessObject and com.ABC.bo.BusinessObject was being imported and confirm which one SHOULD be being imported. It might be that a

RE: Compilation Error -Incompatible Types

2015-11-26 Thread David Evans
I think the original question noted two different classes along the lines of com.someone.xxx.bo.BusinessObject and com.someone.xxx.BusinessObject These are different classes. ... I cannot find the original post and I can't be sure so sorry if this is a red herring. One of Eclipse's useful

Re: Testing jar files instead of class files

2014-08-23 Thread David Evans
Regards D. E. On 22 Aug 2014, at 20:28, Maxime Gréau greaumax...@gmail.com wrote: Hello, This is exactly what I want to do. Is it the bug you are talking about ? https://jira.codehaus.org/browse/SUREFIRE-855 Regards Maxime Gréau. 2013-04-30 13:28 GMT+02:00 Stephen Connolly

Upload 3rd party jars retaining original names

2014-07-24 Thread David Evans
Is it possible to put a bunch of 3rd party jars into a Maven repository so that they can be accessed by a project using their original names? I am developing against a 3rd party software package that includes about a dozen supporting jar files. I am trying to upload these jars into a Maven

Re: Upload 3rd party jars retaining original names

2014-07-24 Thread David Evans
Thanks all. It seems that what I want to do doesn't fit naturally into the Maven way of things. Using the copy plugin I can see how I might possibly unpack elements and modify my Eclipse classpath in flight but part of the problem with my existing Ant deployment is that I've extended it to do