Troubleshooting
Axon.ivy Designer
Errors running builder Javascript Validator
If the following error occurs again and again, it is usually only a warning.
Errors occurred during the build.
Errors running builder 'JavaScript Validator' on project 'JsfWorkflowUi'.
java.lang.NullPointerException
This warning can be switched off:
In the Axon.ivy Designer click on "Preferences". On the left side tree, expand "Web", then expand "JavaServer Faces Tools", then click on "Validation". Expand "Type Assignment Problems" and select "Ignore" for "Method expression signature incompatibility".
see: stackoverflow eclipse method must have signature
IvyScript code completion does not show all methods
By default the "Visibility level" for the code completion window is set to "NOVICE". This means that not all possible methods are displayed.
You can switch between the "Visibility level" with CTRL + Space.
Or change the default value:
In the Axon.ivy Designer click on "Preferences". On the left side tree, expand "Axon.ivy", then expand "IvyScript" and select "EXPERT" for "Visibility level".