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

Double html-components dependencies on the classpath #4570

Closed
Legioth opened this issue Aug 30, 2018 · 1 comment
Closed

Double html-components dependencies on the classpath #4570

Legioth opened this issue Aug 30, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@Legioth
Copy link
Member

Legioth commented Aug 30, 2018

When starting an application using 1.1-SNAPSHOT, warnings are logged for various html-components classes being found from two different locations on the classpath: com/vaadin/flow-data/1.1-SNAPSHOT/flow-data-1.1-SNAPSHOT.jar and com/vaadin/flow-html-components/1.1-SNAPSHOT/flow-html-components-1.1-SNAPSHOT.jar.

@Legioth
Copy link
Member Author

Legioth commented Aug 30, 2018

Assumingly caused by this copy paste mistake:

Export-Package: com.vaadin.flow.component.html*;-noimport:=true
.

Might also be good to investigate how to create an automatic test that would have spotted this kind of issue.

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

No branches or pull requests

3 participants