Refactor Ant Task
I have several instances of the same task in my ant script (javac in one, xmlbean in another).
They all have the same properties set
e.g. fork="true", verbose="true" etc
Is it a good idea to refactor these into a single definition using presetdef?
http://ant.apache.org/manual/Tasks/presetdef.html
Can IDEA do this for me?
Please sign in to leave a comment.
No, there is no such feature in IDEA. Feel free to create a feature request in our tracker.
>
>
>
>
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
http://youtrack.jetbrains.net/issue/IDEA-66798