Re: Build does not create webapp

2011-05-15 Thread karanveer singh
Thanks so much! On Sun, May 15, 2011 at 9:27 PM, Erick Erickson wrote: > try "ant example" > > Best > Erick > > On Sun, May 15, 2011 at 11:15 AM, karanveer singh > wrote: >> After downloading the apache solr 3.1.0 source, I built it using ant >> (ant compile). >> However, this does not create th

Re: Build does not create webapp

2011-05-15 Thread Erick Erickson
try "ant example" Best Erick On Sun, May 15, 2011 at 11:15 AM, karanveer singh wrote: > After downloading the apache solr 3.1.0 source, I built it using ant > (ant compile). > However, this does not create the webapp in solr/example/webapps > There is also nothing in solr/example/work. > > Any i

Build does not create webapp

2011-05-15 Thread karanveer singh
After downloading the apache solr 3.1.0 source, I built it using ant (ant compile). However, this does not create the webapp in solr/example/webapps There is also nothing in solr/example/work. Any idea how to make this work?