Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tycho project hangs when importing it into eclipse #631

Closed
parttimenerd opened this issue Feb 4, 2022 · 8 comments
Closed

Tycho project hangs when importing it into eclipse #631

parttimenerd opened this issue Feb 4, 2022 · 8 comments
Milestone

Comments

@parttimenerd
Copy link
Contributor

I tried to import the tycho maven projects into my eclipse (2021-12) on JDK 17, but the importing gets into an endless loop.

@mickaelistria
Copy link
Contributor

mickaelistria commented Feb 4, 2022

It's not a Tycho issue, but an Eclipse (m2e) one. Let's close it here.

@parttimenerd
Copy link
Contributor Author

Thanks, I did not this

@laeubi
Copy link
Member

laeubi commented Feb 4, 2022

This is most probably eclipse-m2e/m2e-core#123

@parttimenerd
Copy link
Contributor Author

Oh, ok. Maybe the wrong place to ask: But is there another way to get Tycho working in eclipse (I looked at the installer version but this does not conform to the installer of the latest eclipse version)?

@laeubi
Copy link
Member

laeubi commented Feb 4, 2022

You should download eclipse for RCP/rap, then import everything but not the itests!

Then it works (for me) to cancel all builds, locate the tycho-core project do Maven>Update project then Maven>Update All projects

I always compile the stuff then on the commandline mvn clean install -T1C -DskipTests and run builds to debug with mvnDebug ... using a remote debugging session.

@parttimenerd
Copy link
Contributor Author

What are the itests?

@laeubi
Copy link
Member

laeubi commented Feb 4, 2022

https://github.com/eclipse/tycho/tree/master/tycho-its also some projects have nested integration-test-projects so just make sure you always only import the "root" project.

@parttimenerd
Copy link
Contributor Author

You mean that I should only import the root maven project (from the TYCHO_FOLDER/pom.xml)? Not importing tycho-itsdoes not help.

@laeubi laeubi added this to the 2.7 milestone Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants