我正在尝试为Scala运行ant build
。我需要知道在哪里可以找到" antlib.xml"斯卡拉。我在Ubuntu上使用Scala。
我收到的错误如下:
[taskdef]无法从资源$ {scala.home} /tools/ant/antlib.xml加载定义。它无法找到。
答案 0 :(得分:0)
如果您尝试从源代码构建最新的Scala,请查看https://github.com/scala/scala/blob/2.12.x/README.md#using-the-sbt-build如何执行此操作。 注意 - 项目使用sbt构建,而不是ant。
如果您想构建Scala 2.10,请参阅: https://github.com/scala/scala/tree/2.10.x#part-iii-common-use-cases