[Frameworkspider-svn] spider-commit [115] spiderのビルドファイル作成パスが一部のWindows環境でうまく動作しなかった問題の修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 6月 25日 (金) 17:58:40 JST


Revision: 115
          http://sourceforge.jp/projects/frameworkspider/svn/view?view=rev&revision=115
Author:   m_nakashima
Date:     2010-06-25 17:58:40 +0900 (Fri, 25 Jun 2010)

Log Message:
-----------
spiderのビルドファイル作成パスが一部のWindows環境でうまく動作しなかった問題の修正

Modified Paths:
--------------
    current/spider/lib/spider/BuildInformation.class.php


-------------- next part --------------
Modified: current/spider/lib/spider/BuildInformation.class.php
===================================================================
--- current/spider/lib/spider/BuildInformation.class.php	2010-06-25 01:32:22 UTC (rev 114)
+++ current/spider/lib/spider/BuildInformation.class.php	2010-06-25 08:58:40 UTC (rev 115)
@@ -128,7 +128,7 @@
 		$binFilePath	= DIR_PATH_BIN.'/'.$vartualRoot
 			.'/'.str_replace('/','_',$appBaseUri)
 			.'/'.$this->getAgentPageUri();
-		while( strpos($binFilePath,DIRECTORY_SEPARATOR) !== false ){
+		if( strpos($binFilePath,DIRECTORY_SEPARATOR) !== false ){
 			$binFilePath	= str_replace(DIRECTORY_SEPARATOR,'/',$binFilePath);
 		}
 		while( strpos($binFilePath,'//') !== false ){



Frameworkspider-svn メーリングリストの案内
Back to archive index