From: Jan Michel Date: Tue, 6 Aug 2013 16:58:14 +0000 (+0200) Subject: most hardcoded stuff changed X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=aa0a04d99d9a5d3565b0318bd10e8695fdd30376;p=mvdsensorcontrol.git most hardcoded stuff changed --- diff --git a/Environment.pm b/Environment.pm index f343aa2..649e862 100644 --- a/Environment.pm +++ b/Environment.pm @@ -15,7 +15,7 @@ use constant SETUPDIR => JTAGROOTPATH."setup/"; use constant CONFDIR => JTAGROOTPATH."config/"; use constant SPECDIR => JTAGROOTPATH."specs/"; use constant PICTUREPATH => TEMPDIR."prevImgs/"; #path for images on webserver (absolute path) -use constant PICTUREPATHREL => "/jtag/temp/prevImgs/"; #path for images on webserver for browser +use constant PICTUREPATHREL => "../temp/prevImgs/"; #path for images on webserver relative to tools/ use constant DUMPPATH => "/tmp/MAPS_PREV/"; #path for small hld dumps use constant SETUPFILE => SETUPDIR."testsetup.xml"; diff --git a/tools/testgui.pl b/tools/testgui.pl index 2b0508c..c8ed771 100755 --- a/tools/testgui.pl +++ b/tools/testgui.pl @@ -23,8 +23,8 @@ use Environment; our $setupDir = SETUPDIR; our $confDir = CONFDIR; our $specDir = SPECDIR; -my $picPathRel= PICTUREPATHREL; -my $picPath = PICTUREPATH; +my $picPath= PICTUREPATHREL; +# my $picPath = PICTUREPATH; my $setupFile = SETUPFILE; # the file that tells me what fields should be printed in the quick edit area