From: <ble...@us...> - 2010-09-20 17:42:52
|
Revision: 3593 http://bigdata.svn.sourceforge.net/bigdata/?rev=3593&view=rev Author: blevine218 Date: 2010-09-20 17:42:45 +0000 (Mon, 20 Sep 2010) Log Message: ----------- set appDotHome correctly Modified Paths: -------------- branches/maven_scaleout/bigdata-core/src/test/deploy/testing/data/com/bigdata/jini/start/config/testfed.config Modified: branches/maven_scaleout/bigdata-core/src/test/deploy/testing/data/com/bigdata/jini/start/config/testfed.config =================================================================== --- branches/maven_scaleout/bigdata-core/src/test/deploy/testing/data/com/bigdata/jini/start/config/testfed.config 2010-09-20 17:24:17 UTC (rev 3592) +++ branches/maven_scaleout/bigdata-core/src/test/deploy/testing/data/com/bigdata/jini/start/config/testfed.config 2010-09-20 17:42:45 UTC (rev 3593) @@ -118,6 +118,8 @@ */ com.bigdata.jini.start.config.ServiceConfiguration { + private static appDotHome = System.getProperty("app.home", ConfigMath.getAbsolutePath(new File(".")) ); + // Optional command line arguments. //args=new String[]{}; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |