Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

ANT <javac> spank option?

  • 19-09-2002 09:08PM
    #1
    Registered Users, Registered Users 2 Posts: 21,264 ✭✭✭✭


    Just wondering if this kind of option exists in ANT? (don't recall seeing it).

    Imagine your running </javac> and a file fails to compile. Lets say x.java.

    Now in the javadoc you have the @author details which lists an email address. Is there an option to look for that line and send an email off to the author to get fixing it?


Comments

  • Registered Users, Registered Users 2, Paid Member Posts: 2,032 ✭✭✭lynchie


    There doesn't seem to be a task for it. There is an email task which you could use to send the actual email but you may have to write a custom task to read javadoc tags from a java class.


  • Registered Users, Registered Users 2 Posts: 15,443 ✭✭✭✭bonkey


    Nothing I'm aware of either Hobbes.

    I'm guessing you'd need to pull the source, and go and hack a new task yourself.

    jc


Advertisement