Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Fail on error


Scott,
javacFailOnError controls failing on compile errors.
Generally speaking, we do fail on any other errors as far as I know.
If a bundle is using customBuildCallbacks, then it should set customBuildCallbacks.failonerror in its build.properties to fail on any errors that occur inside the callbacks.

If you have specific errors that don't stop the build, please raise a bug and we can look at it.

-Andrew


"Scott Lewis" <slewis@xxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

11/29/2007 06:13 PM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
<pde-build-dev@xxxxxxxxxxx>
cc
John Houston <jhouston@xxxxxxx>
Subject
[pde-build-dev] Fail on error





Greets,

We are using the headless PDE build to build some plugins.  We're
finding that for some build failure cases (e.g. compiler errors, missing
directories, etc) that the headless PDE build is *not* failing.  

We would like the entire build process to fail on any such error
(missing resources, compile errors, etc).  

At the top level we have a build.properties with

javacFailOnError=true

But it seems that for some compile errors that javac is *not* failing on
errors.  

Is there/what is the way to force fail on error for any/all of the
PDE-generated build tasks?

Thanksinadvance,

Scott

Notice:  This email message, together with any attachments, may contain information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated entities,  that may be confidential,  proprietary,  copyrighted  and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top