Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.


Back to the top