Closed vaadin-bot closed 7 years ago
I narrowed down the problem. The jar files (e.g. vaadin-server-7.7.5.jar) not only contains .class
files, but also .java
files. Is this really needed? Why is the source contained on the jar-file?
The .java
files are there for legacy reasons to support users that do not use maven or other similar dependency management systems.
@guenhter Can you test latest 7.7-SNAPSHOT? We made a fix that addressed at least some cases similar to this, but it has not made into any maintenance release yet.
@tsuoanttila using the 7.7-SNAPSHOT really works. Do you have any idea, when this will be available in a maintenance release?
Any updates on this?
Any updates on this?
The plan right now is to release 7.7.7 next week.
Originally by guenther
Hi,
when scala is cross compiling java files, I get an duplicate class error:
Demo to reproduce problem is attached. Just extract, go in and type
./gradlew clean testClasses --info
Imported from https://dev.vaadin.com/ issue #20484