change build scripts to use built-in ecj (removes jdk req)

This commit is contained in:
Ben Fry
2013-09-12 19:21:57 -04:00
parent d21b911a13
commit 7eb0f19d65
12 changed files with 58 additions and 12 deletions
Regular → Executable
+5 -1
View File
@@ -18,7 +18,11 @@
srcdir="src" destdir="bin"
encoding="UTF-8"
includeAntRuntime="false"
classpath="../../../core/library/core.jar; library/RXTXcomm.jar" />
classpath="../../../core/library/core.jar; library/RXTXcomm.jar"
nowarn="true"
compiler="org.eclipse.jdt.core.JDTCompilerAdapter">
<compilerclasspath path="../../mode/ecj.jar" />
</javac>
</target>
<target name="build" depends="compile" description="Build serial library">