Adds encoding attribute utf-8 arg to cooja compile command
This commit is contained in:
parent
0258c413cc
commit
9eabbe02ad
|
@ -71,7 +71,8 @@ The COOJA Simulator
|
|||
<target name="compile" depends="init">
|
||||
<mkdir dir="${build}"/>
|
||||
<javac srcdir="${java}" destdir="${build}" debug="on"
|
||||
includeantruntime="false">
|
||||
includeantruntime="false"
|
||||
encoding="utf-8">
|
||||
<classpath>
|
||||
<pathelement path="."/>
|
||||
<pathelement location="lib/jdom.jar"/>
|
||||
|
|
Loading…
Reference in a new issue