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

Problems opening Serenity in Eclipse #2335

Closed
SiKing opened this issue Dec 9, 2020 · 2 comments
Closed

Problems opening Serenity in Eclipse #2335

SiKing opened this issue Dec 9, 2020 · 2 comments

Comments

@SiKing
Copy link
Contributor

SiKing commented Dec 9, 2020

I am trying to import Serenity into Eclipse. (All the MRs I submitted so far, I created in vi :p )
Here is what I have so far:

  1. fresh install of latest Eclipse: 2020-09 "for Java developers"
  2. git clone serenity
  3. run ./gradlew eclipse
  4. import the entire project into Eclipse as existing project

I end up with 2-dozen errors similar to:

One or more cycles were detected in the build path of project 'serenity-screenplay-webdriver'. The paths towards the cycle and cycle are:
serenity-screenplay-webdriver->{serenity-core-serenity-core, serenity-reports, serenity-stats, serenity-model, serenity-test-utils}

Any recommendations how to fix this?

@wakaleo
Copy link
Member

wakaleo commented Mar 28, 2021

The latest versions use Maven; maybe you will have more luck importing as a maven project?

@SiKing
Copy link
Contributor Author

SiKing commented Mar 28, 2021

When I found out about the switch to Maven (here #2404) that was the first thing I tried: import everything as a Maven project. But that ends with the same problem.

FYI: If I try to build the project from command line mvn clean install, it builds fine for me.

@wakaleo wakaleo closed this as completed Feb 12, 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

2 participants