[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-18 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r168983221 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java --- @@ -0,0 +1,139 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-18 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r168983237 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java --- @@ -0,0 +1,139 @@ +package

[GitHub] ant issue #60: JUnit 5 support - A new junitlauncher task

2018-02-18 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/60 @bodewig, Thank you very much for the review. Based on the review comments, I have updated the PR with additional separate commits (for easier reference). I'll be squashing all these commits tog

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-21 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r169624475 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.java --- @@ -0,0 +1,508 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-21 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r169624837 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.java --- @@ -0,0 +1,508 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-21 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r169624865 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.java --- @@ -0,0 +1,508 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-21 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r169625878 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.java --- @@ -0,0 +1,508 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-02-21 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r169626791 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.java --- @@ -0,0 +1,508 @@ +package

[GitHub] ant-ivyde issue #7: Fix IVYDE-386

2018-02-28 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivyde/pull/7 >> There is a regression in URLHandler to be dealt with Actually, that's not a regression. It's a fix to a regression that I introduced in one of the snapshots. 2.4.x

[GitHub] ant-ivyde pull request #8: IVYDE-386 Fix ClassCastException

2018-02-28 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant-ivyde/pull/8 IVYDE-386 Fix ClassCastException This should fix the ClassCastException reported in https://issues.apache.org/jira/browse/IVYDE-386 You can merge this pull request into a Git repository by

[GitHub] ant-ivyde issue #7: Fix IVYDE-386

2018-02-28 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivyde/pull/7 @jonl-percsolutions-com Thank you for reporting the issue and then raising this PR. I looked at the changes in this PR and it looks like this change will silently ignore items that aren't of

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-03-04 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r172044509 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java --- @@ -0,0 +1,295 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-03-04 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r172044665 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java --- @@ -0,0 +1,295 @@ +package

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-03-04 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r172044717 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/AbstractJUnitResultFormatter.java --- @@ -0,0 +1,295 @@ +package

[GitHub] ant issue #60: JUnit 5 support - A new junitlauncher task

2018-03-04 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/60 Thank you Stefan for the thorough review. I'll clean up the commits to squash them into one and do these minor final changes before me

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-03-04 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/60#discussion_r172044906 --- Diff: src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/JUnitLauncherTask.java --- @@ -0,0 +1,508 @@ +package

[GitHub] ant issue #60: JUnit 5 support - A new junitlauncher task

2018-03-17 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/60 This is now merged upstream. Closing this PR. Thanks Stefan for the extensive review. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] ant pull request #60: JUnit 5 support - A new junitlauncher task

2018-03-17 Thread jaikiran
Github user jaikiran closed the pull request at: https://github.com/apache/ant/pull/60 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant-ivy issue #71: Ivy main/standalone: Patch to include 'makepom' function

2018-03-28 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/71 @aanno Thank you for the patch. This mostly looks fine. I have added some review comments. Can you please also introduce a test case for this? Something that tests that these command options are

[GitHub] ant-ivy pull request #71: Ivy main/standalone: Patch to include 'makepom' fu...

2018-03-28 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant-ivy/pull/71#discussion_r177694862 --- Diff: src/java/org/apache/ivy/Main.java --- @@ -199,6 +201,10 @@ static CommandLineParser getParser() { new OptionBuilder(&qu

[GitHub] ant-ivy pull request #71: Ivy main/standalone: Patch to include 'makepom' fu...

2018-03-28 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant-ivy/pull/71#discussion_r177694759 --- Diff: src/java/org/apache/ivy/Main.java --- @@ -199,6 +201,10 @@ static CommandLineParser getParser() { new OptionBuilder(&qu

[GitHub] ant-ivy issue #71: Ivy main/standalone: Patch to include 'makepom' function

2018-04-04 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/71 @aanno, thank you for this PR. I have gone ahead and included your patch with minor modifications to upstream and also included a test along with it. I have also included your name in our release

[GitHub] ant-antlibs-antunit pull request #1: Avoid potential thread safety issues in...

2018-05-13 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant-antlibs-antunit/pull/1 Avoid potential thread safety issues in LogCapturer This commit is prompted by the exception I saw in one of the Ant Jenkins jobs which failed with: ``` /home/jenkins

[GitHub] ant-antlibs-antunit issue #1: Avoid potential thread safety issues in LogCap...

2018-05-14 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-antlibs-antunit/pull/1 Thank you. Merged. --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev

[GitHub] ant issue #64: Add support for SAN extension in GenerateKey task

2018-07-12 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/64 this is ok to test --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h

[GitHub] ant pull request #64: Add support for SAN extension in GenerateKey task

2018-07-12 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/64#discussion_r202054728 --- Diff: src/main/org/apache/tools/ant/taskdefs/GenerateKey.java --- @@ -413,6 +429,16 @@ public void execute() throws BuildException

[GitHub] ant pull request #64: Add support for SAN extension in GenerateKey task

2018-07-13 Thread jaikiran
Github user jaikiran commented on a diff in the pull request: https://github.com/apache/ant/pull/64#discussion_r202287386 --- Diff: src/main/org/apache/tools/ant/taskdefs/GenerateKey.java --- @@ -413,6 +429,16 @@ public void execute() throws BuildException

[GitHub] ant issue #64: Add support for SAN extension in GenerateKey task

2018-07-13 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/64 Thank you @jnsnkrllive. This now looks fine to me. I'll merge this later tonight/tomorrow, once our currently in-progress Ant release(s) are officially anno

[GitHub] ant issue #64: Add support for SAN extension in GenerateKey task

2018-07-15 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/64 @jnsnkrllive I've merged this into 1.9.x as well as master branches. Thank you for the PR. I've also included your name "Karl Jansen" in our contributors list. If you like to use a

[GitHub] ant issue #65: Update manual for subject alternative name attribute of genke...

2018-07-17 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/65 I picked the commit which updated just the documentation and merged it to upstream. --- - To unsubscribe, e-mail: dev-unsubscr

[GitHub] ant issue #66: Fixed Spelling.

2018-07-29 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/66 this is ok to test --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h

[GitHub] ant-ivy issue #73: Enable XML report parser to produce qualified extra attri...

2018-07-31 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/73 retest this please --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h

[GitHub] ant-ivy issue #73: Enable XML report parser to produce qualified extra attri...

2018-08-01 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/73 >> By the way, latest commits 43ddccb and 5918182 introduced nested "javaversion" element, which breaks Jenkins CI build; I had to remove this for both I just fixed the PR

[GitHub] ant-ivy issue #73: Enable XML report parser to produce qualified extra attri...

2018-08-01 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/73 Tests have passed https://builds.apache.org/job/Ivy-GithubPR/361/ --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org

[GitHub] ant-ivy issue #73: Enable XML report parser to produce qualified extra attri...

2018-08-01 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/73 retest this please --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h

[GitHub] ant-ivy issue #73: Enable XML report parser to produce qualified extra attri...

2018-08-01 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant-ivy/pull/73 >> Should I reopen PR? --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail:

[GitHub] ant pull request #67: Support for fork mode in junitlauncher

2018-08-05 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant/pull/67 Support for fork mode in junitlauncher The commit here introduces support for launching the JUnit tests, through `junitlauncher` task, in forked mode. I decided to keep the fork aspects as a

[GitHub] ant issue #67: Support for fork mode in junitlauncher

2018-08-09 Thread jaikiran
Github user jaikiran commented on the issue: https://github.com/apache/ant/pull/67 >> Looks good at first glance, I'll have a more thorough look sometime before we cut the next release. Thank you. >> The new files need to have license headers added.

[GitHub] ant pull request #67: Support for fork mode in junitlauncher

2018-08-09 Thread jaikiran
Github user jaikiran closed the pull request at: https://github.com/apache/ant/pull/67 --- - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[GitHub] ant pull request #68: bz-62655 throw a BuildException from augment task

2018-08-25 Thread jaikiran
GitHub user jaikiran opened a pull request: https://github.com/apache/ant/pull/68 bz-62655 throw a BuildException from augment task Reference https://bz.apache.org/bugzilla/show_bug.cgi?id=62655 The manual of the augment task[1] states that it's supposed to th

Re: JDK 12 & JMC 7.0.0 Early Access builds are available

2018-09-09 Thread Jaikiran Pai
DK 12 EA version a try: java -version openjdk version "12-ea" 2019-03-19 OpenJDK Runtime Environment 19.3 (build 12-ea+10) OpenJDK 64-Bit Server VM 19.3 (build 12-ea+10, mixed mode) and can confirm that this issue is indeed fixed in that version. -Jaikiran

Re: ant-ivy git commit: Update the release notes

2018-09-10 Thread Jaikiran Pai
covered. However, I haven't been able to focus on it at a stretch and would like to finish off some pending junitlauncher task work in Ant project, before I can get to this. Hence I decided to undo my changes for now and leave it in a state as of our latest released version. -Jaikiran On 29/

Re: ant git commit: Check spelling

2018-09-10 Thread Jaikiran Pai
otifications instead of reviewing them, to avoid it ruining any energy I might have to contribute anything in my spare time. Committer rights is a privilege as well as a responsibility, but this behaviour is nothing but an abuse of it and no different than being a troll. -Jaikiran On 10/09/18 5:12

Re: ant git commit: Check spelling

2018-09-11 Thread Jaikiran Pai
.com/apache/ant/commit/54b6df2f44c5cb4f9573f99330c2d2908f1bf506 -Jaikiran On 11/09/18 12:17 PM, Gintautas Grigelionis wrote: > How was this different from PR #66? > > Gintas > > On Tue, 11 Sep 2018 at 06:55, Jaikiran Pai wrote: > >> Things haven't changed (nor

Re: new release

2018-09-11 Thread Jaikiran Pai
of classpath for 1.10.x version. I hope to send out a PR for review this week and if it gets accepted then I don't have anything else pending from a release point of view. -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@an

Re: p2.mirrorsURL and p2-mirrors--xml.cgi causing problems on update site

2018-10-04 Thread Jaikiran Pai
ome help from others. -Jaikiran On 29/09/18 1:28 AM, Basil Crow wrote: > Hi all, > > Please forgive the cross-post from ivy-user, but I didn't get a reply > there after waiting for a week. If there is some other forum I should > be using to report this issue, please let me kno

Re: Java 11 Compatibility Problem

2018-10-09 Thread Jaikiran Pai
I agree with Stefan, at the moment I recommend ignoring those warnings. There isn't anything else we can do (other than removing support for pack200, which isn't a good option). -Jaikiran On 10/10/18 9:56 AM, Stefan Bodewig wrote: > Hi Krzysztof > > I'm not actively w

Re: AW: Java 11 Compatibility Problem

2018-10-10 Thread Jaikiran Pai
a bit too early to do that. Maybe we should wait a few more releases of Java and see if any alternatives show up? [1] https://ant.apache.org/ivy/history/latest-milestone/concept.html#packaging -Jaikiran On 10/10/18 11:09 AM, Jan Matèrne (jhm) wrote: > If I understand Dragans point right, the

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

Re: ant git commit: bz-62890 Make sure the sync task considers the case sensitivity of the destination directory's filesystem while looking for orphan files to delete

2018-11-12 Thread Jaikiran Pai
that it might create new file, so I think that's probably enough to hint that this method could be expensive, so I won't add anything new to it. -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: [VOTE] move over to gitbox.apache.org

2018-12-07 Thread Jaikiran Pai
+1 for the move. -Jaikiran On 07/12/18 10:29 PM, Stefan Bodewig wrote: > Hi all > > as indicated by Daniel we'll have to mover over sooner rather than later > anyway. So we may better do so now with no release in sight. > > Any objections or do we want

Re: ant git commit: bz-62952 Make AntClassLoader multi-release jar aware when it deals with java.util.jar.JarFile

2018-12-09 Thread Jaikiran Pai
der will have to learn some additional tricks for module support > in the future. Agreed, I haven't yet checked what more will be expected of classloader post Java 9 but if it looks like better approach to lay the ground work and c

Re: [RESULT] move over to gitbox.apache.org

2018-12-17 Thread Jaikiran Pai
On 17/12/18 2:09 PM, Stefan Bodewig wrote: > I will take care of Gump, if anybody else could look into Jenkins that > would be great. I'll take a look at the Jenkins jobs later tonight and update them as necessary.

Antlib SVN and antunit Java versions

2018-12-18 Thread Jaikiran Pai
d Java versions for these libraries? Should we now mandate Java 1.8 at least? [1] https://builds.apache.org/job/AntLib-svn/ [2] https://builds.apache.org/job/AntLib-antunit/ -Jaikiran - To unsubscribe, e-mail: dev-unsub

Re: Antlib SVN and antunit Java versions

2018-12-20 Thread Jaikiran Pai
On 19/12/18 11:29 PM, Stefan Bodewig wrote: > On 2018-12-18, Jaikiran Pai wrote: > >> One option in similar cases that we have employed in other jobs is to >> configure the Java system property -Dhttps.protocols to "TLSv1.2". But >> this version of TLS is only

[VOTE] Retire Antlib SVN

2018-12-21 Thread Jaikiran Pai
[4]. [1] http://ant.apache.org/antlibs/svn/ [2] https://github.com/apache/ant-antlibs-svn/commits/master [3] https://mail-archives.apache.org/mod_mbox/ant-dev/201812.mbox/%3c87k1k5wg7a@v45346.1blu.de%3e [4] http://ant.apache.org/processes.

Re: [VOTE] Retire Antlib SVN

2018-12-21 Thread Jaikiran Pai
An implicit +1. -Jaikiran On 22/12/18 7:39 AM, Jaikiran Pai wrote: > This is a proposal to retire the "Antlib SVN" library[1]. The project > hasn't seen any new development for many years now[2]. Retiring this > will reduce the work necessary to maintain it[3] (Jekin

Commit notifications from gitbox [was [ant] branch master updated (706d818 -> 722ccb7)]

2018-12-21 Thread Jaikiran Pai
that format was very convenient to do reviews. Would it be possible to have a similar format (at least for Ant project(s)) for these notifications? -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: [RESULT] move over to gitbox.apache.org

2018-12-23 Thread Jaikiran Pai
On 17/12/18 2:25 PM, Stefan Bodewig wrote: > On 2018-12-17, Jaikiran Pai wrote: > >> On 17/12/18 2:09 PM, Stefan Bodewig wrote: >>> I will take care of Gump, if anybody else could look into Jenkins that >>> would be great. >> I'll take a look at the Jenk

Re: [ant] branch master updated: Update JSCh (see http://www.jcraft.com/jsch/ChangeLog)

2018-12-27 Thread Jaikiran Pai
Hi Stefan, Thank you for reminding me of those files. I have now pushed a commit in both the branches which updates these files to use the new version. -Jaikiran On 27/12/18 3:04 PM, Stefan Bodewig wrote: > Hi Jaikiran > > you should probably also update manual/install.html as we

Re: JDK 12 Early Access build 26 & JDK 13 Early Access builds available

2019-01-04 Thread Jaikiran Pai
I haven't had a chance to try this on a Windows system. -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

New release?

2019-01-22 Thread Jaikiran Pai
as I know, there isn't anything pending that needs to go into this release. Is there any? Should we do a new release in the upcoming weeks? -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additiona

[RESULT] [VOTE] Retire Antlib SVN

2019-01-22 Thread Jaikiran Pai
With +1s from Jan, Stefan (and implicitly) me and no other votes, this vote has passed. I'll start the process of retiring this project. -Jaikiran On 22/12/18 10:51 PM, Stefan Bodewig wrote: > On 2018-12-22, Jaikiran Pai wrote: > >> This is a proposal to retire the "Antli

Re: [RESULT] [VOTE] Retire Antlib SVN

2019-01-22 Thread Jaikiran Pai
thing else pending. [1] http://ant.apache.org/processes.html -Jaikiran On 22/01/19 7:27 PM, Jaikiran Pai wrote: > With +1s from Jan, Stefan (and implicitly) me and no other votes, this > vote has passed. I'll start the process of retiring this project. > > -Jaikiran > > On 22/1

Re: JDK 12 enters Rampdown Phase Two

2019-01-22 Thread Jaikiran Pai
Hi Rory, On 21/01/19 4:45 PM, Rory O'Donnell wrote: >  Hi Stefan/Jaikiran, > > **OpenJDK builds *- JDK 12 Early Access build 28 **is now available > **at : - jdk.java.net/12/* > Our testsuite on Linux with this EA version of of JDK 12 has passed fine without issues. Haven&#x

Re: JDK 12 enters Rampdown Phase Two

2019-01-23 Thread Jaikiran Pai
Hi Dalibor, On 23/01/19 2:51 PM, Dalibor Topic wrote: > > > On 23.01.2019 08:56, Jaikiran Pai wrote: >> Our Ant testsuite against this EA version of JDK 13 has passed fine on >> Linux. However, one of our other projects within the Ant umbrella has >> shown an is

Re: How to commit?

2019-02-18 Thread Jaikiran Pai
you. -Jaikiran On 19/02/19 3:04 AM, Craig Pell wrote: > I have written a working solution for > <https://bz.apache.org/bugzilla/show_bug.cgi?id=62772> and > <https://bz.apache.org/bugzilla/show_bug.cgi?id=62789>, the requests > for the task to support modular attri

Re: JDK 12: First Release Candidate available

2019-02-18 Thread Jaikiran Pai
,label_exp=ubuntu/ -Jaikiran On 18/02/19 4:55 PM, Rory O'Donnell wrote: >   Hi Stefan/Jaikiran, > > **OpenJDK builds *- JDK 12 Early Access build 32 **is now available > **at : - jdk.java.net/12/* > **JDK 12:  First Release Candidate [1]** > >  * Per the JDK 12 schedule

Re: JDK 12 enters Rampdown Phase Two

2019-02-18 Thread Jaikiran Pai
Java 13 (even the latest EA 8 build). -Jaikiran On 23/01/19 7:00 PM, Jaikiran Pai wrote: > Hi Dalibor, > > On 23/01/19 2:51 PM, Dalibor Topic wrote: >> >> On 23.01.2019 08:56, Jaikiran Pai wrote: >>> Our Ant testsuite against this EA version of JDK 13 has passed fine

Re: 2.5.0 Release

2019-03-05 Thread Jaikiran Pai
with a release proposal. -Jaikiran On 02/03/19 1:21 AM, James Broadhead wrote: > Hi there - > > What are the plans for a full 2.5.0 release? It's been a while since the > release candidate release in April 2018. Are there any release blockers > that have been discovered? > &g

Re: [ant] branch master updated: Incorrect HTML

2019-03-06 Thread Jaikiran Pai
Hi Eugène, I have updated that manual and also marked this bugzilla as resolved. Thanks for bringing this up. -Jaikiran On 06/03/19 12:50 PM, Eugène Adell wrote: > Hello Jaikiran, > > if you are changing the doc, there's one bug that I opened a couple of > days ago ( http

[VOTE] Release Ant 1.9.14 based on RC1

2019-03-12 Thread Jaikiran Pai
ommit: 8ec8ecf4eb94b238b09161055e75508155040180 tarballs: https://dist.apache.org/repos/dist/dev/ant/ revision: 32887 Maven artifacts: https://repository.apache.org/content/repositories/orgapacheant-1036/org/apache/ant/ This Vote will be open at least for 72 hours and close no earlier than 15th March 2019 10:00UTC. -Jai

Re: [VOTE] Release Ant 1.9.14 based on RC1

2019-03-14 Thread Jaikiran Pai
+1 - Downloaded the .tar.gz binary - Installed the new 1.9.14 release. - Checked some manuals. - Used this version to build some internal projects. All went fine. -Jaikiran On 12/03/19 3:32 PM, Jaikiran Pai wrote: > Hello all, > > I've created a new release candidate fo

Re: [VOTE] Release Ant 1.9.14 based on RC1

2019-03-14 Thread Jaikiran Pai
a note about the NOTICE file header check in our release instructions, so that we remember to check such files during the release process. -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

[RESULT] Release Ant 1.9.14 based on RC1

2019-03-17 Thread Jaikiran Pai
Hi all, With +1s from Maarten, Stefan and me (implicit) and no other votes, this vote has passed. I'll start the rest of the release process. Thank you for voting. -Jaikiran On 12/03/19 3:32 PM, Jaikiran Pai wrote: > Hello all, > > I've created a new release candidate for 1

[ANNOUNCE] Apache Ant 1.9.14 released

2019-03-17 Thread Jaikiran Pai
structions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Ant website: http://ant.apache.org/ - Jaikiran, on behalf of the Apache Ant community signature.asc Description: OpenPGP digital signature

[VOTE] Release Ant 1.10.6 based on RC1

2019-03-19 Thread Jaikiran Pai
ntent/repositories/orgapacheant-1037/org/apache/ant/ This Vote will be open at least for 72 hours and close no earlier than 22nd March 2019 10:00 UTC. -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For addit

Re: [VOTE] Release Ant 1.10.6 based on RC1

2019-03-20 Thread Jaikiran Pai
Hi Stefan, On 21/03/19 1:23 AM, Stefan Bodewig wrote: > On 2019-03-19, Jaikiran Pai wrote: > >> git tag: >>     ANT_1.10.6_RC1 on commit c3b75a72a78fd4cc1e1bd4bc345e5744872d44ef > I think you've tagged the wrong commit (HEAD of master at that time > rather than

[CANCELLED] Release Ant 1.10.6 based on RC1

2019-03-20 Thread Jaikiran Pai
Voting for this RC1 is now cancelled due to the issues that Stefan found. I'll re-initiate a new RC for voting process soon. -Jaikiran On 21/03/19 1:23 AM, Stefan Bodewig wrote: > On 2019-03-19, Jaikiran Pai wrote: > >> git tag: >>     A

Need inputs before starting a new RC for 1.10.6

2019-03-28 Thread Jaikiran Pai
ion around these poms and this one in particular. [1] https://github.com/apache/ant/commit/f871e80a6a9f6165137d24b72e209a73283494e8#diff-da69e4ebd862444e205e118aa2aed802 [2] https://github.com/apache/ant/commit/f871e80a6a9f6165137d24b72e209a732

Re: JDK 13 - Early Access build 14 is available

2019-04-09 Thread Jaikiran Pai
to the JDK version). [1] https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk12-ea,label_exp=ubuntu/11/ [2] https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk13-ea,label_exp=ubuntu/11/ -Jaikiran On 29/03/19 4:30 PM, Rory O'Donnell wrote: >

Re: JDK 13 - Early Access build 17 is available

2019-05-02 Thread Jaikiran Pai
Hello Rory, I just gave JDK 13 (build 18) a try with our master branch of Ant on a Linux system and all seems fine[1] (no unexpected failures) [1] https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk13-ea,label_exp=ubuntu/13/ -Jaikiran On 19/04/19 5:34 PM, Rory

[VOTE] Release Ant 1.10.6 based on RC2

2019-05-02 Thread Jaikiran Pai
e.org/content/repositories/orgapacheant-1038/org/apache/ant/ This Vote will be open at least for 72 hours and close no earlier than 5th May 2019 14:30 UTC. -Jaikiran - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For addit

Re: [VOTE] Release Ant 1.10.6 based on RC2

2019-05-06 Thread Jaikiran Pai
+1 - Downloaded the .tar.gz binary. - Used this version to build some of our internal projects - Checked the NOTICE file - Checked some random task manuals All looks fine. -Jaikiran On 02/05/19 7:46 PM, Jaikiran Pai wrote: > Hello all, > > I've created a release candidate

[RESULT] [VOTE] Release Ant 1.10.6 based on RC2

2019-05-06 Thread Jaikiran Pai
With +1s from: Stefan Maarten Jaikiran and no vetos, this vote now passes. I will proceed with the rest of the release formalities. Thank you for voting. -Jaikiran On 07/05/19 9:45 AM, Stefan Bodewig wrote: > On 2019-05-02, Jaikiran Pai wrote: > >> I've created a release

[ANNOUNCE] Apache Ant 1.10.6 released

2019-05-08 Thread Jaikiran Pai
en updated to mention that the remote listing of    files honours the followsymlinks attribute.    Bugzilla Report 63226 For complete information on Ant, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Ant website: https://ant.

Re: JDK 13 - Early Access build 20 is available

2019-05-10 Thread Jaikiran Pai
instead of discussing in the OpenJDK mailing list first. -Jaikiran On 10/05/19 1:18 PM, Rory O'Donnell wrote: > > Hi Stefan/Jaikiran, > > > *OpenJDK builds *- JDK 13 - Early Access build 20 is available at > http://jdk.java.net/13/ > >  * These early-access , op

Re: JDK 13 - Early Access build 20 is available

2019-05-10 Thread Jaikiran Pai
Thank you Muneer. -Jaikiran On 10/05/19 4:33 PM, abdul.kolarku...@oracle.com wrote: > Hi Jai, > > Thanks for the feedback. > > The bug you filed is a duplicate of > https://bugs.openjdk.java.net/browse/JDK-8223627 which is already > resolved and we can expect fix in the

Updating bugzilla with recent releases of Ant

2019-05-10 Thread Jaikiran Pai
One of the steps that I couldn't complete during the 1.9.14 and 1.10.6 release was to update our Bugzilla to mark these versions as released and create new versions for bug tracking. Can one of us, who has admin rights in bugzilla, please do the necessary? -Jai

Re: Updating bugzilla with recent releases of Ant

2019-05-10 Thread Jaikiran Pai
Thank you Stefan. -Jaikiran On 10/05/19 6:40 PM, Stefan Bodewig wrote: > On 2019-05-10, Jaikiran Pai wrote: > >> Can one of us, who has admin rights in bugzilla, please do the necessary? > Done > > Stefan > > ---

Unintentional broken compatibility of Ant 1.10.6 with Java 8

2019-05-23 Thread Jaikiran Pai
who might have been planning to upgrade their setups to this released version, to wait for a newer release, if you plan to use this version against Java 8. In the meantime, you can still try out the 1.10.6 release and report any other issues that you might run into. -Jaikiran signature.asc

Re: Unintentional broken compatibility of Ant 1.10.6 with Java 8

2019-05-24 Thread Jaikiran Pai
On 24/05/19 9:56 AM, Stefan Bodewig wrote: > On 2019-05-24, Jaikiran Pai wrote: > >> As you all might know, we released Ant 1.10.6 some days back. That >> release was built using Java 11 but targeted to be usable with Java 8 >> (our minimum requirement runtime that we sup

Re: [ant] branch master updated: Avoid connection refused errors by leaving some time between the gets, works locally lets see if it also works for jenkins

2019-05-27 Thread Jaikiran Pai
%201.8.0_121%20(unlimited%20security)%2064-bit%20Windows%20only,label_exp=Windows/894/testReport/junit/src.tests.antunit.taskdefs/get-test_xml/testTemporaryRedirect/ -Jaikiran On 26/05/19 12:35 PM, j...@apache.org wrote: > Hi all > > Sorry the patch also contains another change, yesterday I up

Re: Augmenting the ant wrapper script for OS packaging

2019-06-11 Thread Jaikiran Pai
quot; > otherwise. +1. Given that the startup script already does a bunch of things to locate a Java installation and the fact that what you are proposing seems to be pretty reasonable in terms of finding the "Snap JVM", I think it

Re: JDK 13 enters Rampdown Phase One

2019-06-20 Thread Jaikiran Pai
Hi Rory, No issues uncovered for this build against our Ant project on a Linux system. https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk13-ea,label_exp=ubuntu/16/ (Failures there are known failures). -Jaikiran On 16/06/19 11:10 AM, Rory O'Donnell wrote:

Re: JDK 13 , JDK 14 & Valhalla Early Access builds are available.

2019-07-10 Thread Jaikiran Pai
Hi Rory, No issues noticed with these 13 and 14 versions against a Linux CI job https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/18/ -Jaikiran On 08/07/19 6:16 PM, Rory O'Donnell wrote: >  Hi Stefan/Jaikiran, > > **OpenJDK* 13 Early Access build **28 is now

Re: JDK 13 enters Rampdown Phase Two

2019-07-28 Thread Jaikiran Pai
er%20(latest%20EA%20JDK)/19/jdk_axis=jdk13-ea,label_exp=ubuntu/ [2] https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/19/jdk_axis=jdk14-ea,label_exp=ubuntu/ -Jaikiran On 22/07/19 3:26 PM, Rory O'Donnell wrote: > Hi Stefan/Jaikiran, > > Any issues to report on JDK 13 ,

Re: JDK 13 is now in the Release Candidate Phase

2019-08-18 Thread Jaikiran Pai
)/20/jdk_axis=jdk14-ea,label_exp=ubuntu/ -Jaikiran On 10/08/19 3:46 PM, Rory O'Donnell wrote: > Hi Stefan/Jaikiran, > > *JDK 13 is now in the Release Candidate Phase - if you are aware of > any issues, please let us know. > * > > Per the JDK 13 schedule [1], we are no

(source/target/release) argument passing to javac task is broken in master

2019-08-25 Thread Jaikiran Pai
om/apache/ant/commit/8f903513877e81e1c2e180c80c467f1ad71fc1d9 [2] https://github.com/apache/ant/commit/7b825e7c9600aa98156572bf8e83871f7e6bd911 [3] https://github.com/apache/ant/commit/4af231688855cfc59c11e24250852158b3eeb3f8 -Jaikiran - To unsu

Re: (source/target/release) argument passing to javac task is broken in master

2019-08-25 Thread Jaikiran Pai
Hi Martijn, I've sent the reproducer in a private mail. I am not expecting a fix today and neither do I plan to release immediately, so please take your time to look into this - there's no rush. -Jaikiran On 25/08/19 1:10 PM, j...@apach.org wrote: > Hi Jaikiran > >

<    1   2   3   4   5   6   7   8   >