AW: Ant Nightly Build Job in Jenkins

2018-01-28 Thread jhm
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.grigelio...@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 :
> 
> > 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-unsubscr...@ant.apache.org For additional
> > commands, e-mail: dev-h...@ant.apache.org
> >
> >


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



Re: Cutting new releases?

2018-01-28 Thread Stefan Bodewig
On 2018-01-26, Jan Matèrne (jhm) wrote:

> Have committed my hint to the manual.
> Nothing more in my pipeline ...

We should probably mention the deprecation of the log4j logger and the
changes required to support the log4j2 bridge in WHATSNEW as well.

Stefan

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



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



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 build?

Stefan

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



AW: Ant Nightly Build Job in Jenkins

2018-01-28 Thread jhm
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:bode...@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-unsubscr...@ant.apache.org For additional
> commands, e-mail: dev-h...@ant.apache.org



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



AW: Cutting new releases?

2018-01-28 Thread jhm
> We should probably mention the deprecation of the log4j logger and the
> changes required to support the log4j2 bridge in WHATSNEW as well.

Done. Marked as "breaking BWC".

Jan


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



Re: Cutting new releases?

2018-01-28 Thread Gintautas Grigelionis
Well, it fails because com.sun.image.codec.jpeg.ImageFormatException is no
longer available.
Interestingly, it's supposed to be gone since Java 7...

Gintas

[1]
https://stackoverflow.com/questions/1906673/import-com-sun-image-codec-jpeg

2018-01-27 17:00 GMT+01:00 Stefan Bodewig :

> On 2018-01-27, Jaikiran Pai wrote:
>
> > I just remembered - we probably have to investigate that image task test
> > failure on Java 9 and see if its some setup issue or whether that task is
> > genuinely broken against that runtime. I haven't yet found the time to
> dig
> > deeper on that one.
>
> They are not new. I've seen those failures back when I first started to
> test Java9 before the very first Ant 1.10 release. Back then I assumed
> it was JAI not coping with the module system but never looked deeper
> into it either.
>
> Stefan
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
>
>