How to capture the buildFinished Event

2007-09-16 Thread aatankwadi aatankwadi
Hi, Can any one help, how to capture the build event using buildlistener, I want to close the DB connection when the project finishes, Thus I need to capture buildfinished event so that inside this method I can close all the connnections open. Thanks in Advance, Kabir [EMAI

Re: AW: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
EST 2007 [mytask] Date is: Fri Sep 14 12:10:12 CEST 2007 [mytask] Date is: Fri Sep 14 12:10:12 CEST 2007 Jan >-Ursprüngliche Nachricht- >Von: aatankwadi aatankwadi [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. September 2007 11:38 >An: Ant Users List >Betref

Re: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
s method... Thanks, AbhiNandan [EMAIL PROTECTED] wrote: Use set/getReference ;-) Jan >-Ursprüngliche Nachricht- >Von: aatankwadi aatankwadi [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. September 2007 09:18 >An: Ant Users List >Betreff: Need to a

Re: AW: Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
I already Used it but it is not working [EMAIL PROTECTED] wrote: Use set/getReference ;-) Jan >-Ursprüngliche Nachricht- >Von: aatankwadi aatankwadi [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 14. September 2007 09:18 >An: Ant Users List >Betreff: Need to add one

Need to add one generic get/set attribute in Project API

2007-09-14 Thread aatankwadi aatankwadi
Hi, I m facing a problem, I want to persist one object through out my project, so I want to put it in some name/value pair, so that I can access it anywhere in my project. I am developing a custom sql task that can reuse the connection object created once, rather then using current s