So I know you can pass -e to ant and you won’t get the [javac] type tags when ant runs, however I don’t want to remove all the tags from the different running portions, just the Java task portion. Is there an attribute I can set just for the java task?
Thanks in advance.
You would need to write a custom logger that respects the emacs mode for some targets but not others. That logger can then be passed to ant via -logger. See the ant documentation on loggers.