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

I am not sure which tool you are using for the build (Ant or Maven), in
my case I had problem once even plugin compilation was failed but build
was not treated to be failed by the build process.
But later I realized that I was calling eclipse in a headless way using
Ant's <exec> task -- and which as the cause of the problem. 

-----Original Message-----
From: pde-build-dev-bounces@xxxxxxxxxxx
[mailto:pde-build-dev-bounces@xxxxxxxxxxx] On Behalf Of Scott Lewis
Sent: Friday, November 30, 2007 4:44 AM
To: pde-build-dev@xxxxxxxxxxx
Cc: John Houston
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


DISCLAIMER:
Unless indicated otherwise, the information contained in this message is privileged and confidential, and is intended only for the use of the addressee(s) named above and others who have been specifically authorized to receive it. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this message and/or attachments is strictly prohibited. The company accepts no liability for any damage caused by any virus transmitted by this email. Furthermore, the company does not warrant a proper and complete transmission of this information, nor does it accept liability for any delays. If you have received this message in error, please contact the sender and delete the message. Thank you.


Back to the top