Re: New Task: Debian packaging with jdeb

2008-06-17 Thread Stefan Bodewig
committed, should appear on the website soon Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: New Task: Debian packaging with jdeb

2008-06-17 Thread Thorsten Scherler
On Mon, 2008-06-16 at 16:52 +0200, Emmanuel Bourg wrote: > Hi all, > > I'd like to advertise the jdeb task on the 'External Tools and Tasks' > page of the Ant site. It's a task for building debian packages. Here is > the description: > > name: jdeb > > description: JDeb provides an Ant task an

Re: New Task: Debian packaging with jdeb

2008-06-17 Thread Emmanuel Bourg
Stefan Bodewig a écrit : committed, should appear on the website soon Thanks a lot Stefan. Just curious, is Ant accepting new core tasks nowadays. jdeb might be a useful addition when it's mature enough to complement the existing rpm task. Emmanuel Bourg --

Re: New Task: Debian packaging with jdeb

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, Emmanuel Bourg <[EMAIL PROTECTED]> wrote: > Just curious, is Ant accepting new core tasks nowadays. Probably, if something really is a core concern (say a new tool becoming part of a more recent JDK). For something like jdeb it would be unlikely since it is very specific. W

Locking in Project and PropertyHelper

2008-06-17 Thread Stefan Bodewig
Hi all, while looking into https://issues.apache.org/bugzilla/show_bug.cgi?id=45194 I realized that we are currently pretty inconsistent with our usage of locking in Project. Right now we have: * locking on the Project instance for the logging subsystem (add or remove a BuildListener and the a

Issue 45190 and Ant 1.7.1

2008-06-17 Thread Stefan Bodewig
Hi all, I fixed https://issues.apache.org/bugzilla/show_bug.cgi?id=45190 with a rather trivial patch http://svn.apache.org/viewvc?view=rev&revision=668624 and now the reporter asks whether this could go into 1.7.1. While I understand that he needs the bug fixed, I also wouldn't want to cause any

Re: Locking in Project and PropertyHelper

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > I suggest the following changes: > > * lock the listener collection in the add/remove listener methods, > in fireMessageLogged lock the listeners, clone them, give up the > lock, work on the clone alternatively copy listeners o

Re: Locking in Project and PropertyHelper

2008-06-17 Thread Peter Reilly
On Tue, Jun 17, 2008 at 1:57 PM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > On Tue, 17 Jun 2008, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > >> I suggest the following changes: >> >> * lock the listener collection in the add/remove listener methods, >> in fireMessageLogged lock the listeners, cl

Re: Locking in Project and PropertyHelper

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, Peter Reilly <[EMAIL PROTECTED]> wrote: > On Tue, Jun 17, 2008 at 1:57 PM, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > On Tue, 17 Jun 2008, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > > > >> I suggest the following changes: > >> > >> * lock the listener collection in the add

Re: Issue 45190 and Ant 1.7.1

2008-06-17 Thread Kevin Jackson
Hi Stefan, > I fixed https://issues.apache.org/bugzilla/show_bug.cgi?id=45190 with > a rather trivial patch > http://svn.apache.org/viewvc?view=rev&revision=668624 and now the > reporter asks whether this could go into 1.7.1. > > While I understand that he needs the bug fixed, I also wouldn't want

Re: Locking in Project and PropertyHelper

2008-06-17 Thread Matt Benson
Stefan: Your suggested changes on PropertyHelper sound reasonable; I'm playing with them now. -Matt --- Stefan Bodewig <[EMAIL PROTECTED]> wrote: > Hi all, > > while looking into > https://issues.apache.org/bugzilla/show_bug.cgi?id=45194 > I realized > that we are currently pretty inconsisten

Re: svn commit: r668724 - in /ant/core/trunk/src/main/org/apache/tools/ant: taskdefs/ taskdefs/email/ taskdefs/optional/ types/resources/ types/resources/comparators/

2008-06-17 Thread Stefan Bodewig
On Tue, 17 Jun 2008, <[EMAIL PROTECTED]> wrote: > [43348] Use FileProvider interface Great! Stefan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]