GitHub user sanchit-sign3 added a comment to the discussion: Want to contribute to the Project but unable to setup IDE.
So I am using **intellij**. I configured the project to use jdk17 and maven to use the project JDK. I am able to build the project using "mvn clean install" via the command line. Problem: 1. In each module, the IDE is able to recognise the files as java files but not as java classes. Basically the IDE is not picking the individual java folders of the modules as "Sources root". 2. Also some of the poms have **<relativePath>..</relativePath>** which is not being resolved. <img width="1512" alt="Screenshot 2023-03-06 at 9 12 45 PM" src="https://user-images.githubusercontent.com/98951764/223158898-9e897f46-6a41-41b6-b845-67eaf995b282.png"> <img width="1512" alt="Screenshot 2023-03-06 at 9 12 59 PM" src="https://user-images.githubusercontent.com/98951764/223158950-24477b00-ad21-46e4-aae2-e00c04cb1bec.png"> GitHub link: https://github.com/apache/pulsar/discussions/19725#discussioncomment-5217442 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
