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

[FEATURE] How to start project testing locally?Seeking source code tutorial #3653

Open
yanzhao77 opened this issue Apr 15, 2024 · 4 comments

Comments

@yanzhao77
Copy link

How to start project testing locally, is there any tutorial or documentation? I want to add some new features and am stuck in the first compilation stage. I am using eclipse, but it cannot be imported as a normal java project.

@charleech
Copy link

charleech commented Apr 15, 2024

It uses Apache Ant, please refer to https://projectlombok.org/contributing/contributing

If you want to start development on lombok, clone the repository and run ant eclipse or ant intellij,
then open the working directory as a project in eclipse / intellij.
Because the main contributors of lombok all use eclipse, that'll probably work a little more smoothly.

@yanzhao77
Copy link
Author

think you

@yanzhao77
Copy link
Author

This may be a stupid question, but when I used the default jdk1.8 for testing, the test was OK, but when I switched to jdk11, jdk17, and jdk21, all errors were reported. Do I need to modify anything?
jdk17
image
jdk11
image
jdk21
image

@yanzhao77
Copy link
Author

I found that when the Java compiler version is specified as 1.8, it is OK, but when it is specified as other versions, an error will be reported. Can this be changed?
image

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