Hi, I suggest to switch maven build like in elastic search for simplicity. What do you think?
Ahmet On Saturday, March 29, 2014 3:04 AM, Ahmet Arslan <[email protected]> wrote: Hi Karl, I was able to build these solr-plugins by copy ManifoldCFQParserPlugin and ManifoldCFSearchComponent to a maven project. copy test Mani*Test files to maven proect copy solr-mcf to basedir. mvn package success. It doesn't need to be built as a module of solr/lucene Do you want me to create a ticket? Ahmet On Saturday, March 29, 2014 2:34 AM, Karl Wright <[email protected]> wrote: The solr plugin needs to be built as a module of solr/lucene, so the build downloads the solr distribution, unpacks it, and then copies the plugin code into the distribution before building it. Karl Sent from my Windows Phone From: Ahmet Arslan Sent: 3/28/2014 8:01 PM To: dev Subject: why solr plugin downloads solr distro? Hi, For solr4x plugin why solr-4.6.1-src.tgz is dowloded into integration/solr-4.x/trunk/download/solr.tgz and expanded into solr-4.x/trunk/download/solr? There are two solr plugins here, binary dependencies(maven, ant) should enough to compile these, no? By the way ant image yields integration/solr-4.x/trunk/build.xml:100: A zip file cannot include itself on mac os. Thanks, Ahmet
