ついでに、ここにいる人にとっては今更だと思うけど
スターターパック導入した時、何か間違えたのか

try-with-resourceは-source 1.5でサポートされていません
エラー吐いたので

build,xml  9行目
<javac source="1.5" target="1.5" encoding="MS932"  の1.5を
<javac source="1.8" target="1.8" encoding="MS932"  1.8に変更して回避した