ant
ビルダーに と の両方をビルドしてScala
もらいたいJava
。lang
自分の分野と分野に両方の言語を含めるにはどうすればよい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>
どうすればこれを達成できますか?