From: Henrik R. <hen...@ja...> - 2007-12-06 13:45:15
|
Hi Sharmila, I will try to answer your questions. Please let me know if anything is unclear. >1. Is it enough to put the following in the config file, do I also >need to create ivy.xml for each project? Anything else I need to do? Yes, each project needs it own ivy.xml file in which youspecifiy the dependencies it has on other projects. That is theinformation that the plugin needs in order to trigger the correctbuilds. >2. In the example if I have multiple projects to build if myproject is >built, can I specify them comma-separated in the 'project' attribute >of the 'plugin' tag? No, you don't configure which dependencies your component have in CruiseControl. That is done in the ivy.xml file (see question 1). The'project' attributed corresponds to the current project being built,not the dependent projects. That information is keept in the ivy.xmlfile. Best regards, Henrik Reinhold |