HoustonPutman commented on pull request #120:
URL: https://github.com/apache/solr/pull/120#issuecomment-877266775


   > Also, I'm not sure if it's a problem with my setup or maybe I missed some 
gradle setting somewhere, but just doing a `./gradlew assemble` doesn't seem to 
put our new `blob-repository` jar (or it's dependencies) in the classpath? You 
get NoClassDefFound errors when trying to take a backup. I worked around that 
by just copying it manually after building. If anyone has seen this before or 
knows what we're missing, please let me know!
   
   @athrog Contribs aren't loaded to the classpath by default. What I'm doing 
for testing this (not at all recommended for the final product), is adding 
something to `solr/webapp/build.gradle`:
   under `dependencies {`:
   ```
   implementation(project(":solr:contrib:blob-repository"))
   ```


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to