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