Ant tasks

Just out of curiosity; has anyone created any Ant tasks for plugin development they’‘d like to share? One that I’'m thinking I need is to generate the plugin jar etc.

Raymond

Raymond,

In case you missed it, there is a documentation on using Wildfire-bundled Ant tasks so that you don’'t need to create your own. The doc however, missed the explanation on plugin build task as a target, which you might be specifically interested in.

Here’'s how to use plugin target to build your plugin:

%> **ant -Dplugin=**your_plugin plugin

Hope that helps.

Thanks aznidin. Means I have to upgrade to wildfire though.