Great, I'll give it a whirl when I see the notification come back through. Erick
On Wed, Aug 25, 2010 at 7:24 AM, Steven Rowe (JIRA) <j...@apache.org> wrote: > > [ > https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902459#action_12902459] > > Steven Rowe commented on LUCENE-2611: > ------------------------------------- > > Hi Erick, > > bq. I have to go in to each module and re-select "project sdk" on the > dependencies tab, even though it looks like it's already selected! > > I removed a chunk of configuration from the *.iml files that sets this, I > think - I'll post a patch shortly that puts the per-module project SDK > inheritance back, and should hopefully address the problem you're seeing. > > > IntelliJ IDEA setup > > ------------------- > > > > Key: LUCENE-2611 > > URL: https://issues.apache.org/jira/browse/LUCENE-2611 > > Project: Lucene - Java > > Issue Type: New Feature > > Components: Build > > Affects Versions: 4.0 > > Reporter: Steven Rowe > > Priority: Minor > > Fix For: 4.0 > > > > Attachments: LUCENE-2611.patch > > > > > > Setting up Lucene/Solr in IntelliJ IDEA can be time-consuming. > > The attached patch adds a new top level directory {{dev-tools/}} with > sub-dir {{idea/}} containing basic setup files for trunk, as well as a > top-level ant target named "idea" that copies these files into the proper > locations. This arrangement avoids the messiness attendant to in-place > project configuration files directly checked into source control. > > The IDEA configuration includes modules for Lucene and Solr, each Lucene > and Solr contrib, and each analysis module. A JUnit test run per module is > included. > > Once {{ant idea}} has been run, the only configuration that must be > performed manually is configuring the project-level JDK. > > If this patch is committed, Subversion svn:ignore properties should be > added/modified to ignore the destination module files (*.iml) in each > module's directory. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > >