RE: Problems setting up Lucene project in Eclipse

2012-07-09 Thread Uwe Schindler
To set up Eclipse classpath don't rename/copy files, do the following: - Check out source - Go to root folder and run ant eclipse After that you can open the checkout as a eclipse project. Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail:

RE: Problems setting up Lucene project in Eclipse

2012-07-09 Thread Svetlana
Hi, isn't the 'ant eclipse' method out-of-date? There is no eclipse target in the build.xml anymore. I have only seen that in older versions of lucene. In anycase I have tried it and it doesn't work because there is no target. - Svetlana -- View this message in context:

RE: Problems setting up Lucene project in Eclipse

2012-07-09 Thread Steven A Rowe
get solr/.) Steve -Original Message- From: Svetlana [mailto:mailingli...@dswp.co.uk] Sent: Monday, July 09, 2012 12:19 PM To: dev@lucene.apache.org Subject: RE: Problems setting up Lucene project in Eclipse Hi, isn't the 'ant eclipse' method out-of-date? There is no eclipse target

RE: Problems setting up Lucene project in Eclipse

2012-07-09 Thread Svetlana
Hi, Thank-you all. For some reason when I checked out the source using subclipse I only got the directories for solr, lucene and dev-tools. I didn't get the build.xml for everything. I deleted everything and re-imported using svn command line and now got the missing build.xml so ant eclipse