I'm trying to set up a development environment to build openCMS 10.5 with Netbeans 8.2 under Linux(Linux Mint 32-Bit, but I would be flexible there).
Now I'm getting as far as cloning the openCMS core from git. But I have trouble with creating the Netbeans project(s) so the openCMS core can be build properly.
What I need to know is: How many projects do I need to create in Netbeans? There are several src-folders, does it need to be one project for each folder?
What kind of project(s) do I need to create? There are several types of project like Java Application or Enterprise Application,...
There is an Ant-build-script in the git-clone. Can I use this to create the Netbeans project(s)?