Want to contribute to the Project but unable to setup IDE. #19725
Replies: 4 comments 2 replies
-
Hi @sanchit-sign3, and welcome to the community! I'd be happy to help. Could you please describe the issue you are facing? |
Beta Was this translation helpful? Give feedback.
-
We have a setting up IDE guide https://pulsar.apache.org/contribute/setup-ide. For your concrete case, the relativePath warning is a known issue, should not affect indexing and code intelligence. For loading maven modules, you may reload maven modules from right click menuum in any pom.xml file. If the issue remains, try invalidate cache. This seems common IDEA issues, not caused by Pulsar code base. And I can configure the Pulsar project with JDK 17 in IDEA so there should not be steady blockers. |
Beta Was this translation helpful? Give feedback.
-
So I did the following as well:
I also tried marking the java folder of say "pulsar-broker-common" module as "Sources root", And now the jdk is recognized by the files but still the annotations are unrecognized even though I followed the annotation settings instructions in the https://pulsar.apache.org/contribute/setup-ide. |
Beta Was this translation helpful? Give feedback.
-
Yep. I did it all.
And the screenshot where you see that lombok annotations(ex - @slf4j) are
not acknowledged, I explicitly marked the java folder as sources root.
It still doesn't work. Do you wanna get on a quick zoom call perhaps? I
would really appreciate it.
…On Mon, 6 Mar 2023 at 23:26, Julien Jakubowski ***@***.***> wrote:
Could you double-check you have installed the Lombok plugin?
Did you also try to rebuild the project? Build -> Rebuild Project
—
Reply to this email directly, view it on GitHub
<#19725 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXS6EVATUVWUVXEG7QDGANDW2YQNFANCNFSM6AAAAAAVRAIZT4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi folks,
I wish to contribute to the pulsar but can't setup intellij.
I followed the instructions mentioned in https://pulsar.apache.org/contribute/setup-ide/ but still came short.
Can someone please help. Perhaps 15mins of their precious time.
Beta Was this translation helpful? Give feedback.
All reactions