Re: Tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Thu, 25 Oct 2018 at 09:05, Gintautas Grigelionis wrote: > On Wed, 24 Oct 2018 at 00:29, Gintautas Grigelionis < > g.grigelio...@gmail.com> wrote: > >> On Tue, 23 Oct 2018 at 12:25, Stefan Bodewig wrote: >> >>> On 2018-10-20, Gintautas Grigelionis wrote: >>> >>> > I believe that in order to ex

Re: Tests in Surefire

2018-10-25 Thread Gintautas Grigelionis
On Wed, 24 Oct 2018 at 00:29, Gintautas Grigelionis wrote: > On Tue, 23 Oct 2018 at 12:25, Stefan Bodewig wrote: > >> On 2018-10-20, Gintautas Grigelionis wrote: >> >> > I believe that in order to execute Ant test suite in Surefire one must >> > configure basedir which unfortunately affects Ant

Re: Tests in Surefire

2018-10-23 Thread Gintautas Grigelionis
On Tue, 23 Oct 2018 at 12:25, Stefan Bodewig wrote: > On 2018-10-20, Gintautas Grigelionis wrote: > > > I believe that in order to execute Ant test suite in Surefire one must > > configure basedir which unfortunately affects Ant test projects. > > I'm not sure I share the goal of trying to run th

Re: Tests in Surefire

2018-10-23 Thread Stefan Bodewig
On 2018-10-20, Gintautas Grigelionis wrote: > I believe that in order to execute Ant test suite in Surefire one must > configure basedir which unfortunately affects Ant test projects. I'm not sure I share the goal of trying to run the tests via Surefire at all. Antoine has been the one who set u

Re: Tests in Surefire

2018-10-22 Thread Gintautas Grigelionis
Here's what happened: there's a Jenkins job that builds Ant using Maven, since Ant project has POMs for all components. I happened to create a new component, and realised I forgot to add it to the master POM. While doing that, I saw that the Jenkins job has been broken, and started digging deeper.

Re: Tests in Surefire

2018-10-21 Thread Jaikiran Pai
Could you tell us a bit more about what is being attempted? Are you saying you plan to run the tests that are part of the Ant project, through the mvn command, while building Ant? -Jaikiran On 20/10/18 3:31 PM, Gintautas Grigelionis wrote: > I believe that in order to execute Ant test suite in S