How the RTC ant task to get the build email notification distribution list?
One answer
I don't think you can use an ANT task to get at that information. My best bet would be to try to get at that data using the Plain Java Client Libraries. You can also create your own ANT task based on that code.