使用 Eclipse Liferay IDE 制作 Liferay Hook 时出现问题 - 仅获取空项目

发布于 2024-11-27 01:44:15 字数 758 浏览 1 评论 0原文

我正在使用 Eclipse Liferay IDE 来连接 Liferay 本机 portlet。我的意思是默认安装的 portlet,例如。博客、内容管理或类似内容。

我已经完成了如下步骤:

  1. 选择新的 Liferay 项目
  2. 输入项目名称MyHook
  3. 进行配置(找到运行时的 SDK 目录和 Liferay Server 实例)
  4. 选择要Hook的插件类型

之后我唯一的选择是Finish,最终我得到了一个具有特定结构的项目,没有任何属性< /em> 里面的文件。

我的问题是我只能得到一个空项目,并且不知道如何修改 Liferay 的文件,因为如果我创建一个新的类文件并尝试开始输入 则找不到 Liferay 起源的包名称com.Liferay.org.Liferay. 因为这是一个 Liferay Hook 项目,我想通常应该会弹出一些 Liferay 原始提示供我选择,但是我没有看到任何。

我做错了什么?我缺少什么?我应该自己知道文件名还是有什么技巧可以告诉 IDE 给我一些帮助?

我使用Liferay 6.0,我的IDE版本是6.0.5。至少在我看来,他们应该是相配的。

I am using Eclipse Liferay IDE for making a hook to a Liferay native portlet. I mean a porlet that comes with default installation, eg. blogs, content management or similar.

I have done the steps like following:

  1. Select new Liferay Project
  2. Enter project name MyHook
  3. Made configurations (found an SDK directory and Liferay Server instance for Runtime)
  4. Selected Plugin type to Hook

My only option after that was Finish and I ended up having a project with certain structure without any class or properties file inside.

My problem is that I could only get an empty project and don't know how to make the modifications to the files of Liferay because no Liferay originated package names can be found if I make a new class file and try to start typing com.Liferay. or org.Liferay. Because this is a Liferay Hook project, I suppose some Liferay originating tips should normally pop up for my selection, but I didn't see any.

What I am making wrong? What I am missing? Should I know the filenames by myself or is there a trick somewhere to tell the IDE to give me some help?

I use Liferay 6.0 and my IDE version is 6.0.5. At least in my eyes they should match together.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

比忠 2024-12-04 01:44:15

在 IDE 中,您首先创建一个“Liferay Hook 项目”。这确实是一个空项目。然后创建一个 Hook,选择要在其中创建它的 Hook 项目。您可以手动执行第二步,但有一个向导可以帮助您执行此操作。这可能是你一直缺少的

In the IDE you first create a "Liferay Hook Project". This is indeed an empty project. Then you create a Hook, select the Hook project to create it in. You can do the second step manually, but there's a wizard helping you to do this. This might be what you've been missing

情丝乱 2024-12-04 01:44:15

我又做了同样的步骤,结果成功了!不知怎的,我第一次成功地做了一个Java项目,尽管该项目应该被解释为Liferay项目。

也许 IDE 并不总是 100% 工作。谁知道。

I made the same steps again and it worked! Somehow at first time I managed to do a Java project although the project should be interpreted as a Liferay project.

Maybe the IDE is not 100% working always. Whoever knows.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文