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