0

antビルダーに と の両方をビルドしてScalaもらいたいJavalang自分の分野と分野に両方の言語を含めるにはどうすればよいincludesですか? どの区切り文字を使用する必要がありますか? 現在target、次のようになっています。

<target name="foobar">
  <target lang="java"> [Here I need to include both Scala and Java]
    <classpath>
      <useimport path="imports"/>
    </classpath>
    <source base="src/foobar" includes="**/*.java"/> [Here I need to include both Scala and Java file regex]
  </target>
</target>

どうすればこれを達成できますか?

4

0 に答える 0