Re: compiling Solr

2017-09-02 Thread Erick Erickson
I just hit that page with a sledgehammer and redirected people to the "How to Contribute" page. On Thu, Jul 13, 2017 at 3:06 PM, Shawn Heisey wrote: > On 7/13/2017 2:16 PM, Steve Pruitt wrote: >> I have been following the instructions on the Solr Wiki for compiling Solr. &g

Re: [EXTERNAL] - Re: compiling Solr

2017-07-14 Thread Erick Erickson
glean much from the JavaDocs. > > My immediate concern is debugging (from IntelliJ) two custom search > components I am working on. > > Thanks. > > -S > > -Original Message- > From: Shawn Heisey [mailto:apa...@elyograg.org] > Sent: Thursday, July 13, 2017 6:0

RE: [EXTERNAL] - Re: compiling Solr

2017-07-14 Thread Steve Pruitt
: [EXTERNAL] - Re: compiling Solr On 7/13/2017 2:16 PM, Steve Pruitt wrote: > I have been following the instructions on the Solr Wiki for compiling Solr. > I started with the 6.6 source. The only thing I did different was download > the src directly. I did not use Subversion. > I made

Re: compiling Solr

2017-07-13 Thread Shawn Heisey
On 7/13/2017 2:16 PM, Steve Pruitt wrote: > I have been following the instructions on the Solr Wiki for compiling Solr. > I started with the 6.6 source. The only thing I did different was download > the src directly. I did not use Subversion. > I made through step 7 - Compile appl

Re: compiling Solr

2017-07-13 Thread Daniel Collins
xplore how that is laid out before you start to play with the code (just my tuppence worth). On 13 July 2017 at 21:16, Steve Pruitt wrote: > I have been following the instructions on the Solr Wiki for compiling > Solr. I started with the 6.6 source. The only thing I did different was &g

compiling Solr

2017-07-13 Thread Steve Pruitt
I have been following the instructions on the Solr Wiki for compiling Solr. I started with the 6.6 source. The only thing I did different was download the src directly. I did not use Subversion. I made through step 7 - Compile application with no problems. However, the dist folder contains

Re: Issues in compiling Solr code.

2015-05-30 Thread Shawn Heisey
On 5/30/2015 1:59 AM, Aniket Kumar wrote: > Hi All, > > > I am trying to build and compile Solr . I have been following the below > link . > > https://wiki.apache.org/solr/HowToCompileSolr > > I have taken the latest version of code and have run ant clean compile > command , followed by ant dis

Issues in compiling Solr code.

2015-05-30 Thread Aniket Kumar
Hi All, I am trying to build and compile Solr . I have been following the below link . https://wiki.apache.org/solr/HowToCompileSolr I have taken the latest version of code and have run ant clean compile command , followed by ant dist. Both the steps were successful, but no war was created(as

Re: Trouble compiling SOLR

2010-03-30 Thread Shawn Heisey
I found the jpackage repo. After building and installing the compat RPM mentioned in the following message, I was able to get ant 1.7 installed on CentOS from the repository. http://www.zarb.org/pipermail/jpackage-discuss/2008-July/012751.html I wasn't able to get the new .war working once I

Re: Trouble compiling SOLR

2010-03-26 Thread Robert Muir
On Fri, Mar 26, 2010 at 5:35 PM, Shawn Heisey wrote: > I have checked out trunk from the new svn location that has the merged > lucene/solr.  When I try to build it, it gets a certain distance through the > build and spits out this: > > BUILD FAILED > /opt/ncindex/src/solr/trunk/solr/common-build.

Re: Trouble compiling SOLR

2010-03-26 Thread Abdelhamid ABID
Is there a trouble in downloading Ant 1.7 and setting the new ANT_HOME ?? On 3/26/10, Shawn Heisey wrote: > > I have checked out trunk from the new svn location that has the merged > lucene/solr. When I try to build it, it gets a certain distance through the > build and spits out this: > > BUILD

Trouble compiling SOLR

2010-03-26 Thread Shawn Heisey
I have checked out trunk from the new svn location that has the merged lucene/solr. When I try to build it, it gets a certain distance through the build and spits out this: BUILD FAILED /opt/ncindex/src/solr/trunk/solr/common-build.xml:178: The type doesn't support the nested "resources" ele

Re: Compiling Solr 1.3.0 + KStem

2008-12-03 Thread Rob Casson
i've experimented with the KStem stuff in the past, and just pulled a fresh copy of solr from trunk it looks like Hoss' suggestion #1 does the trick, by simply commenting out the super.init call...loaded the example data, tested some analysis, and it seems to work as before. just a confirmation,

Re: Compiling Solr 1.3.0 + KStem

2008-11-28 Thread Chris Hostetter
: /usr/local/build/apache-solr-1.3.0/src/java/org/apache/solr/analysis/ : KStemFilterFactory.java:63: : cannot find symbol : [javac] symbol : method : init(org.apache : .solr.core.SolrConfig,java.util.Map) : [javac] location: class org.apache.solr.analysis.BaseTokenFilterFactory : [ja

Compiling Solr 1.3.0 + KStem

2008-11-23 Thread Chris Haggstrom
I was hoping to try using KStem with Solr 1.3.0, but am having trouble getting it to compile. With a fresh Solr 1.3.0 that will build successfully, I unzipped the KStemSolr.zip within the apache-solr-1.3.0 directory, but when I then try to build (using Ant 1.7.1 and Sun HotSpot JDK 1.6.0 up