sbt-elastic-beanstalk
sbt-elastic-beanstalk copied to clipboard
Fails on windows
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.
Seconded. We have Ubuntu build servers here that do not have zip
installed by default, which created some confusion until I found this issue.