Re: pre-commit failing

2020-05-14 Thread Dawid Weiss
If it's something that happens with gradle then please report the
stack trace to when this is happening, otherwise it's hard to tell
what's going on and where.

Dawid

On Wed, May 13, 2020 at 8:17 PM Joel Bernstein  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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: pre-commit failing

2020-05-13 Thread Joel Bernstein
Thanks Erick,

I'll give that a try.


Joel Bernstein
http://joelsolr.blogspot.com/


On Wed, May 13, 2020 at 3:22 PM Erick Erickson 
wrote:

> 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  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 
> 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: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Re: pre-commit failing

2020-05-13 Thread Erick Erickson
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  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  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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: pre-commit failing

2020-05-13 Thread Joel Bernstein
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  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
>
>


pre-commit failing

2020-05-13 Thread Joel Bernstein
Is anybody seeing the following error on pre-commit:

JAR resource does not exist: core/lib/commons-beanutils-1.9.3.jar


Thanks,

Joel