Hi. Le ven. 22 mars 2019 à 08:28, Abhishek Dhadwal <dhadwal1...@gmail.com> a écrit : > > > Dear sir, > > >>But first things first: Have you set up a programming environment for > making your experiments? > I have IntelliJ IDEA community edition along with Netbeans 8.2 with Java > 8u191 installed. > For repository purposes, I’m using Github Desktop. Any other software I > should install for this undertaking ?
Which software you use is up to you as long as you can achieve what you want. But, in order to compile the library and perform automatically the necessary sanity checks on the code you write, you'll need "maven"[1]. You could test your environment by 1. making a local copy of the project's repository (a.k.a. "git clone") 2. building the library (e.g. run "mvn package") > >>Again, please be more specific about what you are missing > from the description. > I wanted to know about any and all micro tasks/screening tests I should > undergo before preparing and submitting my draft proposal for the project on > 25th. I don't understand what you mean be "screening tests". Sorry. Best regards, Gilles [1] http://maven.apache.org/ >> [...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org