AW: Ant Nightly Build Job in Jenkins

2018-01-28 Thread jhm
Betreff: Re: Ant Nightly Build Job in Jenkins > > On 2018-01-28, Stefan Bodewig wrote: > > > On 2018-01-28, Jan Matèrne (jhm) wrote: > > >> Updated the target to use actual 2.5.8. But there is still a > problem > >> when using two formatters, so I commente

Re: Ant Nightly Build Job in Jenkins

2018-01-28 Thread Stefan Bodewig
On 2018-01-28, Stefan Bodewig wrote: > On 2018-01-28, Jan Matèrne (jhm) wrote: >> Updated the target to use actual 2.5.8. But there is still a problem >> when using two formatters, so I commented the txt-formatter out. BTW, does this build run any tools that are not also part of the SonarQube b

Re: Ant Nightly Build Job in Jenkins

2018-01-28 Thread Stefan Bodewig
On 2018-01-28, Jan Matèrne (jhm) wrote: > Updated the target to use actual 2.5.8. But there is still a problem > when using two formatters, so I commented the txt-formatter out. Thanks! Stefan - To unsubscribe, e-mail:

AW: Ant Nightly Build Job in Jenkins

2018-01-28 Thread jhm
> An: Ant Developers List > Betreff: Re: Ant Nightly Build Job in Jenkins > > Simian stands for "similarity analysis" and is supposed to check for > copy-paste code duplications. > > I guess the older versions of simian disapper from the site as new > versions are relea

Re: Ant Nightly Build Job in Jenkins

2018-01-27 Thread Gintautas Grigelionis
Simian stands for "similarity analysis" and is supposed to check for copy-paste code duplications. I guess the older versions of simian disapper from the site as new versions are released. Currently, 2.5.8 is the latest version. There should be no harm updating to the latest version, ditto for che

Ant Nightly Build Job in Jenkins

2018-01-27 Thread Stefan Bodewig
Hi all is anybody familiar with the things we try to do with the job called "Ant Nightly"? It has been failing for months now and the reason is not Ant but the build process which tries to download a "simian-2.4.0.tar.gz" that simply doesn't exist at the expected URI. Stefan