diff --git a/bundledApps/WAIL.py b/bundledApps/WAIL.py index 01215796..4991f705 100644 --- a/bundledApps/WAIL.py +++ b/bundledApps/WAIL.py @@ -623,6 +623,7 @@ def launchHeritrix(self): cmd = '{0} -a {1}:{2}'.format( config.heritrixBinPath, config.heritrixCredentials_username, config.heritrixCredentials_password) + print(cmd) # TODO: shell=True was added for OS X diff --git a/bundledApps/WAILConfig.py b/bundledApps/WAILConfig.py index 0d425336..33d9ff3c 100644 --- a/bundledApps/WAILConfig.py +++ b/bundledApps/WAILConfig.py @@ -273,12 +273,12 @@ wailPath = "C:\\wail" aboutWindow_iconPath = wailPath + aboutWindow_iconPath - jdkPath = wailPath + "\\bundledApps\\Java\\Windows\\jdk1.7.0_80.jdk\\" + jdkPath = wailPath + "\\bundledApps\\Java\\Windows\\jdk1.7.0_80\\" jreHome = jdkPath javaHome = jdkPath heritrixPath = wailPath + "\\bundledApps\\heritrix-3.2.0\\" - heritrixBinPath = heritrixPath + "\\bin\\heritrix.cmd" + heritrixBinPath = heritrixPath + "bin\\heritrix.cmd" heritrixJobPath = heritrixPath + "\\jobs\\" tomcatPath = wailPath + "\\bundledApps\\tomcat" warcsFolder = wailPath + "\\archives"