Mercurial > hg > Members > you > TreeVNC
changeset 38:1257c9e46975
add ant.jar
author | Yu Taninari <you@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Apr 2012 19:28:13 +0900 |
parents | cca2a548ed95 |
children | 7afe8d10ad66 |
files | build.xml lib/junit.jar |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/build.xml Tue Apr 24 08:34:34 2012 +0900 +++ b/build.xml Tue Apr 24 19:28:13 2012 +0900 @@ -12,6 +12,9 @@ <mkdir dir="${dir}" /> <javac encoding="UTF-8" srcdir="src" destdir="${dir}" fork="yes" includeantruntime="false"> <compilerarg value="-J-Dfile.encoding=UTF8"/> + <classpath> + <pathelement path = "lib/junit.jar"/> + </classpath> <sourcepath> <pathelement path="src"/> </sourcepath>