Re: Setting up dev environment

2018-10-09 Thread Harsha Suranjith Amarasiri
Thanks Violeta , Marek, I want to contribute to Tomcat project, therefore I want to setup the development environment and learn the internals. For dependency management and build process I have always used Maven and Gradle, therefore Ant is kind of new to me. However I figured out what's

Re: Setting up dev environment

2018-10-09 Thread Marek Czernek
Hi, What are you trying to achieve? If you want to develop Tomcat source code, i.e. debug/develop code that will be a part of the Tomcat code base, then as Violeta suggested, you could use the ant command (or simply import Tomcat source code into Idea and build/run the code via command

Re: Setting up dev environment

2018-10-09 Thread Violeta Georgieva
Hi, На вт, 9.10.2018 г. в 11:58 ч. Harsha Suranjith Amarasiri < harshasuranj...@gmail.com> написа: > > Hi all, > > I need to set up tomcat development environment on Intellij Idea running on > Windows 10 - 64 bit OS. > > I have searched, searched and searched and I cannot find a resource that >

Setting up dev environment

2018-10-09 Thread Harsha Suranjith Amarasiri
Hi all, I need to set up tomcat development environment on Intellij Idea running on Windows 10 - 64 bit OS. I have searched, searched and searched and I cannot find a resource that will help me accomplish that. Also is there a developer quickstart for tomcat project ? It would be massively