Thanks Kevin, I've committed the patch as it was but not updated the site, yet.
In your section about getting the project you may want to mention that getProject is only available to task that (maybe via Task) inherit from ProjectComponent. Any other task can provide a void setProject(Project) method and receive the instance as well. The project instance will be available as soon as the setProject methid has been invoked, this happens i tsep three of the life-cycle descibed in <http://ant.apache.org/manual/develop.html#writingowntask>. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org