Re: solr trunk update.. build issues

2014-10-14 Thread Anurag Sharma
I am able to launch solr example start.jar using: java –jar start.jar The eclipse issue is also resolved now, looks like eclipse was taking time to process all the files and was an intermittent issue. Now am able to run the selected JUnits as well. On Wed, Oct 15, 2014 at 1:06 AM, Anurag Sharma

Re: solr trunk update.. build issues

2014-10-14 Thread Anurag Sharma
Hi Shalin, Sorry about the typo, actually it's renaming the war file( \solr\dist\solr-6.0.0-SNAPSHOT.war) placed to \trunk\solr\example\webapps\solr.war as referred in last point of step7 in http://wiki.apache.org/solr/HowToCompileSolr I'll also refer and try https://cwiki.apache.org/confluence/di

Re: solr trunk update.. build issues

2014-10-14 Thread Shalin Shekhar Mangar
On Wed, Oct 15, 2014 at 12:38 AM, Anurag Sharma wrote: > Just wanted to check if anyone faced below issues and how they fixed: > > Solr launch issue > --- > From command line ant compile, ant dist gives BUILD SUCCESSFUL > generating \solr\dist\solr-6.0.0-SNAPSHOT.war. After co