Re: Moving to Maven from Ant solr.build.dir Not Found

2012-04-11 Thread Eli Finkelshteyn
efin...@gmail.com] Sent: Tuesday, April 10, 2012 3:26 PM To: solr-user@lucene.apache.org Subject: Re: Moving to Maven from Ant solr.build.dir Not Found I'm running mvn jetty:run-exploded on my own project. My dependencies are: org.apache.solr solr 4.0-SNAPSHOT war org.apache.solr solr-core

RE: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Steven A Rowe
ail.com] Sent: Tuesday, April 10, 2012 3:26 PM To: solr-user@lucene.apache.org Subject: Re: Moving to Maven from Ant solr.build.dir Not Found I'm running mvn jetty:run-exploded on my own project. My dependencies are: org.apache.solr solr 4.0-SNAPSHOT war org.apache.solr solr-core

Re: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Eli Finkelshteyn
Message- From: Eli Finkelshteyn [mailto:iefin...@gmail.com] Sent: Tuesday, April 10, 2012 2:28 PM To: solr-user@lucene.apache.org Subject: Re: Moving to Maven from Ant solr.build.dir Not Found Hey Steven, I'm not modifying Solr sources at all. I just have a project that's built on

RE: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Steven A Rowe
o depending on what you're doing, > it may not be possible to avoid Ant. > > Steve > > -Original Message- > From: Eli Finkelshteyn [mailto:iefin...@gmail.com] > Sent: Tuesday, April 10, 2012 2:03 PM > To: solr-user@lucene.apache.org > Subject: Re: Moving to Maven f

Re: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Eli Finkelshteyn
Lucene/Solr build is Ant. Using Maven to build Lucene/Solr is "officially unsupported". So depending on what you're doing, it may not be possible to avoid Ant. Steve -Original Message- From: Eli Finkelshteyn [mailto:iefin...@gmail.com] Sent: Tuesday, April 10, 2012 2:03

RE: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Steven A Rowe
ginal Message- From: Eli Finkelshteyn [mailto:iefin...@gmail.com] Sent: Tuesday, April 10, 2012 2:03 PM To: solr-user@lucene.apache.org Subject: Re: Moving to Maven from Ant solr.build.dir Not Found Hey Steve, Thanks for the help! Ok, so per those instructions, I'm using a pom to pu

Re: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Eli Finkelshteyn
Hey Steve, Thanks for the help! Ok, so per those instructions, I'm using a pom to pull dependencies from http://repository.apache.org/snapshots. Nonetheless, that weird solr.build.dir error still appears. Is there some place I need to specify this that I don't know about? Should a build dir be

RE: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Steven A Rowe
Hi Eli, The author of the blog post you mentioned appears to be unaware of the Maven POMs that are already included in Subversion for both Lucene and Solr. See . Because of the complex nature of the Ant build, which the Maven POMs cannot enti

Re: Moving to Maven from Ant solr.build.dir Not Found

2012-04-10 Thread Eli Finkelshteyn
Update: was able to get rid of the lack of SolrUpdateServlet by moving back to version 3.5 from 4.0-SNAPSHOT (weird-- dunno why this is missing in 4.0), but the build dir thing is still a problem. I'm really not even sure what I should set that to. Eli On 4/10/12 11:30 AM, Eli Finkelshteyn wr