| Summary: | 3 Compile warnings in official build | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Dani Megert <daniel_megert> |
| Component: | Resources | Assignee: | Szymon Brandys <Szymon.Brandys> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | Olivier_Thomann |
| Version: | 3.7 | ||
| Target Milestone: | 3.7 M4 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Dani Megert
In core.resources we have to libs defined: source..=src/ source.ant_tasks/resources-ant.jar=src_ant/ To ignore generic warning in core.resources during the build, I added javacWarnings..=-raw,-unchecked to build.properties. I need to do a similar thing for resources-ant.jar. Olivier is this entry correct? javacWarnings.ant_tasks/resources-ant.jar=-raw,-unchecked As far as I can say, yes. This is right. Note that you should use two different output folders for the ant tasks and the normal code in this bundle. This did the trick. There is one warning left though. I suggest you fix this directly in the code: http://eclipsebuildserv.ottawa.ibm.com/downloads/master/downloads/drops/N20101201-2000/compilelogs/plugins/org.eclipse.core.resources_3.7.100.N20101201-2000/ant_tasks/resources-ant.jar.bin.html Fixed. Verified in I20101205-2000. |