Created
July 26, 2014 22:27
-
-
Save alco/794fa035040a56e07ea6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Merging custom relx configuration from rel/relx.config... | |
** (CaseClauseError) no case clause matching: [{:lib_dirs, ['/Users/alco/.kiex/elixirs/elixir-0.14.3/lib/elixir/lib', '../_build/prod']}, {:release, {:miniweb, '0.1.0'}, [{:miniweb, '0.1.0'}, :elixir, :iex, :sasl]}, {:include_erts, true}, {:extended_start_script, true}, {:generate_start_script, false}, {:overlay, [{:mkdir, 'releases/0.1.0'}, {:copy, './files/sys.config', 'releases/0.1.0/sys.config'}, {:copy, './files/boot', 'bin/miniweb'}, {:copy, '/Users/alco/home/projects/miniweb/_build/prod/consolidated', 'lib/consolidated'}, {:copy, '/Users/alco/home/projects/miniweb/config/miniweb.schema.exs', 'releases/0.1.0/miniweb.schema.exs'}, {:copy, '/Users/alco/home/projects/miniweb/config/miniweb.conf', 'releases/0.1.0/miniweb.conf'}, {:copy, '/Users/alco/home/projects/miniweb/deps/conform/conform', 'bin/conform'}]}] | |
lib/mix/tasks/release.ex:133: Mix.Tasks.Release.generate_relx_config/1 | |
lib/mix/tasks/release.ex:64: Mix.Tasks.Release.do_run/1 | |
(mix) lib/mix/cli.ex:64: Mix.CLI.run_task/2 | |
(elixir) src/elixir_lexical.erl:17: :elixir_lexical.run/2 | |
(elixir) lib/code.ex:316: Code.require_file/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment