On 12/1/20 3:19 AM, Kanak Sony wrote:
Hey Developers, I have been trying to debug the library in Intellij and in respect to that trying to run test cases of Apache Commons Lang in intellij but I was unable to find the same. Can anyone of you please suggest me if any such resources are available?
Like most other Commons components, [lang] is set up as a maven project. If you configure it as a maven project in Intellij, you can execute the tests in the IDE. See [1]. That said, you can also just execute the tests from the command line, by entering "mvn clean test" from the top-level directory where you have the code checked out (the directory containing the file named pom.xml). See [2] for an intro to maven.
Phil [1] https://www.jetbrains.com/help/idea/maven-support.html [2] https://maven.apache.org/guides/getting-started/
-- Regards, Kanak Sony
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
