> >>>>> "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 >
It should be noted that -projecthelp is an Ant 1.2 feature and doesn't work in the most recent release, 1.1. K.C.
