Re: Ant Contrib

2017-06-08 Thread Gintautas Grigelionis
I started a new organisation on GitHub, antlibs. Currently antlibs contain 2 repos, ant-contrib and ant-http. Please let me know if you would like to join. Currently, I would appreciate some help with IfTaskTest in ant-contrib which passes with Ant + Junit but fails with Maven + Surefire. Otherwis

Re: Ant Contrib

2017-06-05 Thread Dominique Devienne
On Mon, Jun 5, 2017 at 3:13 PM, Jan Matèrne (jhm) wrote: > Some years ago there were a discussion about having ant-contrib a part of > Ant. > Result was that it wasn't possible due IP (and therefore legal) reasons. > > Having a look at the tasklist [1] there are some I would use: > ... * outofda

Re: Ant Contrib

2017-06-05 Thread Gintautas Grigelionis
Thanks for the comment. IMHO, if there ever would be an Ant Contrib 2.0, it should contain at least antcallback antfetch for if (I see use cases where xmlns:if is more cumbersome :-) outofdate switch trycatch/throw switch stopwatch (for those who like adding timers in the script rather than using

Re: Ant Contrib

2017-06-04 Thread Gintautas Grigelionis
Jan was having a problem with JaCoCo last week because of multiple copies of ASM library on the classpath because he was building both Ant and Ivy in the same workspace. He mentioned making some checks on the contents of the classpath. I thought it was appropriate to remind of a solution that was p

Re: Ant Contrib

2017-06-04 Thread Gintautas Grigelionis
Sorry for not being clear about my intentions. I made some changes already (SAX → SAX2, which makes ant contrib work without having an ancient Xerces around). Would that be sufficient for 1.1 release? Next, it needs pruning (anybody needs an Ivy 1 wrapper? or httpclient 3 wrapper? is local a good

Re: Ant Contrib

2017-06-04 Thread Paul King
On Sun, Jun 4, 2017 at 7:47 PM, Gintautas Grigelionis < g.grigelio...@gmail.com> wrote: > [...] > P.S. While we're at it, in the light of the latest ASM debacle, I'm > interested in improving Ant classloader task [...] Which ASM issue(s) are you referring to? Is there a link to some discussions

Re: Ant Contrib

2017-06-04 Thread Earl Hood
On Sun, Jun 4, 2017 at 4:47 AM, Gintautas Grigelionis wrote: > I noticed that Ivy has Ant Contrib as a dependency. It's a project > that has been asleep for a decade, and it shows. So I decided to > revive it, and the result is here: > https://github.com/twogee/ant-contrib When you say "revive",

Re: [Ant-contrib-developers] Re: Ant-contrib for ANT1.6

2003-12-11 Thread Dean Hiller
I don't know which list this came from so I am replying to this cross-post. PLEASE DO NOT reply to everyone. Instead just reply to the ant-contrib list if you have more questions. I fixed the issue with compilewithwalls not being compatible with 1.3. You can build from source until a new re

Re: Ant-contrib for ANT1.6

2003-12-11 Thread Stefan Bodewig
On Wed, 10 Dec 2003, Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > (I have filed bugs on antcontrib's site) Cross-posting to the dev list may have been more efficient. I for one don't use SF's bug tracking system at all and only look over the reports there once every few weeks. > If there

Re: [Ant-contrib-developers] propertyregex: '\' within patterns

2003-09-05 Thread peter reilly
The reason is (fairly) simple. The cause is that \digit is used as a replacement token. So the code in org.apache.tools.ant.util.regex.(JakartaOro|Jdk14Regexp|JakartaRegexp)Regexp #substitute check if a \ appears in the string and if so if the next character is a digit, if so it then does the su

Re: [Ant-contrib-developers] 1.5.1 Compatible version

2003-03-24 Thread peter reilly
remove this silly restriction of requiring a base dir for all files in the > filelist! --DD > > -Original Message- > From: peter reilly [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 4:40 AM > To: [EMAIL PROTECTED] > Subject: Re: [Ant-contrib-developers] 1.5.1

RE: [Ant-contrib-developers] 1.5.1 Compatible version

2003-03-24 Thread Dominique Devienne
] Subject: Re: [Ant-contrib-developers] 1.5.1 Compatible version Yikes! sorry about the output for each file, some debug printfs got thru. As regard deleteing of the targets. With the current implemention one may do something like this