Joel: 'git clean -dxf’ is your friend ;). Beware if you’re adding new files, ‘cause that removes everything that’s not already in git. It won’t touch anything you’ve added locally even if it’s not part of the remote repo.
Sometimes I’ve also gotten weird stuff that’s cured with “gradlew —stop” if you’ve used Gradle… Erick > On May 13, 2020, at 2:33 PM, Joel Bernstein <[email protected]> wrote: > > A fresh clone doesn't produce this error so it looks like it is specific to > my local repo. > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Wed, May 13, 2020 at 2:17 PM Joel Bernstein <[email protected]> wrote: > Is anybody seeing the following error on pre-commit: > JAR resource does not exist: core/lib/commons-beanutils-1.9.3.jar > > Thanks, > Joel > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
