Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Reminder: Fix Compile Warnings In Build

In the arch calls we agreed to either fix or disable the remaining compile
warnings in the official build. The following plug-ins need get fixed:

/plugins/org.eclipse.ant.tests.ui_3.1.0/anttestsui.jar.bin.html
/plugins/org.eclipse.ant.ui_3.4.0.v20090124/@dot.html
/plugins/org.eclipse.debug.examples.core_1.1.0/@dot.html
/plugins/org.eclipse.debug.ui_3.5.0.v20090124-1600/@dot.html
/plugins/org.eclipse.pde.build_3.5.0.v20090123/pdebuild.jar.bin.html
/plugins/org.eclipse.swt.tests_3.4.0/swttests.jar.bin.html
/plugins/org.eclipse.swt.tools_3.5.0.v3526b/@dot.html.

For example to disable the dead code warning in the official build simply
add the following line to your build.properties file:

javacWarnings.<LIBRARY>=-deadCode

where <LIBRARY> is the JAR for which you want to suppress the warnings, for
example:
javacWarnings.javauitests.jar=-deadCode
or
javacWarnings..=-deadCode.

Note, that you can still have those warnings being reported in your
workspace.

Dani,



Back to the top