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
As far as I can tell etlas install doesn't actually do anything. Whichever combination of flags I use, there is no sign that build products have been placed anywhere.
In particular, I want to influence where the .jar I build is placed, but running etlas install --bindir=foo does not put anything in the directory foo.
The only alternative seems to be to run etlas build and manually copy it from deep in dist.
The text was updated successfully, but these errors were encountered:
I'm on Linux. At the time of posting this I was on my work laptop (Ubuntu 16), but I've just tried it on my home system (Manjaro) and found the same behaviour, even with --symlink-bindir.
I use cabal v2- on a daily basis, and was expecting etlas to work in mostly the same way.
As far as I can tell
etlas install
doesn't actually do anything. Whichever combination of flags I use, there is no sign that build products have been placed anywhere.In particular, I want to influence where the
.jar
I build is placed, but runningetlas install --bindir=foo
does not put anything in the directoryfoo
.The only alternative seems to be to run
etlas build
and manually copy it from deep indist
.The text was updated successfully, but these errors were encountered: