Hi Karunakar, 4.10.2 (which will be released some time this week) has a fix for this: https://issues.apache.org/jira/browse/LUCENE-6007
The build failure is caused by solr/contrib/dataimporthandler-extras/ivy.xml Apply this patch to make the build succeed: <https://svn.apache.org/viewvc/lucene/dev/branches/lucene_solr_4_10/solr/contrib/dataimporthandler-extras/ivy.xml?r1=1633651&r2=1633650&pathrev=1633651> Steve > On Oct 28, 2014, at 2:41 AM, Karunakar Reddy <karunaka...@gmail.com> wrote: > > Hi , > > I am getting below error while doing "ant dist" . > > :: problems summary :: > [ivy:retrieve] :::: WARNINGS > [ivy:retrieve] [FAILED ] > javax.activation#activation;1.1.1!activation.jar(javadoc): (0ms) > [ivy:retrieve] ==== shared: tried > [ivy:retrieve] > /home/.ivy2/shared/javax.activation/activation/1.1.1/javadocs/activation.jar > [ivy:retrieve] ==== public: tried > [ivy:retrieve] > http://repo1.maven.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1-javadoc.jar > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] :: FAILED DOWNLOADS :: > [ivy:retrieve] :: ^ see resolution messages for details ^ :: > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] :: javax.activation#activation;1.1.1!activation.jar(javadoc) > [ivy:retrieve] :::::::::::::::::::::::::::::::::::::::::::::: > [ivy:retrieve] > [ivy:retrieve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS > > BUILD FAILED > /home/solr_trunk/solr-4.10.1/solr/build.xml:339: The following error > occurred while executing this line: > /home/solr_trunk/solr-4.10.1/solr/common-build.xml:438: The following error > occurred while executing this line: > /home/solr_trunk/solr-4.10.1/solr/contrib/contrib-build.xml:52: impossible > to resolve dependencies: > resolve failed - see output for details > > > Please tell me if i am doing something wrong. > > > Thanks, > Karunakar.