Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AirPluginTool.groovy #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-robben
Copy link

Fix issues with final def after UCD v7.2 moved to groovy 3 causing the below error fixing issue 129.

#129

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/opt/IBM/ibm-ucd/agent/var/plugins/com.ibm.datapower_21_c161d6fcc56f21d3ce0c76843d79fb8938d175ab1c312601b59cce03dd6d456d/classes/com/urbancode/air/AirPluginTool.groovy: 49: The variable [inputPropsStream] is declared final but is reassigned
. At [49:13] @ line 49, column 13.
inputPropsStream = new FileInputStream(inputPropsFile);
^

1 error

Fix issues with final def after UCD v7.2 moved to groovy 3 causing error.

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
file:/opt/IBM/ibm-ucd/agent/var/plugins/com.ibm.datapower_21_c161d6fcc56f21d3ce0c76843d79fb8938d175ab1c312601b59cce03dd6d456d/classes/com/urbancode/air/AirPluginTool.groovy: 49: The variable [inputPropsStream] is declared final but is reassigned
. At [49:13]  @ line 49, column 13.
               inputPropsStream = new FileInputStream(inputPropsFile);
               ^

1 error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants