Re: Dev tool

2006-03-22 Thread Chris Hostetter
: I personally use IntelliJ IDEA, and I don't use the ant build in my : IDEA project. : ant is for the official build. meanwhile, i use nothing by emacs to edit, and ant on the commandline for all of my building. .. it works just fine. -Hoss

Re: Dev tool

2006-03-22 Thread Yonik Seeley
Hi Mike, I personally use IntelliJ IDEA, and I don't use the ant build in my IDEA project. ant is for the official build. -Yonik On 3/22/06, Mike Austin <[EMAIL PROTECTED]> wrote: > What editor/IDE/tool do you guys use to edit and build the solr source > code? It looks like you use ant, and I wa

Dev tool

2006-03-22 Thread Mike Austin
What editor/IDE/tool do you guys use to edit and build the solr source code? It looks like you use ant, and I was able to build it with ant/eclipse. I know you may use different based on taste, but is there a standard IDE that you would recommend(besides nedit or vi)? Thanks

Re: solr scripts

2006-03-22 Thread Bill Au
The scripts are only necessary if one does replication. So I was thinking they would go their own zip file since they are "optional"/"add-on". They cetainly don't belong in the jar. And I don't think they belong in the war. Do we just leave them in the src zip file and leave it up to the users to