-
Notifications
You must be signed in to change notification settings - Fork 5
Compiling Rascal crashes by exceeding max command length #41
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When trying to compile Rascal (library + compiler modules) on 8ee1760, it crashed with the following error:
[ERROR] Failed to execute goal org.rascalmpl:rascal-maven-plugin:0.30.0-RC29:compile (default-compile) on project rascal: error launching org.rascalmpl.shell.RascalCompile: Cannot run program "C:\Program Files\Eclipse Adoptium\jdk-11.0.27.6-hotspot\bin\java": CreateProcess error=206, The filename or extension is too long
15:22
This is caused by the fact that we pass the paths for all modules to compile on the command line, and consequentially run into Windows's max command length of 32KB (source h/t/ @DavyLandman).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working