Hi all,
I have build.xml for deploying my web aplication in Eclipse. I run it by right-clicking and selecting Run->
Ant Build. I want to add the "-logger org.apache.tools.ant.listener.MailLogger" option so that an email will be sent out after the build runs. When I run this from the command line it works perfectly, but I can't get it to work from Eclipse. Exactly where do I have to specify the "-logger" option and what syntax do I use to get this to work via right-click->Run??
My thanks in advance.