How to configure a continuous integration server to create multiple dependent projects?
I want to set up a continuous integration process for a project hosted in mercury storage. However, the project has a compilation-dependent dependency on another project hosted in a different mercury repository (both hosted on Google).
Using Hudson, how do I configure the CI job for both projects (when transferring the binary addresses of one of them to another project design script)? Do other tools do this better?
Both projects are Java projects with Ant build scripts.
source
share