> > <javac encoding="UTF-8" srcdir="src/" destdir="build"> > <compilerarg value="-Xlint:deprecation" /> > <compilerarg value="-Xlint:unchecked" /> > <classpath> > <fileset dir="lib" includes="**/*.jar" /> > </classpath> > </javac>
Use "encoding" argument in "javac"-tag. Ant tries to read sources in system encoding (cp1251 for Russian Windows) if this attribute not present. -- --- You received this message because you are subscribed to the Google Groups "jOpenDocument" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
