Apr
16
Written by
admin
Access Control, at first glance seems to be a rather straight forward topic or task to handle. Well, I can assure you it is not. Especially when you’re working in an Engineering organization that seems to be schizophrenic at times in terms of its own unique identity. I’m talking about how there should be [...]
Apr
7
Written by
admin
Ever run into the problem where you must set multiple builders running different inside of CruiseControl’s scheduler block? I recently had to do that for one of the projects I’m integrating, but kept on running into inconsistency in CruiseControl 2.8.2.
My first attempt was this:
<schedule interval="900">
<ant time="1200"
anthome="${ANTHOME}"
antworkingdir="${my_build.dir}"
buildfile="${my_build.file}"
target="build.all.then.test" [...]
Apr
3
Written by
admin
Ever run into this error with Perforce’s ‘p4 changes’ or any other similar command?
//projectfoo/bar/… – must refer to client ’some_p4_client’.?
I ran into this exact problem today. I was trying to do a ‘p4 changes //projectfoo/bar/…@xxxxxx,yyyyyy’ to get a history of the changelist and got that error. The symptoms were that doing the same command on [...]