Re: Hotness library location on Windows

From: Mike Schrag (mschra..dimension.com)
Date: Mon Sep 08 2008 - 13:31:15 EDT

  • Next message: Mike Schrag: "Re: Hotness (was: ...)"

    > It was created at C:\Documents and Settings\MYNAME\Documents and
    > Settings\AppData\Local\WOLips\wobuild.properties - a rather non-
    > standard location!
    Small bug in the lookup method:
    this.wolipsPropertiesFile = new File(System.getProperty("user.home"),
    "Documents and Settings/Application Data/WOLips/" +
    WOVariables.WOLIPS_PROPERTIES_FILE_NAME);
    if (!isValidWOlipsPropertiesFile()) {
            this.wolipsPropertiesFile = new File(System.getProperty("user.home"),
    "Documents and Settings/AppData/Local/WOLips/" +
    WOVariables.WOLIPS_PROPERTIES_FILE_NAME);
    }

    Because it doesn't exist yet, it's considered invalid and then goes to
    the next one down ... Those ARE, by the way, standard Windows
    locations for application data :)

    It's also wolips.properties now instead of wobuild.properties, for
    what it's worth.

    ms



    This archive was generated by hypermail 2.0.0 : Mon Sep 08 2008 - 13:32:26 EDT