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

We can't generate Trace.java because of CorsetExist issues #794

Closed
letypequividelespoubelles opened this issue Jun 26, 2024 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@letypequividelespoubelles
Copy link
Collaborator

If we comment the corsetExist as to run the test, it still doesn't work

@DavePearce
Copy link
Collaborator

DavePearce commented Jul 17, 2024

This is an issue when trying to regenerates Trace.java files from IntelliJ, right? How do you try and do that? I have been doing it from the command-line with e.g. ./gradlew add to regenerate the Trace.java file for the add module.

@DavePearce
Copy link
Collaborator

I was able to recreate the original problem on my laptop. However, I then managed to fix it (after some playing around). I did not need to change anything in the repository itself. I think it is perhaps a gradle caching issue. So, one thing to try is removing the .gradle directory.

@DavePearce
Copy link
Collaborator

@powerslider Ok, here is my suggested procedure:

rm -r .gradle
./gradlew --stop
./gradlew add

And it should work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants