How do I specify a project dependency with Hudson?

Posted by Brett Ryan on Stack Overflow See other posts from Stack Overflow or by Brett Ryan
Published on 2010-03-11T21:08:42Z Indexed on 2010/03/11 21:09 UTC
Read the original article Hit count: 234

Filed under:
|
|

We have common library projects shared amongst many projects that are required to be checked out into a "Libraries" folder which a developer needs to checkout prior to opening the main project in visual studio.

How I tell hudson that there is this dependency?

I figured one thing I could do is setup a custom workspace and specify the location for all projects, but how do I wire up the dependency between them all? Is simply specifying "Build after other projects are built" enough?

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about hudson