Hello, I noticed in our top-level trunk folder, it looks like this: * build.xml * dev-tools * lucene * modules * solr
Perhaps we should add a very basic README.txt to get people started? I noticed other projects seem to have something like this. I was thinking something like: lucene/ is a search engine library solr/ is a search engine server that uses lucene modules/ is shared code To compile the sources run 'ant compile' To run all the tests run 'ant test' To setup your ide run 'ant copy-idea-files' (for Intellij) or 'ant eclipse' (for eclipse) For more information on how to contribute see <wiki link> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
