Community
Participate
Working Groups
The project org.eclipse.emf.cdo has some compile errors in the classes FSMUtil and CDOCallbackImpl. This is intentional (see bug #202418 or http://www.eclipse.org/newsportal/article.php?id=3554&group=eclipse.technology.emft#3554 for an explanation). I've tried the following so far: 1) javacFailOnError=false in /org.eclipse.emf.cdo/build.properties --> NO EFFECT 2) javacFailOnError=false in /org.eclipse.emf.cdo.releng/builder/runtime/build.properties --> NO EFFECT
try the build.properties files for the SDK builder or the actual plugin(s) that are failing to compile. If those don't work, you might have to play with the customTargets.xml and set a <property name="javacFailOnError" value="false"/> in that file. If that doesn't work either, then maybe we're dealing w/ a PDE Build / basebuilder bug. (When and if you find a way to make this work, please document it here!
> try the build.properties files for the SDK builder or the actual plugin(s) that > are failing to compile. Both don't have any effect, nor does the runtime builder properties file. > If those don't work, you might have to play with the customTargets.xml and set a > <property name="javacFailOnError" value="false"/> in that file. Tried in runtime and sdk builder --> no effect > If that doesn't work either, then maybe we're dealing w/ a PDE Build / > basebuilder bug. Didn't find anything known so far with https://bugs.eclipse.org/bugs/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__all__&product=PDE&content=javacFailOnError > (When and if you find a way to make this work, please document it here!
Fixed the problem with a different approach: /org.eclipse.emf.cdo.weaver.ajdt/copy-mixin.build.xml now copies the 2 missing java files to a new source folder /org.eclipse.emf.cdo/mixin. build.properties now has an additional binary output mixin.jar which is not part of the bundle classpath. No need anymore for me to find out why "javacFailOnError=false" does not work.
Fixed in I200710101638.
Move to verified as per bug 206558.
Reversioned due to graduation
CLOSING