Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-4758

'ant jar', 'ant compile' and 'ant compile-test' should recurse

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 4.2, 6.0
    • general/build
    • None
    • New, Patch Available

    Description

      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/.

      There is no top-level 'ant compile-test'.

      All 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/.

      Attachments

        1. LUCENE-4758.patch
          8 kB
          Steven Rowe
        2. LUCENE-4758.patch
          5 kB
          Steven Rowe

        Activity

          People

            sarowe Steven Rowe
            sarowe Steven Rowe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: