Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ANT <javac> spank option?

Options
  • 19-09-2002 9:08pm
    #1
    Registered Users 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 Posts: 1,994 ✭✭✭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 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