Re: [PATCH] ant-core/docs/manual/tutorial-writing-tasks.html

2010-10-22 Thread Stefan Bodewig
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) m

Re: [PATCH] ant-core/docs/manual/tutorial-writing-tasks.html

2010-10-22 Thread Stefan Bodewig
Hi Kevin, On 2010-10-20, Kevin Connor Arpe wrote: > I am using instructions from here: > http://www.apache.org/dev/contributors.html#patches > This developer list has no specifics about sending patches. - well hidden, I know 8-) > Please let

[PATCH] ant-core/docs/manual/tutorial-writing-tasks.html

2010-10-20 Thread Kevin Connor Arpe
Hi, I am using instructions from here: http://www.apache.org/dev/contributors.html#patches This developer list has no specifics about sending patches. Please let me know if I need to sign a legal release, etc.  I can do it. Attached is a patch to update docs for writing custom Ant tasks.  I am d