To add a new module, you have to first do the Ant/Ivy based setup (in general its simplest to copy another module) and then edit build.xml and ivy.xml to pull in dependencies. I assume your new module will depend on contrib/extraction, so you would need to make a dependency to the build.xml so it can build with ant. It is not needed for the eclipse setup (because Lucene/Solr uses one large classpath inside Eclipse and dependencies don’t exist), but for the final module deployment in Lucene’s ant/ivy build system, the setup must be correct. I am sorry, it is a bit complicated. Maybe we move to Gradle build at some point…
Once this is done, you can run “ant eclipse” and do what Shawn Heisey already said. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: [email protected] From: lewis john mcgibbney [mailto:[email protected]] Sent: Monday, February 22, 2016 10:27 PM To: [email protected] Subject: Adding New Module to Eclipse Packaging Hi dev@, Been unable to implement the Eclipse configuration for a new module as of yet. I see the configuration within dev-tools/eclipse and I have edited a number of idea and maven configuration but still unable to see the new packages when importing into Eclipse. Can someone please point me to the code which defines the Eclipse packaging?\ Thank you very much. lewis
