This commit is contained in:
parent
8ef04dcacb
commit
13b8e8f9bb
@ -1,5 +1,5 @@
|
||||
--- mysql-connector-j-8.1.0/build.xml 2023-09-18 09:29:29.026966561 +0200
|
||||
+++ mysql-connector-j-8.1.0/build.xml 2023-09-18 09:30:04.777205839 +0200
|
||||
+++ mysql-connector-j-8.1.0/build.xml 2023-09-18 09:39:31.004331066 +0200
|
||||
@@ -1129,6 +1129,7 @@
|
||||
<target name="-compile-driver" depends="-init, -clean-classes">
|
||||
<echo>Compiling MySQL Connector/J with '${com.mysql.cj.build.jdk}' to '${com.mysql.cj.build.compiler.output}'</echo>
|
||||
@ -8,7 +8,31 @@
|
||||
<javac sourcepath=""
|
||||
srcdir="${com.mysql.cj.build.dir.driver}"
|
||||
destdir="${com.mysql.cj.build.compiler.output}"
|
||||
@@ -1169,6 +1170,7 @@
|
||||
@@ -1148,7 +1149,7 @@
|
||||
<java jvm="${com.mysql.cj.build.jdk.java}"
|
||||
classname="instrumentation.CommonChecks"
|
||||
classpathref="com.mysql.cj.build.instrumentation.classpath"
|
||||
- fork="yes"
|
||||
+ fork="no"
|
||||
failonerror="true">
|
||||
<arg value="${com.mysql.cj.build.compiler.output}" />
|
||||
<arg value="${com.mysql.cj.build.verbose}" />
|
||||
@@ -1156,7 +1157,7 @@
|
||||
<java jvm="${com.mysql.cj.build.jdk.java}"
|
||||
classname="instrumentation.TranslateExceptions"
|
||||
classpathref="com.mysql.cj.build.instrumentation.classpath"
|
||||
- fork="yes"
|
||||
+ fork="no"
|
||||
failonerror="true">
|
||||
<arg value="${com.mysql.cj.build.compiler.output}" />
|
||||
<arg value="${com.mysql.cj.build.verbose}" />
|
||||
@@ -1164,11 +1165,12 @@
|
||||
<java jvm="${com.mysql.cj.build.jdk.java}"
|
||||
classname="instrumentation.AddMethods"
|
||||
classpathref="com.mysql.cj.build.instrumentation.classpath"
|
||||
- fork="yes"
|
||||
+ fork="no"
|
||||
failonerror="true">
|
||||
<arg value="${com.mysql.cj.build.compiler.output}" />
|
||||
<arg value="${com.mysql.cj.build.verbose}" />
|
||||
</java>
|
||||
|
Loading…
x
Reference in New Issue
Block a user