We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b43631 commit 595f10bCopy full SHA for 595f10b
build.xml
@@ -164,7 +164,7 @@ limitations under the License.
164
<!-- The util compile target. -->
165
<!-- ******************************************************************* -->
166
167
- <target name="utilcompile" depends="compile">
+ <target name="utilcompile" depends="init">
168
169
<javac
170
srcdir="src/util"
@@ -178,7 +178,6 @@ limitations under the License.
178
fork="true"
179
debug="on"
180
includeantruntime="false">
181
- <classpath refid="build.classpath"/>
182
<classpath location="${env.JAVA_HOME}/lib/tools.jar"/>
183
<compilerarg value="-Xlint:all,-fallthrough"/>
184
</javac>
0 commit comments