when i try to create a new vaadin 7.2 project in eclipse kepler, it throws the error:
‘IvyDE resolve’ has encountered a problem
Some projects fail to be resolved
Impossible to resolve dependencies of com.example#v7proj;working@GENEIROS
unresolved dependency: org.eclipse.jetty.orbit#org.objectweb.asm;working@GENEIROS: not found
unresolved dependency: org.eclipse.jetty.orbit#javax.annotation;working@GENEIROS: not found
unresolved dependency: org.eclipse.jetty.orbit#javax.mail.glassfish;working@GENEIROS: not found
unresolved dependency: org.eclipse.jetty.orbit#javax.transaction;working@GENEIROS: not found
if i try to create with vaadin 7.1.5 everything runs well…
is there a eclipse plugin missing, or something that has to be added?
In my eclipse besides vaadin, i had to install Eclipse Java Web Developer Tools. Installing this, everything runs as suposed…
but, i have now eclipse luna, not kepler. i think that there was a patch to solve the ivy problem in luna, don’t remember. But install Eclipse Luna, vaadin and Java Web Developer Tools and everything is going to run well…
1- Open Eclipse > Help > Install New Software
2- In “Work with:” field, enter http://download.eclipse.org/eclipse/updates/4.4/
3- From the populated list, select Eclipse 4.4.1 Patches for bug 445122 . Click “Next”
4- Let Eclipse perform the needed checks. Click “Next”
5- In “Install Details” screen, click “Next”
Finish the patch installation process and restart Eclipse.
Some projects fail to be resolved
Impossible to resolve dependencies of com.example#v7proj;working@TI005
unresolved dependency: com.vaadin#vaadin-client-compiled;7.3.10: not found
unresolved dependency: com.vaadin#vaadin-client;7.3.10: not found
unresolved dependency: com.vaadin#vaadin-themes;7.3.10: not found
unresolved dependency: com.vaadin#vaadin-server;7.3.10: not found
Error while resolving dependencies for ivy.xml[nodeploy]
in Portal
requested configuration not found in com.example#v7proj;working@TI005: [ ‘nodeploy’ ]
requested configuration not found in com.example#v7proj;working@TI005: [ ‘nodeploy’ ]
Impossible to resolve dependencies of com.example#v7proj;working@TI005
unresolved dependency: com.vaadin#vaadin-client-compiled;7.3.10: not found
unresolved dependency: com.vaadin#vaadin-client;7.3.10: not found
unresolved dependency: com.vaadin#vaadin-client-compiler;7.3.10: not found
unresolved dependency: com.vaadin#vaadin-themes;7.3.10: not found