Is IvyDE resolve supposed to run every time a new vaading project is created? Or is there a way have dependencies configured globally for all projects.It takes a long time to resolve and sometimes gives an error. I am using Eclipse Luna 4.4.1 with Vaadin plugin 7. I am a newbie to Eclipse IDE and Vaadin.
Asked
Active
Viewed 327 times
1 Answers
0
Ivy stores resolved dependencies to a local repository, which means that those are downloaded only once. Standard location for the directory containing resolved dependencies is ~/.ivy2
.

Henri Kerola
- 4,947
- 1
- 17
- 19
-
But every time I start a new project it starts resolving and it takes hours! – ndnine89 Feb 13 '15 at 06:04
-
Do you use the same Vaadin version every time? – Henri Kerola Feb 13 '15 at 06:23
-
<!ENTITY vaadin.version "7.3.10"> Yes sir. It was completely resolved once. But now it gives errors upon resolving. – ndnine89 Feb 13 '15 at 06:26
-
The error I'm getting is a download error. My download sizes are limited by network. But it was all resolved successfully when the first project was created. – ndnine89 Feb 13 '15 at 06:46
-
Have you tried to clear the project or even tried to download the 7.3.9 and check if it works? – MarcelloGarini Feb 13 '15 at 08:22
-
I tried Vaadin with IntelliJ Idea 13.1.4. and it works fine! Guess the problem was with my Eclipse instance. – ndnine89 Feb 13 '15 at 08:33