|
From: Shroff, K. <sh...@bn...> - 2010-08-17 20:20:18
|
Hello everyone, I have added a new product to the sourceforge repository called COMMON. I have also set up a Hudson task which will build this product on each push to the cs-studio repo on sourceforge https://irmis-dev.bnl.gov/hudson/view/CSS/job/CSS%20-%20COMMON%20Build/ This common product has been added to serve as a check on all the common plugins (both core and application). It comprises of a product which will depend on all the core and application plugins. To start I have added a subset of the core and application plugins. You can review the list of the plugins already included by looking at the common.product file. Each site should add those plugins which they wish to be built after each commit to the common product. Adding plugin XYZ to the common: -This can be done by simply adding a dependency to the XYZ plugin in the product definition file. -The plugin also needs to be added to the plugins.list in the cs-studio/product/COMMON/plugins.list. -Make sure that all the plugins required by XYZ are also added to both the product definition and the plugin.lists file. -Once this is done you can try to build the product from command line cd cs-studio/build ./build.sh COMMON -once the build is successful push to the cs-studio repository. I hope this proves useful to all of us. kunal |