confirm subscribe to user@ant.apache.org

2005-05-07 Thread user-help
Hi! This is the ezmlm program. I'm managing the user@ant.apache.org mailing list. I'm working for my owner, who can be reached at [EMAIL PROTECTED] To confirm that you would like archive@mail-archive.com added to the user mailing list, please send an empty reply to this address: [EMAIL P

confirm unsubscribe from user@ant.apache.org

2005-05-07 Thread user-help
Hi! This is the ezmlm program. I'm managing the user@ant.apache.org mailing list. I'm working for my owner, who can be reached at [EMAIL PROTECTED] To confirm that you would like archive@jab.org removed from the user mailing list, please send an empty reply to this address: [EMAIL PROTE

Re: target dependencies

2005-05-07 Thread Laurie Harper
Great, thanks for the tip! :-) L. Matt Benson wrote: Laurie: Since Ant 1.6.3 you can have this behavior by setting the magic property "ant.executor.class" to "org.apache.tools.ant.helper.SingleCheckExecutor". This is not documented in the 1.6.3 manual as was intended, however. The situation will

Re: target dependencies

2005-05-07 Thread Laurie Harper
Great, thanks for the tip! :-) L. Matt Benson wrote: Laurie: Since Ant 1.6.3 you can have this behavior by setting the magic property "ant.executor.class" to "org.apache.tools.ant.helper.SingleCheckExecutor". This is not documented in the 1.6.3 manual as was intended, however. The situation will

Re: target dependencies

2005-05-07 Thread Matt Benson
Laurie: Since Ant 1.6.3 you can have this behavior by setting the magic property "ant.executor.class" to "org.apache.tools.ant.helper.SingleCheckExecutor". This is not documented in the 1.6.3 manual as was intended, however. The situation will be corrected in the next release. Thanks, Matt ---