Skip to content

Commit 4941f85

Browse files
committed
updated ant build
1 parent ca7cd26 commit 4941f85

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build/build.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030
<target name="compile" depends="init"
3131
description="compile the source">
3232
<!-- Compile the Java code from ${src} into ${bin} -->
33-
<javac srcdir="${src}" destdir="${bin}" includeantruntime="false"/>
33+
<javac srcdir="${src}" destdir="${bin}" includeantruntime="false">
34+
<!--
35+
<compilerarg value="-Xlint:unchecked"/>
36+
-->
37+
</javac>
3438
<!-- Compile the JUnit tests from ${testsrc} into ${testbin} -->
3539
<javac srcdir="${testsrc}" destdir="${testbin}" classpath="${junit};${bin}" includeantruntime="false"/>
3640
</target>
@@ -81,7 +85,7 @@
8185
overview="src/overview.html"
8286
author="false"
8387
version="false">
84-
<bottom><![CDATA[Copyright &copy; 2005-2018 Vincent A. Cicirello. <a href=\"https://www.cicirello.org/\" target=_top>https://www.cicirello.org/</a>]]></bottom>
88+
<bottom><![CDATA[Copyright &copy; 2005-2019 Vincent A. Cicirello. <a href=\"https://www.cicirello.org/\" target=_top>https://www.cicirello.org/</a>]]></bottom>
8589
</javadoc>
8690
</target>
8791

0 commit comments

Comments
 (0)