[GitHub] ant issue #54: Let’s use Ivy (properly!) and drop Maven Ant tasks + Common...

2018-06-09 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/54 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Windows/64/ ---

[GitHub] ant issue #54: Let’s use Ivy (properly!) and drop Maven Ant tasks + Common...

2018-06-09 Thread asfgit
Github user asfgit commented on the issue: https://github.com/apache/ant/pull/54 Refer to this link for build results (access rights to CI server needed): https://builds.apache.org/job/Ant%20Github-PR-Linux/58/ --- --

Re: Bz 62324

2018-06-09 Thread Gintautas Grigelionis
2018-06-09 13:56 GMT+02:00 Jaikiran Pai : > > On 09/06/18 5:22 PM, Gintautas Grigelionis wrote: > >> >> Thanks for review, Jaikiran. You're correct, that is the proposed >> solution, >> adding a separator >> (a newline followed by an exception name for clarity -- mind that >> exception >> is logge

Re: Bz 62324

2018-06-09 Thread Jaikiran Pai
On 09/06/18 5:22 PM, Gintautas Grigelionis wrote: Thanks for review, Jaikiran. You're correct, that is the proposed solution, adding a separator (a newline followed by an exception name for clarity -- mind that exception is logged only in debug mode). The exception class name would already be

Re: Bz 62324

2018-06-09 Thread Gintautas Grigelionis
2018-06-09 13:31 GMT+02:00 Jaikiran Pai : > For easy reference, the bug in discussion is this one > https://bz.apache.org/bugzilla/show_bug.cgi?id=62324 > > > On 09/06/18 12:38 AM, Gintautas Grigelionis wrote: > >> Namely, a stack trace of the exception is logged (in debug mode only) >> without an

Re: javadoc in Java 10+

2018-06-09 Thread Gintautas Grigelionis
2018-06-09 12:54 GMT+02:00 Stefan Bodewig : > On 2018-06-09, Gintautas Grigelionis wrote: > > > ... needs a -html4 or -html5 option, otherwise the standard doclet emits > a > > warning. Something for Bugzilla? > > +1 > > Stefan > Please see https://bz.apache.org/bugzilla/show_bug.cgi?id=6244 Gin

Re: Bz 62324

2018-06-09 Thread Jaikiran Pai
For easy reference, the bug in discussion is this one https://bz.apache.org/bugzilla/show_bug.cgi?id=62324 On 09/06/18 12:38 AM, Gintautas Grigelionis wrote: Namely, a stack trace of the exception is logged (in debug mode only) without any separator from the preceding message. While it seems t

Re: javadoc in Java 10+

2018-06-09 Thread Stefan Bodewig
On 2018-06-09, Gintautas Grigelionis wrote: > ... needs a -html4 or -html5 option, otherwise the standard doclet emits a > warning. Something for Bugzilla? +1 Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For

javadoc in Java 10+

2018-06-09 Thread Gintautas Grigelionis
... needs a -html4 or -html5 option, otherwise the standard doclet emits a warning. Something for Bugzilla? Gintas

Re: Tooling update

2018-06-09 Thread Gintautas Grigelionis
Thanks, Stefan. Meanwhile, SpotBugs is reactivated in the nighlies now. I noticed, however, that execution order is important: if SpotBugs runs before Checkstyle, the latter bails out because of ANTLR. Gintas 2018-06-08 20:42 GMT+02:00 Stefan Bodewig : > On 2018-06-08, Gintautas Grigelionis wrot