Hi, I'm getting the following failure while building BPEL 4.0.0 - BPEL4People Extension. So I can't proceed woth building 4.0.1 and 4.0.2
[INFO] 6 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.434s [INFO] Finished at: Mon Sep 24 17:21:31 IST 2012 [INFO] Final Memory: 36M/284M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project org.wso2.carbon.bpel.b4p: Compilation failure: Compilation failure: [ERROR] /home/buddhima/buddhima/repo/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.0/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44] package org.wso2.carbon.bpel.common.constants does not exist [ERROR] /home/buddhima/buddhima/repo/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.0/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44] package org.wso2.carbon.bpel.common.constants does not exist [ERROR] /home/buddhima/buddhima/repo/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.0/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[111,33] cannot find symbol [ERROR] symbol : variable Constants [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper [ERROR] /home/buddhima/buddhima/repo/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.0/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[112,40] cannot find symbol [ERROR] symbol : variable Constants [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper [ERROR] /home/buddhima/buddhima/repo/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.0/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[113,43] cannot find symbol [ERROR] symbol : variable Constants [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper [ERROR] /home/buddhima/buddhima/repo/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.0/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[114,42] cannot find symbol [ERROR] symbol : variable Constants [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper *Looks like SOAPHelper class can't find org.wso2.carbon.bpel.common.constants.Constants class. * Thank you in advance. -- Buddhima On Wed, Aug 22, 2012 at 4:42 PM, Sanjaya Vithanagama <[email protected]>wrote: > Hi Subash, > > Shariq faced the same issue few days back and it was due to the 4.0.0 > branch was not built. Please update and built the 4.0.0 branch. The mail > thread was "Build error in BPEL4People Extension - 4.0.1 branch" > > Regards, > SanjayaV. > > > On Wed, Aug 22, 2012 at 4:27 PM, Subash Chaturanga <[email protected]>wrote: > >> Hi all, >> Have anyone came across with this. >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile >> (default-compile) on project org.wso2.carbon.bpel.b4p: Compilation failure: >> Compilation failure: >> [ERROR] >> /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44] >> package org.wso2.carbon.bpel.common.constants does not exist >> [ERROR] >> /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[36,44] >> package org.wso2.carbon.bpel.common.constants does not exist >> [ERROR] >> /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[111,33] >> cannot find symbol >> [ERROR] symbol : variable Constants >> [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper >> [ERROR] >> /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[112,40] >> cannot find symbol >> [ERROR] symbol : variable Constants >> [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper >> [ERROR] >> /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[113,43] >> cannot find symbol >> [ERROR] symbol : variable Constants >> [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper >> [ERROR] >> /home/subash/development/carbon/platform/branches/4.0.0/components/business-processes/bpel/org.wso2.carbon.bpel.b4p/4.0.1/src/main/java/org/wso2/carbon/bpel/b4p/utils/SOAPHelper.java:[114,42] >> cannot find symbol >> [ERROR] symbol : variable Constants >> [ERROR] location: class org.wso2.carbon.bpel.b4p.utils.SOAPHelper >> [ERROR] -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with the >> -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >> >> >> >> -- >> >> Subash Chaturanga >> Software Engineer >> WSO2 Inc. http://wso2.com >> >> email - [email protected] >> phone - 077 2225922 >> >> > > > -- > Sanjaya Vithanagama > WSO2, Inc.; http://wso2.com > lean.enterprise.middleware > > cell: +94 71 342 2881 > > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
