tolbertam commented on code in PR #3899:
URL: https://github.com/apache/cassandra/pull/3899#discussion_r2000224865
##########
build.xml:
##########
@@ -2002,18 +2094,26 @@
<classpathentry kind="src" output="${test.classes}" path="test/memory"/>
<classpathentry kind="src" output="${test.classes}" path="test/burn"/>
<classpathentry kind="src" output="${test.classes}" path="test/anttasks"/>
+ <classpathentry kind="src" output="${test.classes}" path="test/harry/main" />
<classpathentry kind="src" output="${test.classes}" path="test/distributed"/>
<classpathentry kind="src" output="${test.classes}"
path="test/simulator/asm"/>
<classpathentry kind="src" output="${test.classes}"
path="test/simulator/main"/>
<classpathentry kind="src" output="${test.classes}" path="test/resources" />
<classpathentry kind="src" path="tools/stress/src"/>
<classpathentry kind="src" path="tools/fqltool/src"/>
+ <classpathentry kind="src" path="tools/sstableloader/src"/>
<classpathentry kind="src" output="build/test/stress-classes"
path="tools/stress/test/unit" />
<classpathentry kind="src" output="build/test/fqltool-classes"
path="tools/fqltool/test/unit" />
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" output="build/test/sstableloader-classes"
path="tools/sstableloader/test/unit" />
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
Review Comment:
I opted to configure for Java 11 here as figure it's best to work off the
minimal supported version.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]