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

Steve Rowe commented on LUCENE-5193:
------------------------------------

+1

I was worried that lucene-codecs src jar wouldn't be built -- in my mind it's 
in the same category as core and test-framework: an internal module -- but it's 
pulled in by the {{modules-crawl}} macro, which runs over all sub-directories 
with {{build.xml}} except {{build/}}, {{core/}}, {{test-framework/}}, and 
{{tools/}}.

I'll make another patch for Solr and the top-level {{build.xml}}.
                
> Add jar-src to build.xml
> ------------------------
>
>                 Key: LUCENE-5193
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5193
>             Project: Lucene - Core
>          Issue Type: New Feature
>          Components: general/build
>            Reporter: Shai Erera
>            Priority: Minor
>         Attachments: LUCENE-5193.patch, LUCENE-5193.patch
>
>
> I think it's useful if we have a top-level jar-src which generates source 
> jars for all modules. One can basically do that by iterating through the 
> directories and calling 'ant jar-src' already, so this is just a convenient 
> way to do it. Will attach a patch shortly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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