Open Vanuan opened 11 years ago
In fact, Eclipse is what I initially used to develop Agit, but unfortunately I did migrate to IntelliJ because I did find Eclipse too slow and error-prone when working with the project.
The Maven pom.xml serves as the single-point-of-truth for the project dependency definition- as well as allowing the project to be built from the command line, it also provides enough information for IntelliJ to be able to construct it's own map of dependencies. If Eclipse isn't able to do that, then unfortunately it's an area where Eclipse needs improvement.
See also issues #32 & #26 - you're not the only one to find Eclipse problematic in this regard.
Hello.
I'm using eclipse and I'd like to make Agit more feature rich.
Wiki page says I can setup eclipse to build agit. But I've faced a problem trying to do that. I have android, m2e and m2e android connector installed. After importing Agit as maven project, I end up with multiple errors that appear to be related to m2e android not fully supporting apklib dependencies. Here's a link.
Have anybody tried to setup eclipse project for Agit?