【发布时间】:2014-01-21 12:59:53
【问题描述】:
我正在尝试在 liferay 6.2 中构建主题。我能够构建主题,但自动部署不起作用。 我已经在 portal-setup-wizard.properties 中设置了 autodeploy 目录,比如
auto.deploy.enabled=true
auto.deploy.deploy.dir=${liferay.home}/deploy
build.user.properties 中的条目是
app.server.portal.dir = D:\Projects\Site\liferay-portal-6.2.0-ce-ga1\tomcat-7.0.42\webapps\ROOT app.server.lib.global.dir = D:\Projects\Site\liferay-portal-6.2.0-ce-ga1\tomcat-7.0.42\lib\ext app.server.deploy.dir = D:\Projects\Site\liferay-portal-6.2.0-ce-ga1\tomcat-7.0.42\webapps app.server.type = tomcat app.server.dir = D:\Projects\Site\liferay-portal-6.2.0-ce-ga1\tomcat-7.0.42
当构建成功时,我在控制台中收到消息
将 1 个文件复制到 D:\Projects\Site\bundles\deploy
我无法从部署目录路径的位置进行纠正。我没有指定 D:\Projects\Site\bundles\deploy 任何位置。
【问题讨论】: