Liferay - Error while creating first portlet plugin project

自闭症网瘾萝莉.ら 提交于 2019-12-02 10:09:37
Parkash Kumar

I changed the permissions of all folders involved in the task to 777. It worked :)

The comment in the referred link says, he had permissions issue (probably he had read-only) for the folder where he wanted to create portlet. So, he changed it to 777 (read, write, and execute).

Actually, its not the builder which is failing in creating new plugin, it is the OS that is not allowing the contents to be written on file system.

You can change permission of particular folder referring following link:
How to set 777 permission on a particular folder?

However, if you are further interested in permission system, go to:
http://www.maketecheasier.com/file-permissions-what-does-chmod-777-means/

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!