tolbertam commented on code in PR #3899:
URL: https://github.com/apache/cassandra/pull/3899#discussion_r2041159180
##########
build.xml:
##########
@@ -1211,10 +1215,12 @@
<pathelement path="${java.class.path}"/>
<pathelement location="${stress.build.classes}"/>
<pathelement location="${fqltool.build.classes}"/>
+ <pathelement location="${sstableloader.build.classes}"/>
Review Comment:
This is a bit suboptimal, but because `sstableloader-test` makes use of this
macro we need to include the classes here as well. While not perfect it
doesn't feel too problematic to have to define these here.
--
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]