Skip to content

Commit eb767a4

Browse files
committed
Make dist.dir in compile target.
Older versions of Ant fail without this fix.
1 parent 782a5b7 commit eb767a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</target>
2525

2626
<target name="compile" depends="resolve" description="Compile all sources.">
27+
<mkdir dir="${dist.dir}"/>
2728
<mkdir dir="${build.dir}/classes"/>
2829
<javac srcdir="${src.dir}" destdir="${build.dir}/classes"
2930
optimize="on" debug="on" deprecation="on" includeantruntime="no">

0 commit comments

Comments
 (0)