You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing a problem while launching native tests, specifically in AOT Processing step.
Command line is too long (Yes, I'm under Windows... not my 1st choice)
Looking at CommandLineBuilder I'm quite surprise @Argfile is not used for the classpath. Is there a reason for that ?
Btw, how can I find a workaround to launch my build.
Thanks in advance for any help
Ludovic
The text was updated successfully, but these errors were encountered:
snicoll
changed the title
spring-boot-maven-plugin:3.4.1:process-test-aot - CreateProcess error=206, The filename or extension is too long
Path too long on Windows fails to invoke AOT processing 'CreateProcess error=206, The filename or extension is too long'
Feb 13, 2025
Hi,
I'm facing a problem while launching native tests, specifically in AOT Processing step.
Command line is too long (Yes, I'm under Windows... not my 1st choice)
Looking at CommandLineBuilder I'm quite surprise @Argfile is not used for the classpath. Is there a reason for that ?
Btw, how can I find a workaround to launch my build.
Thanks in advance for any help
Ludovic
The text was updated successfully, but these errors were encountered: