Re: Java 8 for AntUnit

2022-02-13 Thread Gintautas Grigelionis
On Sun, 13 Feb 2022 at 21:50, Matt Benson wrote: > Okay to stick with Java 5 for now, for the 1.9.x reason. > > Thanks, > Matt > Can JUnit 3 be removed? I believe JUnit 4 has Java 5 as a baseline. Gintas

Re: Antlib test classpath

2022-02-05 Thread Gintautas Grigelionis
On Sat, 5 Feb 2022 at 08:19, Stefan Bodewig wrote: > I must admit that I never tried to use things with Ivy at all. When I > run tests I do so with several -lib arguments (and always need to figure > out what is required as I don't do it often enough). > > If you figured things out it would proba

Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-07 Thread Gintautas Grigelionis
On Sat, 2 Oct 2021 at 15:48, Gavin McDonald wrote: > > Please not that the ASF nor its projects release Binaries. > (They are provided to users as a convenience) > We also do not vote on releases based on Binaries. > > The vote should be based on whether or not the 'source' - that > is being rele

Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-07 Thread Gintautas Grigelionis
On Thu, 7 Oct 2021 at 16:27, Jaikiran Pai wrote: > > On 07/10/21 11:27 am, Gintautas Grigelionis wrote: > > If the goal of 1.10.12 is to be compilable on Java 17, > > This 1.10.12 release of Ant (like our previous releases) is a bug fix > release. Ant 1.10.x require a

Re: [VOTE] Release Apache Ant 1.10.12 based on RC1

2021-10-06 Thread Gintautas Grigelionis
If the goal of 1.10.12 is to be compilable on Java 17, shouldn't unit tests for script-related tasks in Ant core be complemented with an assumption that Rhino, Nashorn or Graal JS is around? Gintas On Tue, 5 Oct 2021 at 10:58, Paul King wrote: > +0 (non-binding) > > I checked: > * LICENSE & NO

Re: Release 1.10.12 of Ant?

2021-09-28 Thread Gintautas Grigelionis
On Tue, 28 Sept 2021 at 09:25, Stefan Bodewig wrote: > I think there is a MR by Gintas to replace the Maven Ant Tasks with > Ivy. Might be time to revisit it. > That MR was waiting for Ivy 2.5 (SHA-2 support). I would like to revisit it, but it may wait until the next release. Thanks for review

Re: Impact of Java SecurityManager being deprecated for removal post Java 17

2021-09-23 Thread Gintautas Grigelionis
ngliche Nachricht- > Von: Stefan Bodewig > Gesendet: Sonntag, 19. September 2021 15:04 > An: dev@ant.apache.org > Betreff: Re: Impact of Java SecurityManager being deprecated for removal > post Java 17 > > On 2021-09-19, Gintautas Grigelionis wrote: > > > On Mon, 23 Aug

Re: Impact of Java SecurityManager being deprecated for removal post Java 17

2021-09-19 Thread Gintautas Grigelionis
On Mon, 23 Aug 2021 at 17:39, Stefan Bodewig wrote: > On 2021-08-19, Gintautas Grigelionis wrote: > > > On Thu, 19 Aug 2021 at 12:01, Stefan Bodewig wrote: > > >> I didn't mean the Antlib to be backwards compatible, but rather to offer > >> it and tell pe

Re: Impact of Java SecurityManager being deprecated for removal post Java 17

2021-08-19 Thread Gintautas Grigelionis
On Thu, 19 Aug 2021 at 12:01, Stefan Bodewig wrote: > I didn't mean the Antlib to be backwards compatible, but rather to offer > it and tell people to switch over to it. It would be the first time we'd > remove a core feature of Ant completely, though, so we may need to > discuss whether there is

Re: Impact of Java SecurityManager being deprecated for removal post Java 17

2021-08-05 Thread Gintautas Grigelionis
Hi, The most acute problem is this: SecurityManager seems to be involved in handling of return code from forked processes. How does JDK 17+ solve that? Regarding the permissions type: if the sandbox is gone in JDK, then permissions should go, too. For the reference, a summary of permissions class

Re: Release 1.10.10 of Ant?

2021-03-04 Thread Gintautas Grigelionis
BTW jasper-compiler 4.x artifacts seem to lack pom files in Maven Central. There are 5.0.x and 5.5.x that contain pom files. Gintas On Thu, 25 Feb 2021 at 06:41, Gintautas Grigelionis wrote: > PR 142? > > Gintas > > On Thu, 25 Feb 2021 at 03:56, Jaikiran Pai wrote: > >&

Re: Release 1.10.10 of Ant?

2021-02-24 Thread Gintautas Grigelionis
PR 142? Gintas On Thu, 25 Feb 2021 at 03:56, Jaikiran Pai wrote: > Our last release for 1.10.x of Ant happened in September 2020. There > have been a good number of bug fixes and enhancements done since > then[1]. Should we go ahead and release 1.10.10 in the coming weeks? I > don't have any sp

Re: Ivy expertise needed for Bug 65110

2021-01-29 Thread Gintautas Grigelionis
On Fri, 29 Jan 2021 at 08:59, Stefan Bodewig wrote: > On 2021-01-28, Jaikiran Pai wrote: > > > I had a quick look and to me this looks like a bug in our build.xml > > itself and not related to Ivy. > > My bad. I must admit I really don't know much about Ivy at all and > forgot how the jars we pub

Re: Migrating build jobs

2020-08-13 Thread Gintautas Grigelionis
> > Our build job for testing our POMs (by building Ant from POM) could be > migrated (easily) because there is no type=Maven any more. Maybe building > via Shell ... > Looks like "Freestyle Project" -> Build step "Execute top-level Maven targets" is a possibility? Gintas

Re: GraalVM JavaScript Again

2020-08-10 Thread Gintautas Grigelionis
On Mon, 10 Aug 2020 at 17:52, Stefan Bodewig wrote: > Hi > > right now master sets polyglot.js.allowAllAccess to true when it detects > the script engine is a GraalVM engine. This is necessary if the script > wants to use any of the Ant objects. > > Jaikiran suggests to enable full Nashorn compat

Re: [CI] Creating Jobs on New ci-builds Machine

2020-08-10 Thread Gintautas Grigelionis
On Mon, 10 Aug 2020 at 16:23, Stefan Bodewig wrote: > On 2020-08-10, Stefan Bodewig wrote: > > > I intend to also migrate AntUnit (so we do have a template for Antlib > > builds) and maybe the Windows Matrix for Ant's master. > > Both done, as well as Compress Antlib, Ivy, Ivy Tests and IvyDE. Th

Re: [DISCUSS] EOL the 1.9.x branch with the 1.9.15 release

2020-05-20 Thread Gintautas Grigelionis
+1 if that counts. I don't think there's much use of Java 7- nowadays, especially when networked. Gintas On Wed, 20 May 2020 at 13:24, Stefan Bodewig wrote: > It looks as if the vote will simply not pass because of a lack of > participation - which is certainly fine. Unless we get more binding

Re: Time for 1.10.8 release?

2020-01-11 Thread Gintautas Grigelionis
Thanks, the PR is ready now. Please have a look at #111, too (a cherry-pick of #110 for master branch). Gintas On Fri, 10 Jan 2020 at 15:30, Jaikiran Pai wrote: > There's time. If it's a straightforward PR, I'll merge it. > > -Jaikiran > > On 10/01/20 7:46 p

Re: Time for 1.10.8 release?

2020-01-10 Thread Gintautas Grigelionis
I was planning a tiny PR to update the third party libraries, if there's time still. Gintas On Fri, 10 Jan 2020 at 14:54, Jaikiran Pai wrote: > I just noticed that we have added some good number of bug fixes[1] since > our 1.10.7 release and it's been already 4 months since that release. If > n

Re: Next plans for Ivy

2019-11-02 Thread Gintautas Grigelionis
On Sat, 2 Nov 2019 at 20:32, Matt Sicker wrote: > The more JDKs you require in the build, the harder it > is to set up. If you target Java 8 but build at a newer release, you could > possibly get away with a single JDK plus an API checker to avoid using new > things. > Talking of API checkers, A

Re: Script task specification

2019-11-01 Thread Gintautas Grigelionis
By the way, the failure "unable to create engine" was due to OpenJDK 7 lacking Rhino. Perhaps worth a mention, too. Gintas On Wed, 30 Oct 2019 at 21:59, Gintautas Grigelionis wrote: > Thanks for prompt reply and all pointers. idReferences seem to have no > connection to

Re: Script task specification

2019-10-30 Thread Gintautas Grigelionis
t; Von: Jan Matèrne (jhm) [mailto:apa...@materne.de] > > > Gesendet: Dienstag, 29. Oktober 2019 08:03 > > > An: 'Ant Developers List' > > > Betreff: AW: Script task specification > > > > > > It seems that the task must be executed before. >

Re: Next plans for Ivy

2019-10-30 Thread Gintautas Grigelionis
It will be good to be on the same page with major dependencies (and hopefully fix that old nut listTokenValues() :-) Please consider Java 11 for TLSv1.3 when time comes (or the next LTS version, Java 17 when it's out -- by then, pack200 will surely be gone...) Gintas On Wed, 30 Oct 2019 at 20:26,

Script task specification

2019-10-28 Thread Gintautas Grigelionis
The documentation of the script task states: "All items (tasks, targets, etc) of the running project are accessible from the script, using either their name or id attributes (as long as their names are considered valid Java identifiers, that is). " However, the following fails: Executin

Re: Buliding IvyDE

2019-09-14 Thread Gintautas Grigelionis
Is there any documentation readily available? The links in the document below are not easy to follow https://www.eclipse.org/eclipse/development/porting/eclipse_4_12_porting_guide.html Gintas On Sat, 14 Sep 2019 at 09:20, Aleksandar Kurtakov wrote: > On Fri, Sep 13, 2019 at 4:17 PM Tim Astle

Re: Planning to initiate a Ivy release

2019-09-08 Thread Gintautas Grigelionis
Thanks for prompt response. Please see the comments bellow. On Sun, 8 Sep 2019 at 14:39, Jaikiran Pai wrote: > > On 08/09/19 12:41 PM, Gintautas Grigelionis wrote: > > Many thanks, Jaikiran. Please consider updating JSch to 0.1.55 (fixes > bugs > > with EC crypto) > &g

Re: Planning to initiate a Ivy release

2019-09-08 Thread Gintautas Grigelionis
Many thanks, Jaikiran. Please consider updating JSch to 0.1.55 (fixes bugs with EC crypto) and Commons VFS to 2.4.1 (upgrades HTTP Client to 4.5+). May I suggest considering preemptive authentication (aka IVY-1280) and Ivy reports without img links to Ivy website (aka IVY-922)? Gintas On Sun, 8 S

Re: New Confluence Wiki

2019-05-30 Thread Gintautas Grigelionis
Perhaps [1] could be placed under Proposals? Also, links to antbook.org should point to [2] instead. And, FWIW, Kevin Lee has put his book on GitHub [3]. Gintas [1] https://cwiki.apache.org/confluence/display/ANT/MergeCandidates18xBranch [2] https://www.manning.com/books/ant-in-action [3] https:

Re: Need inputs before starting a new RC for 1.10.6

2019-03-28 Thread Gintautas Grigelionis
On Thu, 28 Mar 2019 at 15:36, Stefan Bodewig wrote: > On 2019-03-28, Jaikiran Pai wrote: > > > As far as I understand the pom files that we maintain and publish to > > Maven central are basic minimal. However, a bunch of relatively recent > > commits have introduced certain changes to those poms.

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

2018-12-27 Thread Gintautas Grigelionis
Thanks, sorry about missing pom.xml and the manual. Gintas On Thu, 27 Dec 2018 at 14:21, Jaikiran Pai wrote: > 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

Re: Antlib SVN and antunit Java versions

2018-12-18 Thread Gintautas Grigelionis
On Tue, 18 Dec 2018 at 10:44, Dominique Devienne wrote: > On Tue, Dec 18, 2018 at 9:21 AM Jaikiran Pai wrote: > > > [...] 2 jobs[1][2] which are for Antlib SVN and Antunit libraries. > > Both these jobs are configure for JDK 5 [...] > > However, the Maven central repo [...[ has been configured n

Re: jmod and jlink support

2018-12-02 Thread Gintautas Grigelionis
On Fri, 30 Nov 2018 at 19:25, Craig Pell wrote: > Or am I misunderstanding the goal? Are you suggesting that future > versions of Ant should just be built with Java 9 (or later)? If so, > that would suggest that the "needs.jdk9+" selector is not needed, right? > I believe the goal is to compil

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-11-01 Thread Gintautas Grigelionis
On Mon, 29 Oct 2018 at 10:00, Stefan Bodewig wrote: > There is no cycle: core <- testutil <- tests of core > > It is just Maven's model that doesn't allow you to introduce test scope > dependencies that depend on your code under test. A model I disagree > with. > > So in the maven POMs we might b

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
> Thanks, I'll merge it to master, then. > I've notice in Nightly that Ant treats MagicTestNames as a test, too. Would it make sense to add a test method, checking for documented properties? Gintas

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
> The tests for core fail for me (CommandlineJava) anyway. I think I've > already said that running Ant's unit tests in Maven is a non-goal for me > :-) > I'll have a closer look at it tomorrow, if you don't mind. Could you please provide some details of your setup? Even if running unit tests with

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Sun, 28 Oct 2018 at 21:02, Stefan Bodewig wrote: > On 2018-10-28, Gintautas Grigelionis wrote: > > On Sun, 28 Oct 2018 at 20:23, Stefan Bodewig wrote: > > >> I guess I need to create a branch to either convince you it is possible > >> or convince me that it

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Sun, 28 Oct 2018 at 20:23, Stefan Bodewig wrote: > On 2018-10-28, Gintautas Grigelionis wrote: > > On Sun, 28 Oct 2018 at 18:48, Stefan Bodewig wrote: > >> On 2018-10-28, Gintautas Grigelionis wrote: > >>> On Sun, 28 Oct 2018 at 18:17, Stefan Bodewig > wrote

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Sun, 28 Oct 2018 at 18:48, Stefan Bodewig wrote: > On 2018-10-28, Gintautas Grigelionis wrote: > > On Sun, 28 Oct 2018 at 18:17, Stefan Bodewig wrote: > >> On 2018-10-28, Gintautas Grigelionis wrote: > >>> On Sun, 28 Oct 2018 at 17:59, Stefan Bodewig > wr

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Sun, 28 Oct 2018 at 18:17, Stefan Bodewig wrote: > On 2018-10-28, Gintautas Grigelionis wrote: > > On Sun, 28 Oct 2018 at 17:59, Stefan Bodewig wrote: > > >> I wonder whether it wouldn't be a good idea to create a separate class > >> for constants us

Re: Tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Thu, 25 Oct 2018 at 09:05, Gintautas Grigelionis wrote: > On Wed, 24 Oct 2018 at 00:29, Gintautas Grigelionis < > g.grigelio...@gmail.com> wrote: > >> On Tue, 23 Oct 2018 at 12:25, Stefan Bodewig wrote: >> >>> On 2018-10-20, Gintautas Grigelionis wrote:

Re: ant git commit: Add magic names for tests, run more tests in Surefire

2018-10-28 Thread Gintautas Grigelionis
On Sun, 28 Oct 2018 at 17:59, Stefan Bodewig wrote: > On 2018-10-23, wrote: > > > > http://git-wip-us.apache.org/repos/asf/ant/blob/679a9422/src/main/org/apache/tools/ant/MagicNames.java > > >+/** > >+ * Magic property that makes unit tests based on BuildFileTest > >+ * or BuildFileR

Re: Tests in Surefire

2018-10-25 Thread Gintautas Grigelionis
On Wed, 24 Oct 2018 at 00:29, Gintautas Grigelionis wrote: > On Tue, 23 Oct 2018 at 12:25, Stefan Bodewig wrote: > >> On 2018-10-20, Gintautas Grigelionis wrote: >> >> > I believe that in order to execute Ant test suite in Surefire one must >> > configure bas

Re: Tests in Surefire

2018-10-23 Thread Gintautas Grigelionis
On Tue, 23 Oct 2018 at 12:25, Stefan Bodewig wrote: > On 2018-10-20, Gintautas Grigelionis wrote: > > > I believe that in order to execute Ant test suite in Surefire one must > > configure basedir which unfortunately affects Ant test projects. > > I'm not sure I sh

Re: Tests in Surefire

2018-10-22 Thread Gintautas Grigelionis
gh 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 in Surefire one must > > configure basedir which unfortunately affects Ant test projects. Perhaps > it &g

Tests in Surefire

2018-10-20 Thread Gintautas Grigelionis
I believe that in order to execute Ant test suite in Surefire one must configure basedir which unfortunately affects Ant test projects. Perhaps it would make sense to have a magic property that (in combination with detection of Surefire environment) would allow BuildFileRule to call System.clearPro

Re: Java 11 Compatibility Problem

2018-10-12 Thread Gintautas Grigelionis
Equinox JarProcessor [1] seems to use pack200 CLI. 1. https://git.eclipse.org/c/equinox/rt.equinox.p2.git/plain/bundles/org.eclipse.equinox.p2.jarprocessor/src/org/eclipse/internal/provisional/equinox/p2/jarprocessor/JarProcessor.java Gintas On Thu, 11 Oct 2018 at 17:00, Nicolas Lalevée wrote:

Re: ant git commit: Check spelling

2018-09-29 Thread Gintautas Grigelionis
c8d4e8a26aadedL25 > < > https://github.com/apache/ant/commit/54b6df2f44c5cb4f9573f99330c2d2908f1bf506#diff-9ad784be5493fb9473c8d4e8a26aadedL25 > > > > Nicolas > > > > > -Jaikiran > > > > > > On 11/09/18 12:17 PM, Gintautas Grigelionis wrote: > >> How was this different from P

Re: ant git commit: Check spelling

2018-09-10 Thread Gintautas Grigelionis
How was this different from PR #66? Gintas On Tue, 11 Sep 2018 at 06:55, Jaikiran Pai wrote: > Things haven't changed (nor do I expect any changes anymore). To say the > least - it's followed the same pattern: > > - do changes like these > > - when requested not to do such changes, argue over i

Re: Jenkins-Builds failing

2018-09-02 Thread Gintautas Grigelionis
, 13 Aug 2018 at 12:26, Jaikiran Pai wrote: > Noted. Just waiting for the infra team to sort out the access issue. > > -Jaikiran > > > On 12/08/18 2:28 AM, Gintautas Grigelionis wrote: > > Hi Jan and Jaikiran, > > > > looks like IvyDE trunk build needs attention

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

2018-08-29 Thread Gintautas Grigelionis
I like the idea, though. One thing that should be investigated further is places where location is obtained by getResource().getName() AFAICS that happens in CacheResolver (deprecated), BasicResolver (where also a Resource is constructed from location), and DefaultRepositoryCacheManager. There's no

Re: ant git commit: Remove redundancies

2018-08-26 Thread Gintautas Grigelionis
On Thu, 23 Aug 2018 at 07:06, Stefan Bodewig wrote: > On 2018-08-22, Matt Sicker wrote: > > > Pretty much every implementation of javac will automatically convert the > > string concatenation code into StringBuilders. Decompile the byte code > and > > see for yourself. > > I know that :-) > > The

Re: ant git commit: Use try-with-resources and ExpectedException

2018-08-15 Thread Gintautas Grigelionis
Jaikiran, your code allowed for false positives, too Gintas On Wed, 15 Aug 2018 at 09:11, Gintautas Grigelionis wrote: > I believe we discussed writing tests before. It is not a matter of style, > but of keeping assumptions and assertions explicit. > You replaced a JUnit 4 assertion

Re: ant git commit: Use try-with-resources and ExpectedException

2018-08-15 Thread Gintautas Grigelionis
I believe we discussed writing tests before. It is not a matter of style, but of keeping assumptions and assertions explicit. You replaced a JUnit 4 assertion with some code that works, but is far from being clear. There is a reason why JUnit provides specialised assert... methods and you could hav

Re: ant git commit: Update contributor lists, trim trailing whitespace

2018-08-14 Thread Gintautas Grigelionis
I checked the logs and used the contributors page on project website. Gintas > On 14 Aug 2018, at 09:41, Dominique Devienne wrote: > > That's 20+ more contributors in one go. > > You've combed the commit log to add these people? > What process exactly did you us? > > --DD > >> On Mon, Aug 13

Re: Jenkins-Builds failing

2018-08-11 Thread Gintautas Grigelionis
> > > > Sure, will fix it this week. Right now, I don't have necessary > > permissions to edit it. > > > > -Jaikiran > > > > > > On 05/08/18 8:58 PM, Gintautas Grigelionis wrote: > > > There's one more Jenkins job failing due to outdated A

Re: IVYDE-379

2018-08-08 Thread Gintautas Grigelionis
che.org/antlibs/vss/doap_VSSAntlib.rdf > > > https://git-wip-us.apache.org/repos/asf?p=ant-ivy.git;a=blob_plain;f=doap_Ivy.rdf;hb=HEAD > > > https://git-wip-us.apache.org/repos/asf?p=ant-ivyde.git;a=blob_plain;f=doap_IvyDE.rdf;hb=HEAD > > > Jan > > > -U

IVYDE-379

2018-08-07 Thread Gintautas Grigelionis
https://projects.apache.org still refers to DOAP files of Ant project in Subversion. Any idea of how https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml is changed? Gintas

Re: Jenkins-Builds failing

2018-08-05 Thread Gintautas Grigelionis
Nicolas mentioned > in one the mails) locally into the latest upstream version of the IDE, > before starting a release. I have only tested a few so far. > > -Jaikiran > > On 28/07/18 2:28 PM, Gintautas Grigelionis wrote: > > Thanks, Jaikiran. Would you be willing to restart the r

Linux PR build failures

2018-07-30 Thread Gintautas Grigelionis
I noticed that Linux PR builds fail quite frequently, unable to pull from GitHub, something for infra to look into? Gintas

Re: Jenkins-Builds failing

2018-07-28 Thread Gintautas Grigelionis
Thanks, Jaikiran. Would you be willing to restart the release process for IvyDE now? Gintas On Fri, 27 Jul 2018 at 15:43, Jaikiran Pai wrote: > > On 25/07/18 6:45 PM, Jaikiran Pai wrote: > > Almost all jobs that I know of have been taken care of now. There's a > > "Ivy-tests-Windows" job which

Re: Jenkins-Builds failing

2018-07-24 Thread Gintautas Grigelionis
Thank you for all attempts, the failure occurs in run-tutorial macro (forked JVM). What would be the best way to forwarding Java arguments/system properties? Gintas On Tue, 24 Jul 2018 at 09:14, Gintautas Grigelionis wrote: > It must be set as Java parameter, not Ant parameter. > &g

Re: Jenkins-Builds failing

2018-07-24 Thread Gintautas Grigelionis
n: Jan Matèrne (jhm) [mailto:apa...@materne.de] > > Gesendet: Sonntag, 22. Juli 2018 12:54 > > An: 'Ant Developers List' > > Betreff: AW: Jenkins-Builds failing > > > > Checked by myself that a PMC chair could do (AFAIK). > > Opened a ticket > &

Ant Unicode

2018-07-22 Thread Gintautas Grigelionis
I've found out that ant (🐜) is a Unicode character from 6.0 (2010) and a part of Emoji 1.0 as well. I wonder if we could have some good use of ant in red violet (or, actually, #a81c7d) emoji? And, while we're at that, how about using Nick King's vectorised Ant logo [1] (which some good folks conve

Re: Jenkins-Builds failing

2018-07-22 Thread Gintautas Grigelionis
che infrastructure). I tried setting that property in the job, but I > > too don't have the necessary authorization. I don't remember if I ever > > had those permissions or if it's something that changed with the recent > > Jenkins upgrade. > > > > -Jaikir

Re: Jenkins-Builds failing

2018-07-20 Thread Gintautas Grigelionis
-30-june-2018-sayin-goodbye-to-ssl-early-tls On Fri, 20 Jul 2018 at 09:31, Jaikiran Pai wrote: > Haven't checked the job, but why is this system property required to be > set? > > -Jaikiran > > > On 20/07/18 12:51 AM, Gintautas Grigelionis wrote: > > I'd li

Re: Jenkins-Builds failing

2018-07-19 Thread Gintautas Grigelionis
I'd like to add a Java option to Ivy builds -Dhttps.protocols=TLSv1.2 but I get This job's current authorization strategy does not permit gintas to modify the job configuration Gintas On Tue, 3 Jul 2018 at 19:09, Gintautas Grigelionis wrote: > Ant nightly is stuck on archiving for

Re: Jenkins-Builds failing

2018-07-03 Thread Gintautas Grigelionis
Ant nightly is stuck on archiving for 30 hours now. It should be escalated, I believe that could have something to do with the last upgrade of Jenkins. Gintas On Mon, 2 Jul 2018 at 14:18, Jan Matèrne wrote: > Several of our Jenkins builds are failing: > > > > IvyDE: > > https://builds.apache.or

Re: ant task mail fails on jdk10

2018-07-03 Thread Gintautas Grigelionis
libraries.properties for Ant 1.10.x specify javax.mail 1.6.1 which pulls in activation 1.1 Gintas On Tue, 3 Jul 2018 at 08:19, Jan Matèrne (jhm) wrote: > Did my own test: > > password="${mail.pwd}" from="${from}" subject="Testemail"> > > > Ant-Version: ${a

Re: Testing IvyDE

2018-07-01 Thread Gintautas Grigelionis
On Sun, 1 Jul 2018 at 21:30, Jan Matèrne (jhm) wrote: > > It looks like Ant nightly is stuck (possibly due to plugin update in > > Jenkins) and it's blocking all other builds. > > > > Gintas > > I can't do it myself so I'll ask for killing the job. > > Jan > Ant nightly aborted, now IvyDE is stu

Re: Testing IvyDE

2018-07-01 Thread Gintautas Grigelionis
It looks like Ant nightly is stuck (possibly due to plugin update in Jenkins) and it's blocking all other builds. Gintas

Re: Testing IvyDE

2018-07-01 Thread Gintautas Grigelionis
On Sun, 1 Jul 2018 at 15:05, Nicolas Lalevée wrote: > I have found the issue and pushed a fix. > > I am then worried that the master is not well tested nor used after the > big cleanups. Two big bugs were raised during the release process. > > So I suggest we do a little testing now of the master

Re: [Bug 33169] KIndly update the date feature

2018-06-28 Thread Gintautas Grigelionis
On Thu, 28 Jun 2018 at 11:43, Jan Matèrne (jhm) wrote: > > > Just curious about our bugzilla infrastructure - do random users get > > > to change the content of these bugs, even if they aren't the ones who > > > reported the issue? > > > > Yes. > > > > Back when Bugzilla was introduced the develo

Re: [VOTE] Release 2.3.0-rc1 of Apache IvyDE

2018-06-27 Thread Gintautas Grigelionis
Who's Ross? :-S For me, "reload" is resulting in an empty container, and the contents are updated by subsequent "refresh". Codewise, "reload" does container.reloadSettings() which is the same as state.setIvySettingsLastModified(-1); launchResolve(false, null); (and the last line is the same as

Re: [VOTE] Release 2.3.0-rc1 of Apache IvyDE

2018-06-27 Thread Gintautas Grigelionis
+1 Gintas P.S. Disappearing Ivy container seems to be default Eclipse behaviour in Oxygen where the filtering of empty library containers is on in Package Explorer. The filter was first introduced in Neon [1] https://www.eclipse.org/eclipse/news/4.6/M7/#hide-empty-library-containers-project-expl

Re: [VOTE] Release AntUnit 1.4 based on RC3

2018-06-24 Thread Gintautas Grigelionis
+1 (let's save JUnit 4 for the future :-) On Fri, 22 Jun 2018 at 07:32, Stefan Bodewig wrote: > Hi all > > this is the third RC for AntUnit 1.4 with the problems Gintas identified > fixed. > > tag: > > https://git-wip-us.apache.org/repos/asf?p=ant-antlibs-antunit.git;a=tag;h=fb7a42470f8a6de50686

Re: [CANCELLED] Release AntUnit 1.4 Based on RC2

2018-06-24 Thread Gintautas Grigelionis
On Sun, 24 Jun 2018 at 14:38, Stefan Bodewig wrote: > So if we went to a JUnit 4 only model in antlib-commons with what you > describe this would require the Antlib that updated to a new > antlibs-commons version to change all existing JUnit tests? > My point was that should some antlib start us

Re: [CANCELLED] Release AntUnit 1.4 Based on RC2

2018-06-24 Thread Gintautas Grigelionis
On Sun, 24 Jun 2018 at 12:43, Stefan Bodewig wrote: > On 2018-06-24, Gintautas Grigelionis wrote: > > Actually, the targets are written in a way that checks explicitly for > > JUnit 3. Should they be rewritten to check for JUnit 4, the baseline > > has to be moved to

Re: [VOTE] Release AntUnit 1.4 based on RC3

2018-06-24 Thread Gintautas Grigelionis
After looking at build rules, I realised that full support for JUnit 4 would require all antlibs (and AntUnit in particular) to depend on Ant 1.9.5; however, the rules are set in antlibs-common, so maybe It's worth a separate discussion. Gintas On Fri, 22 Jun 2018 at 09:00, Maarten Coene wrote:

Re: [CANCELLED] Release AntUnit 1.4 Based on RC2

2018-06-23 Thread Gintautas Grigelionis
On Fri, 22 Jun 2018 at 09:45, Stefan Bodewig wrote: > On 2018-06-22, Gintautas Grigelionis wrote: > > > Well, setup-for-junit-tests states that JUnit is not available and > > quits. > > So it lacks a dependency on resolve. > > > I'd like to understand why se

Re: [CANCELLED] Release AntUnit 1.4 Based on RC2

2018-06-22 Thread Gintautas Grigelionis
On Fri, 22 Jun 2018 at 07:22, Stefan Bodewig wrote: > On 2018-06-21, Gintautas Grigelionis wrote: > > P.S. I'm struggling to understand why "ant test" of antlibs bails > > because "compile-tests" goes "setup-for-junit-tests, antlib, resolve" &

Re: [CANCELLED] Release AntUnit 1.4 Based on RC2

2018-06-21 Thread Gintautas Grigelionis
On Thu, 21 Jun 2018 at 11:17, Stefan Bodewig wrote: > On 2018-06-21, Gintautas Grigelionis wrote: > > > POM template has inconsistent Ant versions, 1.7.1 in compile scope and > > 1.8.1 in provided scope. > > True. > > This happened in c3f8655 which updated the depen

Re: [VOTE] Release AntUnit 1.4 Based on RC2

2018-06-21 Thread Gintautas Grigelionis
POM template has inconsistent Ant versions, 1.7.1 in compile scope and 1.8.1 in provided scope. Gintas On Thu, 21 Jun 2018 at 08:57, Stefan Bodewig wrote: > Hi all > > this is the second RC for AntUnit 1.4 with the problems Jaikiran > identified fixed. > > tag: > > https://git-wip-us.apache.org

Re: .git(modules|attributes|ignore) files in source dists?

2018-06-19 Thread Gintautas Grigelionis
Please see [1] Gintas [1] https://feeding.cloud.geek.nz/posts/excluding-files-from-git-archive/ On Wed, 20 Jun 2018 at 05:43, Jaikiran Pai wrote: > I don't have a preference on whether or not to include the SCM related > files, but at least in the recent IvyDE release process, I setup the > bu

Re: [2/2] ant git commit: Bz 22370: followlinks attribute

2018-06-19 Thread Gintautas Grigelionis
More symlinks related issues (see [5] ... below) Gintas On Wed, 6 Jun 2018 at 21:30, Gintautas Grigelionis wrote: > > There are other issues, like support for symlinks in archives (JRE does > not support them in > zip files [1], rather one -- like Gradle [2] -- must use Common

Re: thinking about new releases

2018-06-18 Thread Gintautas Grigelionis
Me too. Gintas On Mon, 18 Jun 2018 at 11:19, Jaikiran Pai wrote: > I am willing to test and vote on an AntUnit release. > > -Jaikiran > > > On 18/06/18 12:45 PM, Stefan Bodewig wrote: > > OK, then I'll revert the antunit change so the source release ships with > > a released version of it and p

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-17 Thread Gintautas Grigelionis
I tested the plugin with Ivy 2.5.0 RC on Mars, Neon and Oxygen (install, activate, resolve/reload settings/refresh). +1 Gintas P.S. I noticed another issue which is difficult to reproduce: sometimes, properties defined in Ivy settings for e.g. parameterizing revisions in ivy.xml become unavailab

Re: Java modules as Ant resources

2018-06-16 Thread Gintautas Grigelionis
Den lör 16 juni 2018 kl 17:47 skrev Stefan Bodewig : > On 2018-06-16, Gintautas Grigelionis wrote: > > > if services would become a new mechanism for adding tasks, modules > > would be of help by providing an API to discover them. > > Which may be a bit more tricky th

Re: thinking about new releases

2018-06-16 Thread Gintautas Grigelionis
Den lör 16 juni 2018 kl 18:08 skrev Stefan Bodewig : > Hi all > > given https://dev.snyk.io/research/zip-slip-vulnerability lists Ant > 1.9.12 as a release fixing a security problem it might be a good idea to > actually release 1.9.12 :-) > > AFAICS there is no unfinished work in either branch, bu

Re: [2/2] ant git commit: Bz 22370: followlinks attribute

2018-06-16 Thread Gintautas Grigelionis
Den lör 16 juni 2018 kl 17:29 skrev Stefan Bodewig : > On 2018-06-16, Gintautas Grigelionis wrote: > > > 2018-06-16 15:42 GMT+02:00 Stefan Bodewig : > > >> On 2018-06-06, Gintautas Grigelionis wrote: > > >>> 2018-06-06 14:31 GMT+02:00 Stefan Bodewig : &g

Re: [2/2] ant git commit: Bz 22370: followlinks attribute

2018-06-16 Thread Gintautas Grigelionis
2018-06-16 15:42 GMT+02:00 Stefan Bodewig : > On 2018-06-06, Gintautas Grigelionis wrote: > > > 2018-06-06 14:31 GMT+02:00 Stefan Bodewig : > > >> I guess here our API breaks down as we only ever deal with files or > >> directories (outside of the symlink task). &

Re: Java modules as Ant resources

2018-06-16 Thread Gintautas Grigelionis
2018-06-16 16:04 GMT+02:00 Stefan Bodewig : > On 2018-06-16, Gintautas Grigelionis wrote: > > > 2018-06-16 15:30 GMT+02:00 Stefan Bodewig : > > >> On 2018-06-10, Gintautas Grigelionis wrote: > > >>> I would treating Java modules as Ant resources help in this

Re: Java modules as Ant resources

2018-06-16 Thread Gintautas Grigelionis
2018-06-16 15:30 GMT+02:00 Stefan Bodewig : > On 2018-06-10, Gintautas Grigelionis wrote: > > > I would treating Java modules as Ant resources help in this scenario? > > What exactly - beyond using a module as a zipfileset - would you want > to do? > What about depen

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-16 Thread Gintautas Grigelionis
blished yet to the final location, the > release is not accepted yet. > > Nicolas > > > > > Le 14 juin 2018 à 10:19, Gintautas Grigelionis > a écrit : > > > > 2018-06-14 8:15 GMT+02:00 Stefan Bodewig bode...@apache.org&g

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-15 Thread Gintautas Grigelionis
ally don't consider it a blocker for this > release vote to pass. Please do file a JIRA with the relevant details if > this is reproducible. > > -Jaikiran > > > > On 14/06/18 12:53 AM, Gintautas Grigelionis wrote: > >> Another issue with UX on Oxygen: Ivy conta

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-14 Thread Gintautas Grigelionis
2018-06-14 8:15 GMT+02:00 Stefan Bodewig : > On 2018-06-13, Gintautas Grigelionis wrote: > > > org.xml.sax.SAXParseException; systemId: > > http://ant.apache.org/ivy/ivyde/updatesite/p2-mirrors--xml. > cgi?path=ivyde-2.3.0.rc1-201806132023-RELEASE&countryCode= &

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-13 Thread Gintautas Grigelionis
ges? What activity triggers it? > > -Jaikiran > > > > On 14/06/18 12:36 AM, Gintautas Grigelionis wrote: > >> I am testing on Oxygen 3.A and seeing errors like >> >> org.xml.sax.SAXParseException; systemId: >> http://ant.apache.org/ivy/ivyde/updatesite/p2-

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-13 Thread Gintautas Grigelionis
On Mars 2, Ivy container does not disappear after "Reload settings", only empties until "Refresh". I can give the plugin a spin on Neon tomorrow. Gintas​

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-13 Thread Gintautas Grigelionis
Another issue with UX on Oxygen: Ivy container icon in Package Explorer seems to disappear after "Reload settings" and reappear after "Refresh". Gintas Den ons 13 juni 2018 kl 21:06 skrev Gintautas Grigelionis < g.grigelio...@gmail.com>: > I am testing on Oxyg

Re: [VOTE] Apache IvyDE 2.3.0-rc1 release

2018-06-13 Thread Gintautas Grigelionis
I am testing on Oxygen 3.A and seeing errors like org.xml.sax.SAXParseException; systemId: http://ant.apache.org/ivy/ivyde/updatesite/p2-mirrors--xml.cgi?path=ivyde-2.3.0.rc1-201806132023-RELEASE&countryCode=se&timeZone=1&format=xml; lineNumber: 39; columnNumber: 3; Element type "link" lack matchi

Re: Proposing Apache IvyDE release

2018-06-13 Thread Gintautas Grigelionis
+1 P.S. What is the status of IVY-1580? 2018-06-13 9:25 GMT+02:00 Jaikiran Pai : > I'm in the process of releasing Apache IvyDE Eclipse plugin. As I go along > in the release process, I'm updating the (outdated) build/release process. > Once the binaries are built, I'll send out a mail for votin

  1   2   3   4   5   >