Re: Unusual Error on Maven build within Netbeans

2020-06-03 Thread William Reynolds
ugh. My apologies, file name is "jvm.config". From mvn.cmd: set "jvmConfig=\.mvn\jvm.config" if not exist "%MAVEN_PROJECTBASEDIR%%jvmConfig%" goto endReadAdditionalConfig @setlocal EnableExtensions EnableDelayedExpansion for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.confi

Re: Unusual Error on Maven build within Netbeans

2020-06-03 Thread William Reynolds
Create a file .mvn/java-config in the root directory of the maven project. Add '-Xss100M' (for a 100M stack size, and no quotes) to this file. Haven't tested, since I don't have my dev machine to hand, but this or some variant should work. Look at the file \Program Files\apache-maven-3.6.2\bin

Unusual Error on Maven build within Netbeans

2020-06-03 Thread Nelligan, Steven M
I have multiple projects, but one project returns the following error. What does this mean and how can I fix it? If I run MVN directly from the console window, it builds. Using Netbeans IDE 11.2 on Windows 10 ---OUTPUT – Build Window--