[ 
https://issues.apache.org/jira/browse/LUCENE-3753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Rowe updated LUCENE-3753:
--------------------------------

    Attachment: LUCENE-3753.patch

This version of the patch adds:
* alias targets {{test-core}} and {{javadocs-core}} to 
{{lucene/core/build.xml}};
* alias target {{javadocs-core}} to {{lucene/test-framework/build.xml}}; and
* a new target {{compile-test}} to {{lucene/build.xml}}, which compiles all 
modules' non-test and test sources (the existing target {{build-contrib}} also 
builds contribs' jars).

Also, I added {{mkdir ${build.dir}}{{\}}} to the {{javadocs}} targets in 
{{lucene/core/}} and {{lucene/test-framework/}}, to make sure the target dir 
for the javadocs jars exists. (This isn't necessary in the current setup 
because the target dir is {{lucene/build/}}, which gets created when 
{{${javadoc.dir}}{{\}}} is created by these targets.)
                
> Restructure the Lucene build system
> -----------------------------------
>
>                 Key: LUCENE-3753
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3753
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: general/build
>    Affects Versions: 3.6, 4.0
>            Reporter: Steven Rowe
>            Assignee: Steven Rowe
>         Attachments: LUCENE-3753.patch, LUCENE-3753.patch
>
>
> Split out separate core/, test-framework/, and tools/ modules, each with its 
> own build.xml, under the lucene/ directory, similar to the Solr restructuring 
> done in SOLR-2452.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to