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

Steve Rowe commented on LUCENE-4758:
------------------------------------

bq. In the new lucene/build.xml in the patch, does 'compile' actually compile 
test-framework?

No, it doesn't.  I intentionally left it out - it seems pretty clear to me that 
test-framework belongs in the same bucket as {{\*/src/test/\*\*}}, which gets 
compiled via 'ant compile-test'.  (I should go test that assumption :) ).

bq. the 'jar' target seems more clear that everything is jar'ed (including 
test-framework)

Yeah, test-framework jar is externally consumable, so excluding it from 'ant 
jar' seemed wrong.
                
> 'ant jar' and 'ant compile' should recurse
> ------------------------------------------
>
>                 Key: LUCENE-4758
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4758
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: general/build
>            Reporter: Steve Rowe
>            Assignee: Steve Rowe
>            Priority: Minor
>         Attachments: LUCENE-4758.patch
>
>
> Right now, 'ant compile' at the top level compiles Lucene core, all non-test 
> Solr sources, and all Lucene modules on which Solr depends.  
> {{lucene/codecs/}}, e.g., doesn't get compiled, because 'ant compile' is an 
> alias for 'ant compile-core' under lucene/.
> Similarly for 'ant jar' (except there is no top-level target for this right 
> now), with some problems under solr/.
> Both these targets should recurse at all levels.
> Under lucene/ and solr/, 'ant jar-core' and 'ant compile-core' should be 
> aliased to running the operation under core/.

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to