bndtools / bndtools

ARCHIVED: The contents of this repo have been merged into the `bnd` repo.
https://github.com/bndtools/bnd
Eclipse Public License 1.0
193 stars 90 forks source link

Feature request: seamless project import into eclipse #916

Closed eliasvasylenko closed 8 years ago

eliasvasylenko commented 10 years ago

It would be nice if Bndtools registered an import feature with eclipse, so that developers could check out from source control and start working straight away without having to first commit .project and .classpath files.

pkriens commented 9 years ago

Neil, would this be something for you?

njbartlett commented 8 years ago

Not sure I understand what is being asked for. It sounds like the existing UI provided by the eGit project.

gamerson commented 8 years ago

Hey guys I think Elias is asking for supporting this use-case:

So I believe Elias is asking for a import wizard that has the "smarts" to add .project/.classpath files accordingly to those existing bundle projects and then open those projects in eclipse.

On Tue, Mar 15, 2016 at 8:51 PM, Neil Bartlett notifications@github.com wrote:

Not sure I understand what is being asked for. It sounds like the existing UI provided by the eGit project.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/bndtools/bndtools/issues/916#issuecomment-197106843

Greg Amerson Liferay Developer Tools Liferay, Inc. www.liferay.com

njbartlett commented 8 years ago

I'm going to close this because I don't think it's a common enough use-case... why not just create the projects in Bndtools?

I will consider a PR if somebody cares enough about this feature to implement it.

lostiniceland commented 8 years ago

I am working on a PR for this (started this several month ago but did not have the time to finish it). Simple import is working but UI and complex setups needs further improvement.

As stated here our use-case is to not commit IDE-settings to VCS and to import the projects into BndTools and IntelliJ.