문제

How do you disable all compiler warnings from headless PDE builds of Eclipse plugins?

I know I can do something like this in the build.properties:

javacWarnings..=-deadCode

To disable specific warnings by ID, but the documentation is not very explicit.

I have 2 questions:

  1. How do I disable all warnings not just specific ones?
  2. Can this be placed in the build.properties for the entire build, or must this be placed in the build.properties for each plugin?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top