Print messages with links from a custom ant task
I'm writing a custom ant task that (when run from intellij) prints warning messages into intellij's message window.
Since the messages contain class names and file names, I'd like these to be printed as links in the message window.
how can that be achieved?
Thanks,
Daniel
请先登录再写评论。
I think there is a plugin to do this. I looked, but could not find it. Post the name of the plugin if you find it.