对elixir的mix.exs中的compile_path感到困惑

时间:2014-02-03 01:06:10

标签: elixir

我对mix.exs中的compile_path设置感到困惑。设置如下:

defmodule MyProject.Mixfile do
use Mix.Project

def project do
[ app: :my_project,
  version: "0.0.1",
  elixir: "~> 0.12.0",
  deps: deps,
  escript_main_module: MyProject,
  compile_path: "ebing/ew/ebin"]
end

# Configuration for the OTP application
def application do
  []
end

# Returns the list of dependencies in the format:
# { :foobar, git: "https://github.com/elixir-lang/foobar.git", tag: "0.1" }
#
# To specify particular versions, regardless of the tag, do:
# { :barbat, "~> 0.1", github: "elixir-lang/barbat" }
defp deps do
  []
end
end

使用compile_path并在运行mix compile之后,我仍然找不到目录ebing / we / ebin。我也尝试先创建目录,但它仍然是空的。我也尝试了mix compile --force,它仍然在默认目录中构建。

有人可以帮助理解compile_path设置吗?

1 个答案:

答案 0 :(得分:0)

不再支持:compile_path选项。 Mix将始终编译为_build