Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Eclipse 的 AntRunner 构建一组插件,但在配置日志记录行为时遇到了麻烦。具体来说,我希望 AntRunner 不显示空任务。有人知道该怎么做吗?
解决方案是传递以下 JVM 选项:
java -jar ... -logger org.apache.tools.ant.NoBannerLogger