It would seem like several of the sun projects require the "ant dist" command
in order for everything to get built properly. Solr and Uima being two that
have been mentioned in the last two days. Is there any way that we can include
these in the root build script to cut out all the extra steps?
I found the problem...You HAVE to build the Solr directory using "ant example"
in order for the web application to start properly. Sorry to post so many times.
Adam
On Jan 28, 2011, at 5:20 PM, Adam Estrada wrote:
> All,
>
> I've checked out the latest code and built the root directory with an
All,
I've checked out the latest code and built the root directory with ant compile
and then I build the solr directory again using the ant dist command which
gives me the lucene-libs directory and a couple others. Now Solr won't start.
What am I missing??? This is as far as it gets.
mini:ex