sbt-elastic-beanstalk icon indicating copy to clipboard operation
sbt-elastic-beanstalk copied to clipboard

Fails on windows

Open simonharrer opened this issue 8 years ago • 1 comments

On windows, the command line tool zip is not available. Because of this, the task elastic-beanstalk:packageBin fails.

[info] Done packaging.
[trace] Stack trace suppressed: run 'last elastic-beanstalk:packageBin' for the full output.
[error] (elastic-beanstalk:packageBin) java.io.IOException: Cannot run program "zip" (in directory "C:\Users\sh\AppData\Local\Temp\sbt_bf6d5b6a\XXXX-1.0"): CreateProcess error=2, Das System kann die angegebene Datei nicht finden

It should either be stated in the readme that this requires a unix environment with the zip executable available, or the zipping should be done through some java library instead.

simonharrer avatar Oct 21 '16 10:10 simonharrer

Seconded. We have Ubuntu build servers here that do not have zip installed by default, which created some confusion until I found this issue.

tmwong2003 avatar Feb 13 '17 22:02 tmwong2003