[go: nahoru, domu]

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

Compile error on LoginComponent #37

Open
rov63rus opened this issue Sep 22, 2020 · 1 comment
Open

Compile error on LoginComponent #37

rov63rus opened this issue Sep 22, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rov63rus
Copy link

I used Nalu Initializer for my first nalu project and have compile errors:

[ERROR] /D:/WORKS109/PROJECTS/java/eclipse201906_projects/oisviewer2/oisviewer2-client/src/main/java/nipi/ois/viewer/nalu/oisviewer2/client/ui/login/content/login/LoginComponent.java:[46,34] cannot find symbol
symbol: method setLeftAddon(org.dominokit.domino.ui.icons.Icon)
location: class org.dominokit.domino.ui.forms.TextBox
[ERROR] /D:/WORKS109/PROJECTS/java/eclipse201906_projects/oisviewer2/oisviewer2-client/src/main/java/nipi/ois/viewer/nalu/oisviewer2/client/ui/login/content/login/LoginComponent.java:[49,34] cannot find symbol
symbol: method setLeftAddon(org.dominokit.domino.ui.icons.Icon)
location: class org.dominokit.domino.ui.forms.TextBox
[INFO] 2 errors

I generated project with:
image

@FrankHossfeld
Copy link
Collaborator

Oh yes, this is a change in Domino-UI that has not been integrated into the boot-starter project.

Domino-UI is a SNAPSHOT version. In your case you are downloading the latest version, which changes the method name.
The new name of the method is: addLeftAddOn.

I will update the project with the next release (cause there are many more changes.)

Feel free to use https://gitter.im/Nalukit42/Lobby in case you have questions.

@FrankHossfeld FrankHossfeld self-assigned this Sep 22, 2020
@FrankHossfeld FrankHossfeld added the bug Something isn't working label Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants