On Tue, Dec 18, 2012 at 6:31 PM, Shawn Heisey <[email protected]> wrote:
> This may not be news for you guys, but I know that a lot of people get
> bitten by it.
>
> When the lucene/solr build hangs at the "resolve" target, it is because of
> old ivy lockfiles.  I verified this with strace.  They already knew about
> the problem:
>
> https://issues.apache.org/jira/browse/IVY-1388
>
> Currently the fix is only in their trunk.  I compiled that and replaced my
> ivy jar in ~/.ant/lib with the trunk one.  Then I wiped ~/.ivy2 and ~/.m2
> and ran "ant clean test dist-excl-slf4j" in branch_4x/solr.  Everything
> passed and built OK.
>

Thanks Shawn!

I know i caused these hangs by turning on ivy locking.

But this is better in my opinion than the default (cache corruption).

its also worked around by just doing removing the .lck file (look
under ~/.ivy2 for the offending one and nuke it)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to