You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Stefan Bodewig <bo...@apache.org> on 2018/01/27 17:53:26 UTC

Ant Nightly Build Job in Jenkins

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


AW: Ant Nightly Build Job in Jenkins

Posted by "Jan Matèrne (jhm)" <ap...@materne.de>.
https://builds.apache.org/view/A/view/Ant/job/Ant_Nightly/configure means:
	ant -f launch-build.xml -Ddistribution
	ant -f check.xml rat dumphtml simiancheck
where dumphtml=checkstyle+htmlreport


Haven't done a deep check what the SonarQube checks.
I think similarity checks could be included, but RAT checks are missing.
I don't think that RAT could be included in the SonarQube at the moment.


Jan

> -----Ursprüngliche Nachricht-----
> Von: Stefan Bodewig [mailto:bodewig@apache.org]
> Gesendet: Sonntag, 28. Januar 2018 13:03
> An: dev@ant.apache.org
> 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 commented the txt-formatter out.
> 
> BTW, does this build run any tools that are not also part of the
> SonarQube build?
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional
> commands, e-mail: dev-help@ant.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Ant Nightly Build Job in Jenkins

Posted by Stefan Bodewig <bo...@apache.org>.
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 build?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Ant Nightly Build Job in Jenkins

Posted by Stefan Bodewig <bo...@apache.org>.
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


AW: Ant Nightly Build Job in Jenkins

Posted by "Jan Matèrne (jhm)" <ap...@materne.de>.
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.

Jan

> -----Ursprüngliche Nachricht-----
> Von: Gintautas Grigelionis [mailto:g.grigelionis@gmail.com]
> Gesendet: Samstag, 27. Januar 2018 19:16
> 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 released. Currently, 2.5.8 is the latest version.
> There should be no harm updating to the latest version, ditto for
> checkstyle (Ivy project uses version 7, since version 8 as resolved by
> Ivy fails, and I did not have time to investigate what causes that yet)
> and findbugs.
> 
> Gintas
> 
> 
> 
> 2018-01-27 18:53 GMT+01:00 Stefan Bodewig <bo...@apache.org>:
> 
> > 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
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional
> > commands, e-mail: dev-help@ant.apache.org
> >
> >


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: Ant Nightly Build Job in Jenkins

Posted by Gintautas Grigelionis <g....@gmail.com>.
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
checkstyle (Ivy project uses version 7, since version 8 as resolved by Ivy
fails,
and I did not have time to investigate what causes that yet) and findbugs.

Gintas



2018-01-27 18:53 GMT+01:00 Stefan Bodewig <bo...@apache.org>:

> 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
>