The only problem I have is, that one part of the default Make System copies the source Files into the bin/ folder and the compilation of the binary fails some times.
Example: Project "TestProject",
When "Make" is enabled, Intellij creates a folder "bin/TestProject" with all the source files in it, and afterwards the Compilation of the binary fails, because it would be called "bin/TestProject" too.
Any hint on how to disable that copying of the source files?
Alright, i digged deeper into the system.
The only problem I have is, that one part of the default Make System copies the source Files into the bin/ folder
and the compilation of the binary fails some times.
Example: Project "TestProject",
When "Make" is enabled,
Intellij creates a folder "bin/TestProject" with all the source files in it,
and afterwards the Compilation of the binary fails, because
it would be called "bin/TestProject" too.
Any hint on how to disable that copying of the source files?