Community
Participate
Working Groups
It would be nice to have a way to get completion and documentation for custom tasks in the ant editor. A task developer could for example provide an xml file providing this information ...
*** Bug 38406 has been marked as a duplicate of this bug. ***
I agree fully - we make a lot of use of custom ant tasks and it's frustrating when completion doesn't work for them to fill out the attributes of the task, etc.
You will get custom tasks/types and there attributes but there will be no mechanism to provide descriptions ect.
*** Bug 51218 has been marked as a duplicate of this bug. ***
Regarding the descriptions... This might be as simple as creating an extension point that would allow description data elements to be associated with a fully qualified class name.
Logged bug 55016
*** Bug 43630 has been marked as a duplicate of this bug. ***
The code assist now presents proposals for custom tasks defined via the Eclipse extension points, defined in the Eclipse Ant Runtime Tasks/types preference page or defined using the traditional taskdef and typedef. Changes to the AntModel and AntEditorCompletionProcessor (on 03/12/04) Tests added to CodeCompletionTest (today). Small change to the AntEditorCompletionProcessor (today)
Please verify Jared.
Additional fix to AntEditorCompletionProcessor to not preclude code assisting for attributes of targets and projects (line 947)
Verified.