Hi,

we have renamed 'wso2carbon' distribution to ' wso2carbon-core ' due
to the introduction of product pom to carbon distribution. This
modification affects all the products as well as the stratos product
distributions.


I'm in the process of applying the modifications to each product. but
I cant apply the patch to a certain product without building it. So
here is the procedure to do this modification by yourself, if you
need.


from the carbon/products/XXXproduct   directory
run the following two scripts.

grep -rl "<artifactId>wso2carbon<\/artifactId>" . | grep -v .svn
|xargs sed "s/wso2carbon/wso2carbon-core/" -i
grep -rl "wso2carbon-\${carbon.version}" . |grep -v .svn |grep -v
/target |xargs  sed
"s/wso2carbon-\${carbon.version}/wso2carbon-core-\${carbon.version}/"
-i


this will replace the wso2carbon-${carbon.version} with
wso2carbon-core-${carbon.version}.


this modification affects to:

pom.xml
modules/distribution/src/assembly/bin.xml
modules/distribution/src/assembly/dist.xml
modules/p2-profile-gen/pom.xml


to really verify weather this modification is working, you have to
remove  ' wso2carbon/3.2.0-SNAPHOT ' under
~/.m2/repositry/org/wso2/carbon and build the product distribution.


** Appserver, ESB ,IS  is already modified as above.

thanks
--Pradeep.
_______________________________________________
Carbon-dev mailing list
[email protected]
https://wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to