ant Buildしたときに、エラーがでます。
↓
build.xml:79: Compile failed; see the compiler error output for details.
build.xmlの79行目
<javac excludes="**/package.html" debug="true" debuglevel="${debuglevel}" destdir="ant_work/test_classes" source="${source}" target="${target}" deprecation="true">
解決策が分かる方いらっしゃいますか。
回答1件
あなたの回答
tips
プレビュー