Purush- Sounds pretty cool...when it's finished, would you be willing to share it?
As for the email addresses, I haven't tried this, but I would imagine it would be pretty easy to have your Listener class simply read from a Java Properties file that contains "from = [EMAIL PROTECTED]" and "to = [EMAIL PROTECTED]" or something like that. That makes it really easy to change the email addresses any time you want. Regards, Chris Todd >-----Original Message----- >From: Purushotham Kotlapatti [mailto:[EMAIL PROTECTED] >Sent: Thursday, October 26, 2000 4:19 PM >To: '[EMAIL PROTECTED]' >Subject: How to send arguments to listener dynamically > > > >Hi all, > >I had written a Java class which extends BuildListener and this >will send an >email irrespective of the build successful/Unsuccessful. > >But my problem is I hardcode the from and to email addresses. Could please >suggest me how to send email-ids dynamically without hardcoding in the java >file. > > >Thanks in advance > >purush > > >
