Created attachment 290429 [details, diff] Allows to only remove named taskdefs I came across a few occasions where removing only some taskdefs would have been helpful. Usually if there are tasks specific to creating distributables for different OSes. The patch extends the functionality of java-ant_remove-taskdefs to remove taskdefs by name.
Created attachment 290431 [details, diff] Allows to only remove named taskdefs This is what you get for manual patch handling. Anyway cleaned up version.
Applied thanks. Guess we can add support for multiple specified names only when such need arises (or just call the method multiple times).
(In reply to comment #2) > Applied thanks. Guess we can add support for multiple specified names only when > such need arises (or just call the method multiple times). Thank you too. I also played with the idea to take multiple files besides multiple --name. Though haven't come across a use case so far. As you say can be extended if need arises.