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 been fixed. Seems there is a
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 has been fixed. Seems there
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,
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 ca
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,