我得到[Errno 13]在项目中添加一些git子模块后拒绝权限(在qooxdoo中)

时间:2012-09-26 11:37:35

标签: git permissions qooxdoo

当我尝试编译qooxdoo应用程序时发生错误:

 generate.py source

 ----------------------------------------------------------------------------
     Executing: source::source-script
 ----------------------------------------------------------------------------
 >>> Scanning libraries  [Errno 13] Permission denied:      
 u'C:\\web\\production01_server\\node_modules\\production\\client\\Qooxdoo'

我最近添加了qooxdoo作为子模块来使用qooxdoo文件夹生成。由于此错误,它无法正常工作。现在我回到最后一个qooxdoo路径,错误是一样的。

以前工作过:

        {
           "manifest" : "../../../../../about_projects/third_party/qooxdoo/qooxdoo-1.6-sdk"
          ,"uri": "/qooxdoo"
        }

现在它无法正常工作。我已经改变了config.json中的路径。

现在我甚至不知道问题是什么:

  • 我已为我的用户的所有文件添加了权限/所有权
  • 我删除了所有只读文件

问题仍然存在。

我正在使用win-vista。

由于

1 个答案:

答案 0 :(得分:0)

我应该改变:

        "QOOXDOO_PATH" : "../Qooxdoo",

而不是图书馆。

即便如此,我仍然有一个似乎more solvable的错误:

>>> Processing configuration
Expecting property name: line 626 column 3 (char 13185)
File:
C:\web\production01_server\node_modules\production\client\Qooxdoo\component\testrunner\testrunner.json

再次发生,似乎如果我在这样的库中留下qooxdoo:

        {
           "manifest" : "../Qooxdoo"
          ,"uri": "/qooxdoo"
        }

在这个问题中抛出错误。