You can create Ant tasks to use in your build scripts. An easy way to start is by using the Custom Task template provided by the IDE.
To use the template:
![]() |
You may need to mount ant-1.4.1.jar in the IDE's Filesystems tab to compile and use some custom tasks. The Ant JAR is in the modules/ext/ directory of your IDE's installation directory. |
If you define custom tasks and then run a project using them at least once, the Ant module recognizes their XML structure and enables you to edit them in the Explorer just like standard tasks. The same applies to custom data types.
For more information on writing Ant tasks, see Using Ant in the Ant 1.4.1 Manual.
See also | |
---|---|
Configuring Ant Settings
Creating and Running an Ant Project |