Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-4548

would like an alternative location for ant.properties

    XMLWordPrintableJSON

Details

    Description

      The current build.xml directs ant to look for a file ant.properties in user.home.
      This can get confusing when you have multiple versions on the same machine.
      I've worked around this in the past by pointing ant at other directories with -Duser.home=..., but it would be easier to have another place set up - I don't really like changing user.home.

      We could add another line to build.xml, e.g., for trunk's current build.xml:
      @@ -20,6 +20,7 @@

      <!-- Set Properties -->
      <!-- User settings -->
      + <property file="ant.properties"/>
      <property file="${user.home}/ant.properties"/>
      <!-- Set property lib dir -->
      <property name="properties.dir" value="tools/ant/properties"/>

      This would make ant look first for ant.properties in the same directory as the top level build.xml, and secondly for the one in user.home.

      If the community agrees this would be ok, I'd like to make this change and backport it all the way to 10.0.
      By having an additional place we'd not cause incompatibilities to other build processes (except if someone has put an ant.properties file in the top of the checked out tree).

      If we do this, I think it's up to the developers to ensure that there's not 2 ant.properties files that are conflicting.

      Attachments

        1. DERBY-4548.diff_2
          0.5 kB
          Myrna van Lunteren
        2. DERBY-4548.diff
          0.4 kB
          Myrna van Lunteren

        Activity

          People

            myrna Myrna van Lunteren
            myrna Myrna van Lunteren
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: