Mercurial > cgi-bin > hgweb.cgi > JpegWasher
comparison build.xml @ 5:dc1f4359659d
Got it compiling.
author | David Barts <n5jrn@me.com> |
---|---|
date | Thu, 09 Apr 2020 18:20:34 -0700 |
parents | db63d01a23c6 |
children | e52fd1a575de |
comparison
equal
deleted
inserted
replaced
4:ba5dc14652da | 5:dc1f4359659d |
---|---|
85 | 85 |
86 <!-- compile *.kt to *.class --> | 86 <!-- compile *.kt to *.class --> |
87 <target name="compile" depends="classpath" | 87 <target name="compile" depends="classpath" |
88 description="Compile Java sources to ${work.home}"> | 88 description="Compile Java sources to ${work.home}"> |
89 <kotlinc src="${src.home}" output="${work.jar}" | 89 <kotlinc src="${src.home}" output="${work.jar}" |
90 classpathref="compile.classpath"/> | 90 classpathref="compile.classpath"> |
91 <compilerarg line="-jvm-target 1.8"/> | |
92 </kotlinc> | |
91 </target> | 93 </target> |
92 | 94 |
93 <!-- make .jar file --> | 95 <!-- make .jar file --> |
94 <target name="jar" depends="compile" description="Create JAR file."> | 96 <target name="jar" depends="compile" description="Create JAR file."> |
95 <jar destfile="${jar.name}"> | 97 <jar destfile="${jar.name}"> |