Hi Asok Once we release a particular chunk all bundles related to that chunk get deployed in WSO2 nexus repository. So there is no need to build the platform again since bundles are already available in nexus. Once you trigger the build artifacts will be downloaded from nexus. However since we release kernel patches alongside with chunks you need to manually build those kernel patches.
So the best possible approach is to first locate the chunk which contains the respective product i(n your case chunk 07) using the release matrix. Then from the release matrix figure out the kernel patches you want to build. Then build those required kernel patches at wso2/carbon/kernel/branches/4.2.0/patches. Then you can directly build the product pom inside respective chunk folder. If you just want to build a single product, you can comment out other products. Hope this will be helpful. regards, Tishan On Mon, Sep 22, 2014 at 6:51 PM, Asok Perera <[email protected]> wrote: > Hi, > > I need to clear a doubt on building ESB using built carbon platform. > > What I did was, first building carbon (building orbit,kernel & platform) > and then running a maven clean install on the POM file found in > , Carbon/platform/turing/product-releases/chunk-07/products path. > > In the POM file I could find below. > > <modules> > <module>../../../products/esb/4.8.1</module> > </modules> > > Anyway after the building procedure is finished, I found below .zip file > for esb. > Carbon/platform/turing/products/esb/4.8.1/modules/wso2esb-4.8.1.zip > > What I need to confirm, is this the correct procedure to build the ESB > from already built carbon platform ? > > According to the document [1], building ESB from source is done after a > svn checkout, but I need to build ESB after building carbon from source. > > [1] https://docs.wso2.com/display/ESB481/Building+from+Source > > BR > > *Asok Aravinda Perera* > Software Engineer > WSO2, Inc.;http://wso2.com/ > <http://www.google.com/url?q=http%3A%2F%2Fwso2.com%2F&sa=D&sntz=1&usg=AFQjCNGJuLRux6KkJwXKVUCYOtEsNCmIAQ> > lean.enterprise.middleware > > Mobile: +94722241032 > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Tishan Dahanayakage Software Engineer WSO2, Inc. Mobile:+94 716481328 Disclaimer: This communication may contain privileged or other confidential information and is intended exclusively for the addressee/s. If you are not the intended recipient/s, or believe that you may have received this communication in error, please reply to the sender indicating that fact and delete the copy you received and in addition, you should not print, copy, re-transmit, disseminate, or otherwise use the information contained in this communication. Internet communications cannot be guaranteed to be timely, secure, error or virus-free. The sender does not accept liability for any errors or omissions.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
