Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 204408 - javacFailOnError=false does not work
Summary: javacFailOnError=false does not work
Status: CLOSED FIXED
Alias: None
Product: EMF
Classification: Modeling
Component: cdo.core (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P1 blocker (vote)
Target Milestone: ---   Edit
Assignee: Eike Stepper CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-24 02:36 EDT by Eike Stepper CLA
Modified: 2010-06-29 09:21 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Stepper CLA 2007-09-24 02:36:58 EDT
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
Comment 1 Nick Boldt CLA 2007-09-24 03:01:02 EDT
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!
Comment 2 Eike Stepper CLA 2007-09-24 03:42:24 EDT
> 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!
Comment 3 Eike Stepper CLA 2007-09-24 07:28:46 EDT
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.
Comment 4 Eike Stepper CLA 2007-10-16 05:24:28 EDT
Fixed in I200710101638.
Comment 5 Nick Boldt CLA 2008-01-28 16:44:38 EST
Move to verified as per bug 206558.
Comment 6 Eike Stepper CLA 2008-06-10 02:28:40 EDT
Reversioned due to graduation
Comment 7 Eike Stepper CLA 2008-09-11 13:48:49 EDT
CLOSING