build management Questions

I am using hudson for my continous integration build system. i need to / should not trigger the build if checkins happened on one particular depot of the client spec.

Scenario - My Client Spec is like this:
\a
\b
\c

I need a CI for files checkin only for a & c.

I need the depot b to be sync up to my workspace and dont want to trigger build for the files checked into that depot (all are just help files, so no need to trigger a build).

please provide me a solution for this issue.

Regards
Joe

Ex: in config.xml I have defined the property as:

<property name="build.name" value="TestBuild" />

and In build.xml for ${build.name} it should resolve to "TestBuild".

Appreciate your answers.

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.