It depends on what do you want to get. For example, if you provide ant script like:
]]>
(C:/Apache/ant-contrib is a path on my computer to ant-contrib installation), then you get highlighting and completion for antcontrib tasks, attributes and attributes values in IDEA editor. Is that enough?
I was able to add custom tasks to Intellij by dropping the ant-contrib.jar to the following directory C:\Program Files (x86)\JetBrains\IntelliJ IDEA 10.0\lib\ant\lib and then restarting IntelliJ
Hello Samuel,
It depends on what do you want to get. For example, if you provide ant script
like:
]]>
(C:/Apache/ant-contrib is a path on my computer to ant-contrib installation),
then you get highlighting and completion for antcontrib tasks, attributes
and attributes values in IDEA editor. Is that enough?
Alexander.
Great and thanks.
I was able to add custom tasks to Intellij by dropping the ant-contrib.jar to the following directory C:\Program Files (x86)\JetBrains\IntelliJ IDEA 10.0\lib\ant\lib and then restarting IntelliJ