You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steven Rowe (JIRA)" <ji...@apache.org> on 2011/05/23 21:35:47 UTC

[jira] [Commented] (SOLR-2452) rewrite solr build system

    [ https://issues.apache.org/jira/browse/SOLR-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038159#comment-13038159 ] 

Steven Rowe commented on SOLR-2452:
-----------------------------------

Robert, I synch'd this up to trunk yesterday (and it's already out of date!), and made a few minor changes.

One of the changes I made was switching the {{solr/contrib/analysis-extras/}} layout to the conventional Maven layout, to mirror all the other Solr contribs:

{noformat}
src/
+--- main/
|    +--- java/   
+--- test/
     +--- java/
     +--- resources/
{noformat}

But I see that the layout for the new {{modules/suggest/}} module you just added (LUCENE-2995) is:

{noformat}
src/
+--- java/
+--- test/
{noformat}

(and if it had had any test resources, I assume they would be under {{src/test-files/}}).

I think there should just be one layout for all Lucene & Solr modules (in the abstract sense of the word).

I would be fine with switching all the Solr contribs to use the same layout as the new suggest module.

Thoughts?

> rewrite solr build system
> -------------------------
>
>                 Key: SOLR-2452
>                 URL: https://issues.apache.org/jira/browse/SOLR-2452
>             Project: Solr
>          Issue Type: Task
>          Components: Build
>            Reporter: Robert Muir
>             Fix For: 3.2, 4.0
>
>
> As discussed some in SOLR-2002 (but that issue is long and hard to follow), I think we should rewrite the solr build system.
> Its slow, cumbersome, and messy, and makes it hard for us to improve things.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org