It didn’t work in Eclipse, under Maven, I made a settings.xml file and inputted my proxy settings. I followed
these instructions
but I got a couldn’t connect error.
I tried to import > Existing Maven Projects and browsed to the zip file you gave me but unfortunately I got these errors:
I’m actually not familliar with Maven at all which is probably why I’m getting these problems. Is there a way to use Vaadin without maven? Or at least follow along the tutorial.
I tried to right click >Run as Maven Install and get this:
[INFO]
Scanning for projects…
[INFO]
Downloading: https://repo.maven.apache.org/maven2/com/vaadin/vaadin-bom/7.6.2/vaadin-bom-7.6.2.pom
[ERROR]
[ERROR]
Some problems were encountered while processing the POMs:
[ERROR]
Non-resolvable import POM: Could not transfer artifact com.vaadin:vaadin-bom:pom:7.6.2 from/to central (https://repo.maven.apache.org/maven2): Failed to authenticate with proxy @ line 39, column 16
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-server:jar is missing. @ line 56, column 15
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-push:jar is missing. @ line 60, column 15
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-client:jar is missing. @ line 64, column 15
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-themes:jar is missing. @ line 83, column 15
@
[ERROR]
The build could not read 1 project → [Help 1]
[ERROR]
[ERROR]
The project my.vaaadin:app:0.0.1-SNAPSHOT (C:\Users\trissf50\Downloads\tutorial-master\pom.xml) has 5 errors
[ERROR]
Non-resolvable import POM: Could not transfer artifact com.vaadin:vaadin-bom:pom:7.6.2 from/to central (https://repo.maven.apache.org/maven2): Failed to authenticate with proxy @ line 39, column 16 → [Help 2]
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-server:jar is missing. @ line 56, column 15
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-push:jar is missing. @ line 60, column 15
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-client:jar is missing. @ line 64, column 15
[ERROR]
‘dependencies.dependency.version’ for com.vaadin:vaadin-themes:jar is missing. @ line 83, column 15
[ERROR]
[ERROR]
To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR]
Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR]
For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR]
[Help 2]
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException