File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" />
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
You can’t perform that action at this time.
0 commit comments