[kepler-dev] [Bug 3898] - update .kepler instead of removing it between versions
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Tue Aug 25 11:50:04 PDT 2009
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=3898
------- Comment #9 from cxh at eecs.berkeley.edu 2009-08-25 11:50 -------
Rick Moore writes:
Turns out that DBConnectionFactory gets it's path from DotKeplerManager. Here
are the files/lines I had to change to make this work:
* build-area/src/org/kepler/build/CleanCache.java: 39> File
keplerCache = new File(userDir, ".kepler");
* core/src/org/ecoinformatics/util/Config.java: 76> private
static final String settingsdir = ".kepler";
* core/src/org/kepler/util/DotKeplerManager.java 26> +
File.separator + ".kepler" + File.separator;
* core/src/org/kepler/util/DotKeplerManager.java: 122> + ".kepler"
+ File.separator + "cache"
As it now stands, my production version uses ${user.home}\.kepler and my dev
version uses ${user.home}\.kepler-dev
Rick
More information about the Kepler-dev
mailing list