浏览代码

added dbg ant build path

Piotr Labudda 8 年之前
父节点
当前提交
da230a7878
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      SE/se-lib/Schema/SystemObjectFieldStorageAcl.php

+ 1 - 0
SE/se-lib/Schema/SystemObjectFieldStorageAcl.php

@@ -134,6 +134,7 @@ class Schema_SystemObjectFieldStorageAcl extends Core_AclSimpleSchemaBase {
 	public function updateCacheAntAcl($item) {
 	public function updateCacheAntAcl($item) {
 		Lib::loadClass('AntAclBase');
 		Lib::loadClass('AntAclBase');
 		$antAclPath = Schema_SystemObjectFieldStorageAcl::getAntAclXsdBasePath($item['typeName']);
 		$antAclPath = Schema_SystemObjectFieldStorageAcl::getAntAclXsdBasePath($item['typeName']);
+		DBG::log(['typeName'=>$item['typeName'], 'antAclPath'=>$antAclPath], 'array', "AntAcl build.xml path");
 		if (!file_exists("{$antAclPath}/build.xml")) throw new Exception("Ant build file not exists");
 		if (!file_exists("{$antAclPath}/build.xml")) throw new Exception("Ant build file not exists");
 
 
 		Lib::loadClass('XML');
 		Lib::loadClass('XML');