Re: Is it possible to build Solr as a maven project?

2011-05-12 Thread Gabriele Kahlout
Gabriele Kahlout [mailto:gabri...@mysimpatico.com] >> Sent: Tuesday, May 10, 2011 8:37 AM >> To: boutr...@gmail.com >> Cc: solr-user@lucene.apache.org; Steven A Rowe; ryan...@gmail.com >> Subject: Re: Is it possible to build Solr as a maven project? >> >> >>

RE: Is it possible to build Solr as a maven project?

2011-05-10 Thread lboutros
Steve, I'm not used to update wikis, but I've added a small part after the IntelliJ part here : http://wiki.apache.org/solr/HowToContribute Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-mav

RE: Is it possible to build Solr as a maven project?

2011-05-10 Thread Steven A Rowe
On 5/10/2011 at 9:57 AM, Gabriele Kahlout wrote: > On Tue, May 10, 2011 at 3:50 PM, Steven A Rowe wrote: > > [...] > > svn co http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_1 > > I di

RE: Is it possible to build Solr as a maven project?

2011-05-10 Thread Steven A Rowe
Hi Ludovic, On 5/10/2011 at 10:02 AM, lboutros wrote: > Very nice Steve ! Thanks again. (I'm building from svn so that's perfect > for me) > Is this file referenced somewhere in the wiki ? Not yet, no. Probably should be linked from the HowToContribute pages for Lucene and Solr. Feel free to a

Re: Is it possible to build Solr as a maven project?

2011-05-10 Thread lboutros
Very nice Steve ! Thanks again. (I'm building from svn so that's perfect for me) Is this file referenced somewhere in the wiki ? Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp28980

Re: Is it possible to build Solr as a maven project?

2011-05-10 Thread Gabriele Kahlout
[INFO] Uploading repository metadata for: 'snapshot > > org.apache.solr:solr-commons-csv:1.4.2-SNAPSHOT' > > [copy] Copying 1 file to > > /Users/simpatico/SOLR_HOME/build/maven/contrib/dataimporthandler > > [artifact:install-provider] Installing provider: > &

RE: Is it possible to build Solr as a maven project?

2011-05-10 Thread Steven A Rowe
/maven/. Please write back if you run into any problems. Steve From: Gabriele Kahlout [mailto:gabri...@mysimpatico.com] Sent: Tuesday, May 10, 2011 8:37 AM To: boutr...@gmail.com Cc: solr-user@lucene.apache.org; Steven A Rowe; ryan...@gmail.com Subject: Re: Is it possible to build Solr as a maven p

Re: Is it possible to build Solr as a maven project?

2011-05-10 Thread Gabriele Kahlout
ommons-csv:1.4.2-SNAPSHOT' > > [copy] Copying 1 file to > > /Users/simpatico/SOLR_HOME/build/maven/contrib/dataimporthandler > > [artifact:install-provider] Installing provider: > > org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2 > > > > BUILD FAILED >

Re: Is it possible to build Solr as a maven project?

2011-05-05 Thread Gabriele Kahlout
gt; Sent: Thursday, May 05, 2011 2:41 PM > > To: solr-user@lucene.apache.org > > Subject: Re: Is it possible to build Solr as a maven project? > > > > Steven, thank you! > > > > $ mvn -DskipTests=true install > > works! > > > > [INFO] React

RE: Is it possible to build Solr as a maven project?

2011-05-05 Thread Steven A Rowe
You're welcome, I'm glad you got it to work. - Steve > -Original Message- > From: Gabriele Kahlout [mailto:gabri...@mysimpatico.com] > Sent: Thursday, May 05, 2011 2:41 PM > To: solr-user@lucene.apache.org > Subject: Re: Is it possible to build Solr as a maven pr

Re: Is it possible to build Solr as a maven project?

2011-05-05 Thread Gabriele Kahlout
Steven, thank you! $ mvn -DskipTests=true install works! [INFO] Reactor Summary: [INFO] [INFO] Grandparent POM for Apache Lucene Java and Apache Solr SUCCESS [13.142s] [INFO] Lucene parent POM . SUCCESS [0.345s] [INFO] Lucene Core .

Re: Is it possible to build Solr as a maven project?

2011-05-05 Thread lboutros
tion in the Solr-core POM. I've committed this too. > > If you "svn update" you will get these two fixes. > > Thank you very much for persisting, and reporting the problems you have > encountered. > > Steve > > > > ------ > I

RE: Is it possible to build Solr as a maven project?

2011-05-05 Thread Steven A Rowe
Hi Gabriele, On 5/5/2011 at 9:57 AM, Gabriele Kahlout wrote: > Okay, that sequence worked, but then shouldn't I be able to do $ mvn > install afterwards? This is what I get: ... > COMPILATION ERROR : > - > org/apache/solr/spelling/suggest

Re: Is it possible to build Solr as a maven project?

2011-05-05 Thread Gabriele Kahlout
--Original Message- > > From: Gabriele Kahlout [mailto:gabri...@mysimpatico.com] > > Sent: Thursday, May 05, 2011 1:22 AM > > To: solr-user@lucene.apache.org > > Subject: Re: Is it possible to build Solr as a maven project? > > > > Thank you so much for

RE: Is it possible to build Solr as a maven project?

2011-05-05 Thread Steven A Rowe
:gabri...@mysimpatico.com] > Sent: Thursday, May 05, 2011 1:22 AM > To: solr-user@lucene.apache.org > Subject: Re: Is it possible to build Solr as a maven project? > > Thank you so much for this gem, David! > > I still don't manage to build though: > $ svn update > At revision 1

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
Thank you so much for this gem, David! I still don't manage to build though: $ svn update At revision 1099684. $ mvn clean $ mvn -N -Pbootstrap install [INFO] [INFO] BUILD FAILURE [INFO] ---

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Smiley, David W.
Hi folks. What you're supposed to do is run: mvn -N -Pbootstrap install as the very first one-time only step. It copies several custom jar files into your local repository. From then on you can build like normally with maven. ~ David Smiley Author: http://www.packtpub.com/solr-1-4-enterprise-

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread lboutros
I opened and built my needed projects in Netbeans, i.e.: Solr Core, Solr Search Server, Solrj, Lucene Core etc But with the given library you should go to the next step. Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
ncy from? > > > > On Wed, May 4, 2011 at 1:26 PM, Gabriele Kahlout > > <[hidden email]< > http://user/SendEmail.jtp?type=node&node=2900157&i=0&by-user=t>>wrote: > > > > > > > > > - > Jouve > France. > -- > View

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread lboutros
> On Wed, May 4, 2011 at 1:26 PM, Gabriele Kahlout > <[hidden > email]<http://user/SendEmail.jtp?type=node&node=2900157&i=0&by-user=t>>wrote: > > > - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2900323.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
but it doesn't build. Now, I've checked out solr4 from the trunk and tried to build the maven project there, but it fails downloading berkleydb: BUILD FAILURE Total time: 1:07.367s Finished at: Wed May 04 20:33:29 CEST 2011

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
It worked after checking out the dev-tools folder. Thank you! On Wed, May 4, 2011 at 1:20 PM, lboutros wrote: > >description="Copy Maven POMs from dev-tools/maven/ to their target > locations"> > > > > > > > > > -- Regards, K. Gabriele

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread lboutros
ok, this is part of my build.xml (from the svn repository) : Ludovic. - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2898339.html Sent from

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
Uploading repository metadata for: 'snapshot > > org.apache.solr:solr-commons-csv:1.4.2-SNAPSHOT' > > [copy] Copying 1 file to > > /Users/simpatico/SOLR_HOME/build/maven/contrib/dataimporthandler > > [artifact:install-provider] Installing provider: > >

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread lboutros
l-provider] Installing provider: > org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2 > > BUILD FAILED > /Users/simpatico/SOLR_HOME/build.xml:809: The following error occurred > while > executing this line: > */Users/simpatico/SOLR_HOME/common-build.xml:274: artifact:deploy doesn't > support the nested "attach" element* > > - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2898315.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
t; >> If an email is sent by a sender that is not a trusted contact or the >> email does not contain a valid code then the email is not received. A >> valid code starts with a hyphen and ends with "X". >> ∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y >> ∈ L(-[a-z]+[0-9]X)). &g

Re: Is it possible to build Solr as a maven project?

2011-05-04 Thread lboutros
383...@n3.nabble.com > To unsubscribe from Solr - User, click > here<http://lucene.472066.n3.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=472068&code=Ym91dHJvc2xAZ21haWwuY29tfDQ3MjA2OHw0Mzk2MDUxNjE=>. > > - Jouve France. -- View this message in context: http://lucene.472066.n3.nabble.com/Is-it-possible-to-build-Solr-as-a-maven-project-tp2898068p2898084.html Sent from the Solr - User mailing list archive at Nabble.com.

Is it possible to build Solr as a maven project?

2011-05-04 Thread Gabriele Kahlout
Hello, I'm trying to modify Solr and I think debugging will be very useful to understand what's going on. Hence I'd like to use an IDE (NetBeans) which automatically supports Maven projects. I see under src/maven that there are templates but I'm not sure how to use them to mavenize the build/proje