Hi Waruna,

Please be kind to fix these issues in the Human Task component. Due to this
reason, the nightly builds are failing.

Thanks,
Senaka.

[INFO] [xmlbeans:xmlbeans {execution: default}]
[INFO] [build-helper:add-source {execution: add-source}]
[INFO] Source directory:
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/generated-code/src
added.
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 28 resources
[INFO] Copying 1917 resources
[INFO] [antrun:run {execution: source-code-generation}]
[INFO] Executing tasks
    [java] Retrieving document at
'src/main/resources/wsdls/ws-humantask-api.wsdl'.
    [java] Retrieving schema at 'ws-humantask-types.xsd', relative to
'file:/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/wsdls/ws-humantask-api.wsdl'.
    [java] Retrieving schema at 'xml.xsd', relative to
'file:/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/wsdls/ws-humantask-types.xsd'.
    [java] log4j:WARN No appenders could be found for logger
(org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder).
    [java] log4j:WARN Please initialize the log4j system properly.
    [java] Retrieving document at
'src/main/resources/wsdls/hi-package-management.wsdl'.
    [java] Retrieving schema at 'hi-package-management.xsd', relative to
'file:/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/wsdls/hi-package-management.wsdl'.
    [java] log4j:WARN No appenders could be found for logger
(org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder).
    [java] log4j:WARN Please initialize the log4j system properly.
  [delete] Deleting:
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/generated-code/src/org/wso2/carbon/humantask/axis2/api/TaskOperationsSkeleton.java
  [delete] Deleting:
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/generated-code/src/org/wso2/carbon/humantask/axis2/services/HIPackageManagementServiceSkeleton.java
    [copy] Copying 1 file to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/META-INF
    [copy] Copying
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/generated-code/resources/taskOperations.wsdl
to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/META-INF/taskOperations.wsdl
    [copy] Copying 1 file to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/META-INF
    [copy] Copying
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/generated-code/resources/ws-humantask-types.xsd
to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/META-INF/ws-humantask-types.xsd
    [copy] Copying 1 file to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/META-INF
    [copy] Copying
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/generated-code/resources/xml.xsd
to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/resources/META-INF/xml.xsd
[INFO] Executed tasks
[INFO] [compiler:compile]
[INFO] Compiling 344 source files to
/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/engine/runtime/api/TaskOperations.java:[25,42]
cannot find symbol
symbol  : class TaskStatus
location: package org.wso2.carbon.humantask.dao.model

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/engine/runtime/api/TaskOperations.java:[31,45]
cannot find symbol
symbol  : class Duration
location: package org.wso2.carbon.humantask.utils.engine

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/dao/model/OrganizationalEntity.java:[19,36]
cannot find symbol
symbol  : class EntityInterface
location: package org.wso2.carbon.humantask.dao

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/dao/model/OrganizationalEntity.java:[39,45]
cannot find symbol
symbol: class EntityInterface
public class OrganizationalEntity implements EntityInterface<Long>{

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/dao/model/OrganizationalEntity.java:[39,60]
interface expected here

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/engine/runtime/exceptions/HTIllegalStateException.java:[19,42]
cannot find symbol
symbol  : class TaskStatus
location: package org.wso2.carbon.humantask.dao.model

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/engine/runtime/api/TaskOperations.java:[207,41]
cannot find symbol
symbol  : class TaskStatus
location: interface
org.wso2.carbon.humantask.engine.runtime.api.TaskOperations

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/dao/model/Task.java:[19,36]
cannot find symbol
symbol  : class EntityInterface
location: package org.wso2.carbon.humantask.dao

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/dao/model/Task.java:[48,29]
cannot find symbol
symbol: class EntityInterface
public class Task implements EntityInterface<Long> {

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/dao/model/Task.java:[48,44]
interface expected here

/home/stratos/build/carbon/components/human-task/org.wso2.carbon.humantask/src/main/java/org/wso2/carbon/humantask/engine/runtime/api/TaskOperations.java:[228,51]
cannot find symbol



-- 
Senaka Fernando
Associate Technical Lead
WSO2 Inc.
E-mail: senaka AT wso2.com;  Mobile: +94 77 322 1818

http://www.wso2.com/ - "Lean . Enterprise . Middleware"
_______________________________________________
Carbon-dev mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to