Skip to content

Commit 954a368

Browse files
committed
Fixing and issue with tools.jar
1 parent 0faf61d commit 954a368

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ limitations under the License.
179179
debug="on"
180180
includeantruntime="false">
181181
<classpath refid="build.classpath"/>
182+
<classpath location="${env.JAVA_HOME}/lib/tools.jar"/>
182183
<compilerarg value="-Xlint:all,-fallthrough"/>
183184
</javac>
184185
</target>
@@ -283,7 +284,7 @@ limitations under the License.
283284

284285
<target name="test" depends="compile">
285286

286-
<testng classpathref="${test.classpath}" outputdir="${test.dir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" verbose="2" >
287+
<testng classpathref="${test.classpath}" outputdir="${test.dir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" verbose="1" >
287288
<jvmarg value="-Xmx512M" />
288289
<jvmarg value="-ea" />
289290
<jvmarg value="-Dcom.mongodb.slaveAcceptableLatencyMS=${test.com.mongodb.slaveAcceptableLatencyMS}"/>

0 commit comments

Comments
 (0)