Re: migration to git and web site publication

2014-04-29 Thread Johan Corveleyn
On Tue, Apr 29, 2014 at 9:32 AM, Dominique Devienne ddevie...@gmail.com wrote: On Tue, Apr 29, 2014 at 5:00 AM, Antoine Levy Lambert anto...@gmx.de wrote: On Apr 28, 2014, at 1:29 AM, Jan Matèrne (jhm) apa...@materne.de wrote: The web sites will remain in svn in any event because svnpubsub is

Re: ant wrapper script testing

2016-10-28 Thread Johan Corveleyn
On Wed, Oct 26, 2016 at 4:16 PM, Jeff Adamson wrote: > > I am feeling pretty good as the introduction of the newline to the printf > does not fundamentally change much about the updated processing. My main > concern was if that additional newline was going to make it into

Re: ant wrapper script testing

2016-10-25 Thread Johan Corveleyn
On Sat, Oct 22, 2016 at 4:11 PM, Stefan Bodewig wrote: > On 2016-10-18, Jeff Adamson wrote: > >> I made a new pull request based on the ongoing work. > >> https://github.com/apache/ant/pull/25 > > Yes, thanks. I've merged it. > >> What do you think and can we get some users

Re: ant wrapper script testing

2016-10-25 Thread Johan Corveleyn
On Tue, Oct 25, 2016 at 3:50 PM, Johan Corveleyn <jcor...@gmail.com> wrote: > On Sat, Oct 22, 2016 at 4:11 PM, Stefan Bodewig <bode...@apache.org> wrote: >> On 2016-10-18, Jeff Adamson wrote: >> >>> I made a new pull request based on the ongoing work. >>

Re: ant wrapper script testing

2016-11-03 Thread Johan Corveleyn
On Mon, Oct 31, 2016 at 9:20 PM, Jeff Adamson wrote: > > We will give this more thought. Ant only needs one replacement engine to work > on all platforms, but I don't know of a specific reason that nawk should not > be just as capable as sed. > > To summarize, > > Using

Re: ant wrapper script testing

2016-10-28 Thread Johan Corveleyn
On Fri, Oct 28, 2016 at 10:41 PM, Johan Corveleyn <jcor...@gmail.com> wrote: ... > Yes, that works perfectly! On Solaris 11, with your latest version of > the ant wrapper. When I run your test.sh, with the test.xml, I get > exactly the correct output. > > However, with esc_too

Re: ant wrapper script testing

2016-10-26 Thread Johan Corveleyn
On Tue, Oct 25, 2016 at 9:29 PM, Jeff Adamson wrote: > > Oops, had the nawk check inverted. > > should have been > https://github.com/jwadamson/ant-1/commit/c1ac08abcaad0030064d62933dda278b5326f92b > Great, it works on Solaris 11, both with 'sed' and 'awk' as esc_tool.

Re: Ivy - any future or is it also going to be retired?

2016-12-05 Thread Johan Corveleyn
On Mon, Dec 5, 2016 at 11:33 AM, Jaikiran Pai wrote: > > > On Monday 05 December 2016 03:26 PM, Gintautas Grigelionis wrote: >> >> If you want to push Ivy, you need integrations with IDE. > > > +1 > > I haven't voted in that mail about retiring IvyDE because I don't know

Re: [1/2] ant git commit: Deprecate CollectionUtils and Enumerations; reduce explicit use of Enumeration

2018-05-18 Thread Johan Corveleyn
On Fri, May 18, 2018 at 10:07 AM, Gintautas Grigelionis wrote: > I accepted the original criticism that going Enumeration -> List -> Stream > has an overhead and I tried to address that by using a decorator. > I believe that Streams API can at least implement the logic