gpt4 book ai didi

eclipse-plugin - 用于 TML 页面的 Tapestry5JSPEditorEclipse

转载 作者:行者123 更新时间:2023-12-03 02:48:34 26 4
gpt4 key购买 nike

我正在使用Tapestry5JSPEditorForEclipse通过 Tapestry-tldgen Maven 插件生成 TLD 文件。我在项目 pom.xml 中添加了条目。以下是引用条目。

<plugin>
<groupId>fr.exanpe</groupId>
<artifactId>tapestry-tldgen</artifactId>
<version>1.0.0</version>
<dependencies>
<dependency>
<groupId>com.sun</groupId>
<artifactId>tools</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>tld-generate</goal>
</goals>
<phase>process-classes</phase>
<configuration>
<uri>http://tapestry.apache.org/schema/tapestry_5_0_0.xsd</uri>
<rootPackage>net.awl.bfi.websuite</rootPackage>
</configuration>
</execution>
</executions>
</plugin>

当我尝试在 eclipse 中安装该项目时,出现以下错误。

[ERROR] Failed to execute goal fr.exanpe:tapestry-tldgen:1.0.0:tld-generate (default) on project WebSuiteTerminalMonitoringTapestry: Execution default of goal fr.exanpe:tapestry-tldgen:1.0.0:tld-generate failed. NullPointerException -> [Help 1]

请帮助我生成 TLD,以便我可以在 Tapestry 项目中使用 JSP Editor for TML。

您的帮助已生效。

问候,
马亨德拉·阿瑟尼亚

最佳答案

项目'Frequently Asked Questions页面内容如下:

The compilation doesn't work on Eclipse. Why ?
It seems the m2eclipse extension for Eclipse doesn't take into account the plexus components.xml descriptor file. This is the reason why the project doesn't run on Eclipse auto build, but does on command line. We are trying to find a way to get through...

因此,如果您在命令行上尝试 mvn package,它可能会起作用。

编辑:如果您仍然遇到问题,请尝试最新版本的插件:1.1.1-SNAPSHOT

关于eclipse-plugin - 用于 TML 页面的 Tapestry5JSPEditorEclipse,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7118192/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com