Skip to content

Instantly share code, notes, and snippets.

@pcwhite
Created October 17, 2017 16:37
Show Gist options
  • Save pcwhite/da50cb5c09f0bec17027d32a2d222629 to your computer and use it in GitHub Desktop.
Save pcwhite/da50cb5c09f0bec17027d32a2d222629 to your computer and use it in GitHub Desktop.
deploy fail
/Users/philipwhite/Projects/liferay.com/liferay-portal-workflow/com-liferay-portal-workflow/portal-workflow-kaleo-runtime-integration-impl/src/main/java/com/liferay/portal/workflow/kaleo/runtime/integration/impl/internal/KaleoWorkflowModelConverterImpl.java:101: error: cannot find symbol
defaultWorkflowDefinition.setDescription(
^
symbol: method setDescription(String)
location: variable defaultWorkflowDefinition of type DefaultWorkflowDefinition
/Users/philipwhite/Projects/liferay.com/liferay-portal-workflow/com-liferay-portal-workflow/portal-workflow-kaleo-runtime-integration-impl/src/main/java/com/liferay/portal/workflow/kaleo/runtime/integration/impl/internal/KaleoWorkflowModelConverterImpl.java:103: error: cannot find symbol
defaultWorkflowDefinition.setModifiedDate(
^
symbol: method setModifiedDate(Date)
location: variable defaultWorkflowDefinition of type DefaultWorkflowDefinition
/Users/philipwhite/Projects/liferay.com/liferay-portal-workflow/com-liferay-portal-workflow/portal-workflow-kaleo-runtime-integration-impl/src/main/java/com/liferay/portal/workflow/kaleo/runtime/integration/impl/internal/KaleoWorkflowModelConverterImpl.java:107: error: cannot find symbol
defaultWorkflowDefinition.setUserId(kaleoDefinition.getUserId());
^
symbol: method setUserId(long)
location: variable defaultWorkflowDefinition of type DefaultWorkflowDefinition
3 errors
:apps:forms-and-workflow:portal-workflow:portal-workflow-kaleo-runtime-integration-impl:compileJava FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':apps:forms-and-workflow:portal-workflow:portal-workflow-kaleo-runtime-integration-impl:compileJava'.
> Compilation failed; see the compiler error output for details.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 14.499 secs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment