On 3/27/2018 7:36 PM, C F wrote:
I'm unable to run the ant package target in solr-7.2.1-src.tgz. Any ideas?
Is git required now?
This is not a new requirement. When the official repository was in
subversion, that target required svn -- it couldn't be built if the
checkout was done from github. (now checkouts from github work fine)
https://issues.apache.org/jira/browse/LUCENE-4288
One of the things that the 'ant package' target will create is a source
package a lot like the one that you downloaded to begin with, and it
seems that it uses the version control software (git) to create that
package.
There is another target which just creates the binary package.
Use "ant create-package" instead of "ant package" and it should work.
Thanks,
Shawn