Reputation: 595
I'm trying to use the vaadin tutorial. I imported their addressbook project in their tutorial into eclipse as an existing project. However, when I import the project is there a way to change it into a vaadin project? The ivy.xml file is missing and I do not know how to get it. How would I go about doing this?
Thank you.
Upvotes: 0
Views: 183
Reputation: 4686
I guess you are referring to this: https://github.com/vaadin/addressbook. This is not an Ivy project and thus will not have an ivy.xml. This is a Maven project, which is sort of competing with Ivy (Ivy uses maven repositories for it's dependency management so not straight up competing, but the xml markup is different). Did some site/readme mention that it should have an ivy.xml?
Anyhow, follow the steps in the readme of that project and should get it running. You don't have to "change it to a vaadin project". Shoot more exact questions on what is going wrong and somebody might have concrete pointers.
Upvotes: 1