- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用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/
我在 StackOverflow 和其他地方看到了很多与此类似的问题,但没有一个直接解决我的问题。我正在 THREE.js 中使用凸包生成器生成 n 边多面体。我想将方形纹理映射到每个多面体的每个面上
我是一名优秀的程序员,十分优秀!