[Cs-versionparse-commits] SF.net SVN: cs-versionparse:[18] trunk/0.1/cs_version.abstract.class.php
Status: Inactive
Brought to you by:
crazedsanity
From: <cra...@us...> - 2009-02-03 18:45:27
|
Revision: 18 http://cs-versionparse.svn.sourceforge.net/cs-versionparse/?rev=18&view=rev Author: crazedsanity Date: 2009-02-03 18:45:23 +0000 (Tue, 03 Feb 2009) Log Message: ----------- Minor update to show filename it attempted to use for a VERSION file. /cs_version.abstract.class.php: * auto_set_version_file(): -- add bit indicating what file it attempted to use (#235) Modified Paths: -------------- trunk/0.1/cs_version.abstract.class.php Modified: trunk/0.1/cs_version.abstract.class.php =================================================================== --- trunk/0.1/cs_version.abstract.class.php 2009-01-30 14:36:40 UTC (rev 17) +++ trunk/0.1/cs_version.abstract.class.php 2009-02-03 18:45:23 UTC (rev 18) @@ -137,7 +137,7 @@ $this->set_version_file_location($dir .'/VERSION'); } else { - throw new exception(__METHOD__ .": failed to automatically set version file"); + throw new exception(__METHOD__ .": failed to automatically set version file (tried ". $dir ."/VERSION)"); } } }//end auto_set_version_file() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |