Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-core-dev] Pre Software Build Checks

Title: Pre Software Build Checks

Hello all,

I am trying to realize the following feature:

I have a standard make C project, where some Make targets are available. If the user now wants to run a build (either through the project menu or through a target) a hook (implemented by me) shall be called that possibly can skip the execution of the build.

The purpose of this hook is to do some predefined validations before the build is allowed to be executed. I have tried to realize  the hook by a JobChangeListener since the build is executed as a job. But when catching the job events I cannot really identify all the time whether the Job is a "Build" job and on which project the build is executed.

Does anybody have an idea how I could realize such a feature?

Greetings Marko


Back to the top