tycho icon indicating copy to clipboard operation
tycho copied to clipboard

tycho-compiler-plugin Argument list too long in forked mode

Open laeubi opened this issue 2 years ago • 1 comments

Error: Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:3.0.0-SNAPSHOT:compile (default-compile) on project org.eclipse.ant.ui: Fatal error compiling: Error while executing the external compiler. Error while executing process. Cannot run program "/opt/hostedtoolcache/Java_Adopt_jdk/11.0.11-9/x64/bin/java" (in directory "/home/runner/work/tycho/tycho/platform/eclipse.platform/ant/org.eclipse.ant.ui"): error=7, Argument list too long -> [Help 1]

Blocked by

  • https://github.com/eclipse-jdt/eclipse.jdt.core/issues/417

laeubi avatar Sep 18 '22 14:09 laeubi

This is the

 Advanced options:
    @<file>            read command line arguments from file

mentioned when running java -jar ecj-4.25.jar

mickaelistria avatar Sep 19 '22 07:09 mickaelistria