Skip to content

Commit 91be544

Browse files
committed
Cleaned up build.xml.
On branch main Changes to be committed: modified: build.xml
1 parent 772ccdb commit 91be544

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drjava/build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185

186186
<target name="do-compile" depends="resolve-java-runtime, resolve-java-tools">
187187

188-
<echo message="Compiling src directory to classes/base and classes/test with command 'javac'" />
188+
<echo message="Compiling src directory to classes/base and classes/test with command ${java-home}/bin/javac" />
189189

190190
<mkdir dir="classes/base" />
191191
<mkdir dir="classes/test" />
@@ -197,7 +197,7 @@
197197
<echo message="jrelibs=${toString:jrelibs}" />
198198
<javac srcdir="src" destdir="classes/base" source="1.8" target="1.8"
199199
bootclasspath="${java-runtime}" sourcepath="" includeAntRuntime="no"
200-
executable="${java-home}/bin/javac" fork="yes" memoryMaximumSize="1024M"
200+
fork="yes" memoryMaximumSize="1024M"
201201
debug="on" optimize="off" deprecation="on" >
202202
<classpath>
203203
<!-- TODO: Remove this dependency on tools.jar by refactoring and moving all the dependent

0 commit comments

Comments
 (0)