Community
Participate
Working Groups
The standalone compiler should be configurable with multiple source folders.
It turns out that this is already supported. The property sourceFolder can handle a string with multiple paths separated by File.pathSeparator.
Created attachment 209143 [details] Patch to support multiple source directories I came across this issue with maven and noticed that the maven plugin does not pass multiple directories to the compiler. You are right, the compiler itself supports multiple directories. Only the maven plug-in does not. See the attached patch for a possible solution. I verified this patch in a local tycho/mvn build. Please reopen this issue.
Thanks! Feel free to reopen yourself next time.
pushed to master
Requested via bug 522520. -M.