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
D:\dev\lang\eta\dhall\dhall-haskell>etlas build dhall-json
Resolving dependencies...
In order, the following will be built (use -v for more details):
- dhall-json-1.2.8 (lib) (configuration changed)
- dhall-json-1.2.8 (exe:yaml-to-dhall) (configuration changed)
- dhall-json-1.2.8 (exe:json-to-dhall) (configuration changed)
- dhall-json-1.2.8 (exe:dhall-to-yaml) (configuration changed)
- dhall-json-1.2.8 (exe:dhall-to-json) (configuration changed)
Configuring library for dhall-json-1.2.8..
Preprocessing library for dhall-json-1.2.8..
Building library for dhall-json-1.2.8..
C:\Program Files\Java\jdk1.8.0_66\bin\javac.exe: createProcess: does not exist (No such file or directory)
etlas: Failed to build dhall-json-1.2.8 (which is required by
exe:yaml-to-dhall from dhall-json-1.2.8, exe:json-to-dhall from
dhall-json-1.2.8 and others).
Compiling the java source with the maven dependeciens of the project is succesful and the .class generated can be used in the project when we add them as java-source (so there is a workaround)
Expected Behavior
The project should be built
Actual Behavior
Possible Fix
Maybe it is related with some limit in arguments length for windows, cause projects with less deps work fine.
Steps to Reproduce
etlas get dhall-json
etlas build
Context
Build master version of dhall-haskell with eta/etlas
Your Environment
Did you install an older version of Eta/Etlas before? YEs
Current Eta & Etlas version: Lastest versions built from master
Operating System and version: Windows 10
Link to your project:
The text was updated successfully, but these errors were encountered:
Maybe it is related with some limit in arguments length for windows, cause projects with less deps work fine.
I'm willing to bet that that's the cause :) We do need a way to send all arguments to the Eta compiler as a file and have etlas use that method instead of sending everything through the command line.
Description
Trying to build a
dhall-json
throws an error:-v3
we can see the failed invocation to eta:.class
generated can be used in the project when we add them as java-source (so there is a workaround)Expected Behavior
The project should be built
Actual Behavior
Possible Fix
Maybe it is related with some limit in arguments length for windows, cause projects with less deps work fine.
Steps to Reproduce
Context
Build master version of dhall-haskell with eta/etlas
Your Environment
The text was updated successfully, but these errors were encountered: