Skip to main content

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


Thanks for the tip, Andrew.  I cc'd myself on the bug.

In the meantime, is there any way to actually see what errors are output by the PDE actions from within a GUI Eclipse?  Is there tracing flags I can turn on that will dump this information?  My tasks are simply failing, but I have no clue as to the state of certain variables, etc.  It would be useful to be able to simply print some stuff to a console or a log from within my custom build callback.

Mark.
----------------------------------------------------------



Andrew Niefer <aniefer@xxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

06/14/2006 03:57 PM

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

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
Re: [pde-build-dev] Custom Build Callbacks - Fail on error






Mark,

Unfortunately at this time there is no way to change the subant call to have failonerror=true, there is an open enhancement request to change this (https://bugs.eclipse.org/bugs/show_bug.cgi?id=135905).


The only thing I can think of is to write a custom task that does something more drastic than throwing an exception, perhaps System.exit(), to stop things.


-Andrew


Mark_Melvin@xxxxxxxx
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

06/14/2006 01:12 PM

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

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
[pde-build-dev] Custom Build Callbacks - Fail on error








Hi Everyone,


I really like the new custom build callbacks in PDE build in 3.2.  I have tons of special case scripts to help build our product that I call manually now.  However, I would like to have them always fail on error.  Currently I can't see a way to do that.  It would be nice if you could configure the failonerror part of the callback via a global property.  Right now, if something goes horribly wrong - especially during testing and trying to set it up initially - the build just chugs along and I have no indication something is broken.

Is there a way around this now that I am missing?


Thanks,

Mark.

AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE:
This electronic message contains information that may be confidential or privileged. The information is intended for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you received this electronic message in error, please notify the sender and delete the copy you received.

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev

AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE: 
This electronic message contains information that may be confidential or privileged. The information is intended for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you received this electronic message in error, please notify the sender and delete the copy you received.





Back to the top