>>>>> "JMS" == Julian M Savage <[EMAIL PROTECTED]> writes:
JMS> Is there a way that I can easily generate documentation from my JMS> build file for developers who use it? Not really. Closest thing you can get is the description attribute (common to <target>, <project>, all tasks and all datatypes). Using "ant -projecthelp" will list all targets with their description. Stefan
