Hi !

I had emailed on this alias a few days back regarding some issues with codestriker-1.9.1

On discussing with some folks in our group, we figured out that making the following changes seemed to make the tool work as demo'ed on the website. Pasting the diff below.

Am wondering, if there is something amiss with the code for locating codestriker.css in Response.pm as can be seen from the diff below or something that needs configuring in the codestriker.conf file.

Pls. let me know.

Thanks and regards,
Akshay

@zeppelin-1> /auto/ch-www/.snapshot/nightly.1/SQA/var/www/codestriker/codestriker-1.9.1/lib/Codestriker/Http# diff ./Response.pm /auto/ch-www/SQA/var/www/codestriker/codestriker-1.9.1/lib/Codestriker/Http/Response.pm
215,221c215,221
<     my $codestriker_css;
<     if ($Codestriker::codestriker_css ne "") {
<       $codestriker_css = $Codestriker::codestriker_css;
<     } else {
<       $codestriker_css = $query->url();
< $codestriker_css =~ s/codestriker\/codestriker\.pl/codestrikerhtml\/codestriker\.css/;
<     }
---
my $codestriker_css = "/SQA/var/www/codestriker/codestriker-1.9.1/html/codestriker.css";
    #if ($Codestriker::codestriker_css ne "") {
        #$codestriker_css = $Codestriker::codestriker_css;
    #} else {
      #$codestriker_css = $query->url();
#$codestriker_css =~ s/codestriker\/codestriker\.pl/codestriker\/html\/codestriker\.css/;
    #}
223a224,225
#my $base_path_girish = "/SQA/var/www/codestriker/codestriker-1.9.1/html/";
    #$overlib_js = $base_path_girish."overlib.js";
@zeppelin-1>

_________________________________________________________________
Take a holiday with a difference. Win a trip to Austria. http://server1.msn.co.in/SP05/CoxKings/index.asp Click for more details



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Codestriker-user mailing list
Codestriker-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/codestriker-user

Reply via email to