I'd like to install Vaadin 8 in a fresh Eclipse IDE
So I downloaded Eclipse [Oxygen.2 Release (4.7.2) Build id: 20171218-0600], installed it, and from Help/Eclipse Marketplace I loaded the Vaadin Eclipse Plugin 4.0.0.final (changed to 4.0.1 somewhere on the way)
- Attempt1: Vaadin Docs refer to videos which didn't help: Create new project, enter vaadin-archetype-application, ... Doesn't work: Eclipse doesn't find the archetype, and thus doesn't create a project
- Attempt 2: Create Vaadin 8 project. This one seems to find the above archetype and creates a project called myapplication, but it has compile errors: Eclipse can't resolve the Vaadin Classes like UI, Button, VaadinRequest etc
Any help or hint is apprecated!
In attempt 2 Eclipse complains about the POM (red markers):
- Project build error: Non-resolvable parent POM for com.vaadin:vaadin-bom:8.3.1: Failure to transfer com.vaadin:vaadin-parent:pom:1.1.0 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact com.vaadin:vaadin-parent:pom:1.1.0 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org
Project build error: 'dependencies.dependency.version' for com.vaadin:vaadin-server:jar is missing. This is what the dependency looks like in the pom.xml which was generated:
<dependency> <groupId>com.vaadin</groupId> <artifactId>vaadin-server</artifactId> </dependency>
- Same error for: vaadin-push, vaadin-client-compile and vaadin-themes