@isuruwan, Milinda, What is the verdict on this.
Regards Nandika On Fri, Apr 10, 2015 at 7:21 PM, Milinda Perera <[email protected]> wrote: > Hi, > > When building carbon-business-process with human task rendering > functionalities[1] I got following build failures:. > > [01] > > INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95] > *cannot access groovy.util.IndentPrinter* > class file for groovy.util.IndentPrinter not found > [INFO] 1 error > [INFO] ------------------------------------------------------------- > > [02] > > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > /home/milinda/WSO2/BPS/UIForWSHumanTask/HTRenderingImplementation/git/mergeTest/carbon-business-process/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java:[534,95] > *cannot access groovy.lang.Closure* > class file for groovy.lang.Closure not found > [INFO] 1 error > [INFO] ------------------------------------------------------------- > > Main cause for this is SOARequestCreator which we used to create soap > template require groovy.util.IndentPrinter and groovy.lang.Closure. > > To solve this we need to export groovy.util.IndentPrinter > and groovy.lang.Closure from membran-soa-model orbit bundle. > > So I added new version of membrane-soa-model [2] orbit bundle (wso2v3), > exporting groovy.util.* and groovy.lang.* > > Please review and merge PR [3] > > [1] > https://github.com/milindaperera/carbon-business-process/blob/master/components/humantask/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/core/api/rendering/HTRenderingApiImpl.java > [2] https://github.com/wso2/orbit/tree/master/membrane-soa-model > [3] https://github.com/wso2/orbit/pull/82 > > Thanks, > Milinda > > -- > Milinda Perera > Software Engineer; > WSO2 Inc. http://wso2.com , > Mobile: (+94) 714 115 032 > > -- Nandika Jayawardana Senior Technical Lead WSO2 Inc ; http://wso2.com lean.enterprise.middleware
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
