ant clean clean-jars did not fix it;

sokolovm@ski4➜workspace/lucene/lucene_baseline(msokolov)» find -name
jetty-continuation\*

./solr/licenses/jetty-continuation-9.4.19.v20190610.jar.sha1
./solr/server/lib/jetty-continuation-9.4.14.v20181114.jar
./lucene/licenses/jetty-continuation-9.4.19.v20190610.jar.sha1
./lucene/replicator/lib/jetty-continuation-9.4.14.v20181114.jar
./lucene/replicator/lib/jetty-continuation-9.4.19.v20190610.jar

seems weird that I would have two versions

Looking in solr/server/lib and lucene/replicator/lib I see lots of
broken symlinks - I think I must have cleaned out my maven cache at
some point leaving these dangling, and then something isn't able to
clean up broken symlinks? Anyway after I removed all broken symlinks
(from other places too), build is progressing normally

Thanks for the pointer, Hoss

-Mike

On Fri, Sep 6, 2019 at 11:44 AM Chris Hostetter
<hossman_luc...@fucit.org> wrote:
>
>
> My guess is you somehow have a very old jar (or sha1 file that is leading
> it to look for a jar you don't have) for an outdated version of jetty --
> we are certainly not using jetty 9.4.14.v20181114 in master or branch_8x
>
> what does `find -name \*jetty-continuation\*` report on your system?
>
> does `ant clean clean-jars` help?
>
> what does `git clean --dry-run -dx` say after you try to run ant clean
> clean-jars?
>
> (it won't delet anything with --dry-run, but it might tell you if you have
> unexpected stuff)
>
> : Date: Fri, 6 Sep 2019 09:53:30 -0400
> : From: Michael Sokolov <msoko...@gmail.com>
> : Reply-To: dev@lucene.apache.org
> : To: java-...@lucene.apache.org
> : Subject: precommit fail or is it me?
> :
> : Is anybody else seeing this error:
> :
> : ...workspace/lucene/lucene_baseline/build.xml:117: The following error
> : occurred while executing this line:
> : .../workspace/lucene/lucene_baseline/lucene/build.xml:90: The
> : following error occurred while executing this line:
> : .../workspace/lucene/lucene_baseline/lucene/tools/custom-tasks.xml:62:
> : JAR resource does not exist:
> : replicator/lib/jetty-continuation-9.4.14.v20181114.jar
> :
> : Should I be using gradle instead of ant precommit??
> :
> : ---------------------------------------------------------------------
> : To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> : For additional commands, e-mail: dev-h...@lucene.apache.org
> :
> :
>
> -Hoss
> http://www.lucidworks.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>

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

Reply via email to