Community
Participate
Working Groups
http://download.eclipse.org/eclipse/downloads/drops/I20101130-0900/compilelogs/plugins/org.eclipse.core.resources_3.7.100.v20101130-0540/ant_tasks/resources-ant.jar.bin.html
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.