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

JAR resolution/ cleanup should be done automatically for ant clean/ eclipse/ resolve.

Details

    • Task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 4.0-BETA, 6.0
    • None
    • None
    • New

    Description

      I think we should add the following target deps:

      ant clean [depends on] clean-jars
      ant resolve [depends on] clean-jars
      ant eclipse [depends on] resolve, clean-jars
      ant idea [depends on] resolve, clean-jars

      This eliminates the need to remember about cleaning up stale jars which users complain about (and I think they're right about it). The overhead will be minimal since resolve is only going to copy jars from cache. Eclipse won't have a problem with updated JARs if they end up at the same location.

      If there are no objections I will fix this in a few hours.

      Attachments

        1. LUCENE-4115.patch
          4 kB
          Dawid Weiss

        Activity

          People

            dweiss Dawid Weiss
            dweiss Dawid Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: