Re: Future of Ivy and IvyDE

2024-11-17 Thread Gary Gregory
That's great to hear Maarten. Gary On Sun, Nov 17, 2024, 5:41 AM Maarten Coene wrote: > Hi all, > > good news, there will be no vote to retire the project for now. > I will maintain the Ivy project (but extra volunteers are still very > welcome !). > I'll try to look into some of the open issue

Re: Future of Ivy and IvyDE

2023-08-28 Thread Gary Gregory
I was a long-time Ant + Ivy and IvyDE. At work, we finally switched one of our products to Maven. We have at least one other product that still uses Ant + Ivy, I'm not sure what that team operates as an IDE. >From my POV, you can't effectively and sanely develop using Ivy *without* IDE support, in

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

2023-08-16 Thread Gary Gregory
Sounds good! Thank you, Gary From: Jaikiran Pai Sent: Wednesday, August 16, 2023 8:57:09 PM To: Ant Developers List ; Gary Gregory ; Ant Users List Subject: Re: [VOTE] Release Apache Ant 1.10.14 based on RC1 EXTERNAL EMAIL Hello Gary, Yes, that

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

2023-08-16 Thread Gary Gregory
(AFK) Does this remove the class file in the root of the ant-launcher jar which caused JPMS issues? If so, it might be worth mentioning in the release noyes. Gary From: Jaikiran Pai Sent: Wednesday, August 16, 2023 8:35:22 AM To: user@ant.apache.org ; d...@ant.a

RE: Java 9 and javac

2015-09-13 Thread Gary Gregory
Seems like an obvious update... to me at least ;-) Gary -Original Message- From: Christopher BROWN [mailto:br...@reflexe.fr] Sent: Sunday, September 13, 2015 14:00 To: user@ant.apache.org Subject: Java 9 and javac Hello, Java 9's new module system will add extra options for the "javac"

RE: Apache Ant JUnit XML Schema

2011-02-07 Thread Gary Gregory
Hi Tom, For better re-usability, you might consider adding a license (The Apache License v2.0 for example, see http://www.apache.org/licenses/LICENSE-2.0.html) in a comment at the top of your schema. Gary > -Original Message- > From: Tom Howard [mailto:t...@windyroad.org] > Sent: Mond

RE: Getting Ant to print the arguments of System.out.print() calls

2008-01-08 Thread Gary Gregory
You could call [1] the Ant task "echo" [2] from your Java code. Gary [1] http://ant.apache.org/manual/antexternal.html [2] http://ant.apache.org/manual/CoreTasks/echo.html > -Original Message- > From: John Hendrie [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 08, 2008 3:55 AM > To:

RE: exception using javah task in 1.6.3

2005-05-02 Thread Gary Gregory
Ah, crud, this breaks our build too. Gary -Original Message- From: Maurice Feskanich [mailto:[EMAIL PROTECTED] Sent: Friday, April 29, 2005 11:15 AM To: Ant Users List Subject: Re: exception using javah task in 1.6.3 Hi Antoine, Thanks for the info. I have created Bugzilla report #346

Nightly builds?

2004-06-28 Thread Gary Gregory
Hello, The page http://ant.apache.org/bindownload.cgi Links to http://cvs.apache.org/builds/ant/nightly/ which does not contain nightly builds. Some builds appear here: http://cvs.apache.org/snapshots/ant/ Please confirm. Thanks, Gary ---