Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Steve Rowe
Sahil, Dependency versions are in lucene/ivy-versions.properties. When we upgrade, we change the version there instead of in each ivy.xml file with the dependency. -- Steve www.lucidworks.com > On Feb 13, 2017, at 11:00 AM, Sahil Agarwal wrote: > > The issue has

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Sahil Agarwal
Thanks Shawn, I have already come across the javadoc compiler problem after solving the dependency problem. I do have a workaround in mind for it, will try to apply it tomorrow and will update if it works. On 13 February 2017 at 21:30, Sahil Agarwal wrote: > The issue

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Sahil Agarwal
The issue has been fixed. Seems there is a problem in *solr/core/ivy.xml * In this line, I replaced the ${/commons-fileupload/commons-fileupload} with 1.3.2 as the variable seemed to be downloading version 1.3.1 of the commons-fileupload instead of the latest 1.3.2 version. Once this was done,

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Shawn Heisey
On 2/12/2017 11:52 PM, Sahil Agarwal wrote: > I have not been able to build Solr 5.5.3 from the source. > Detected Java version: 1.8 in: /usr/lib/jvm/jdk1.8.0_121/jre The unresolved dependency error is unusual, I'm not really sure what's going on there. My best idea would be to delete the ivy

Re: Unable to build Solr 5.5.3 from source

2017-02-13 Thread Steve Rowe
Hi Sahil, I downloaded the Solr 5.5.3 source, deleted my Ivy cache, and successfully ran “ant compile” from the solr/ directory. My Ant version is the same as yours. Do you have ivy-2.3.0.jar in your ~/.ant/lib/ directory? (I do.) Are you attempting to compile the unmodified released source,

Unable to build Solr 5.5.3 from source

2017-02-12 Thread Sahil Agarwal
I have not been able to build Solr 5.5.3 from the source. - I was able to build Solr 6.4 successfully but haven't been able to build solr 5.5.3 (which I need) successfully. - I have tried deleting the cache and building again. Same errors. I've been getting unresolved dependencies error. I get