Closed HenryTheSir closed 11 months ago
@HenryTheSir this works for me. To narrow it down: are you running the mvn
command on a fresh checkout of this repository and directly in the top level directory? I'm asking because that's where maven will look for the .mvn/jvm.config
file and we ship one which has the required settings.
Hi @thll ,
thanks for the hint. The Folder and config got lost transfering to our air gapped build system. (Windows 😑).
If the file and config is present the build runs successfully - thanks for your fast answer and support!
best regards
Expected Behavior
Graylog can be compiled from Sourcecode
Current Behavior
Compile fails with InvocationTargetException
Error Code:
Tests with modified mvn jvm.config file were not successfull: --add-exports=com.sun.tools.javac.api=ALL-UNNAMED" in ~/.mvn/jvm.config
Compilation of versions prior 5.2 are working fine.
Possible Solution
Steps to Reproduce (for bugs)
Context
To compile internal plugins the graylog repo needs to be compiled localy, as its currently not possible upgrades to 5.2 are stuck.
Your Environment