Re: Contributing a tool to build OS X .pkg of Apache Ant

2013-12-18 Thread Antoine Levy Lambert
Thanks Ben, I will apply your patch within a few days, I am too tired tonight. Regards, Antoine On Dec 17, 2013, at 12:17 AM, Antoine Levy Lambert wrote: > Hello Ben, > > this should be living in ant core. Either in the root directory or in the > release directory. > > Regards, > > Antoine

Re: Update to newer checkstyle plugin?

2013-12-18 Thread Nicolas Lalevée
Le 18 déc. 2013 à 17:30, Charles Duffy a écrit : > Howdy -- > > I had to make some changes to checkstyle-config to support modern releases > of the checkstyle plugin. Significant parts of the old config rely on > behavior which was changed in the checkstyle 5.0 release; current upstream > is 5.

Update to newer checkstyle plugin?

2013-12-18 Thread Charles Duffy
Howdy -- I had to make some changes to checkstyle-config to support modern releases of the checkstyle plugin. Significant parts of the old config rely on behavior which was changed in the checkstyle 5.0 release; current upstream is 5.7. The plugin I'm testing against uses net.sf.eclipsecs.core.Ch

Antwort: Re: OverlappingFileLockException when using artifact-lock-nio

2013-12-18 Thread Carsten . Pfeiffer
Hi again, I've filed the issue https://issues.apache.org/jira/browse/IVY-1454 The exception indeed appears to occur due to our specific use of the parallel task, in conjunction with the antcallback task from ant-contrib. Thanks, Carsten Von:carsten.pfeif...@gebit.de An: "Ant Developer

Re: OverlappingFileLockException when using artifact-lock-nio

2013-12-18 Thread Carsten . Pfeiffer
Hi Charles, thanks a lot for your investigation -- I'm gathering some more information about the problem and submit them to JIRA. The is a trunk build from https://builds.apache.org/job/Ivy/446/ and unfortunately, we're not using symlinks to the caches and have multiple cache configurations :-}