lucene-solr源码编译导入eclipse--转

时间:2022-08-10 16:18:14

https://www.jianshu.com/p/8a217ce05475

github地址:https://github.com/apache/lucene-solr

第一步:git clone https://github.com/apache/lucene-solr.git 下载项目

第二步:安装ant & ivy (两者合起来类似maven)

第三步:ant compile (时间会比较长),如果出现.ant/lib does not exist,先执行ant ivy-bootstrap,再执行ant compile

第四步:ant eclipse

第五步:导入eclipse