Maven Granteds-tide-spring-jpa-hibernate 原型和 Flex 4.5 的问题
我正在尝试使用 Spring-GraniteDS-Tide-Hibernate-jpa 的 Maven 原型。我可以正确生成项目,但是,我需要使用 Flex Builder 4.5。如果我更改主 pom.xml 中的设置,以使用 GraniteDS 2.2.1GA、Flex SDK 4.5.0.20967 和 Flexmojos 3.9,我可以进行干净的 mvn 安装,不会出现错误。我也可以部署。但是,当我运行该应用程序时,我得到一个“空白”页面。该应用程序在那里,但只是空白,如果我右键单击该应用程序,我会看到 Flash 播放器上下文菜单。
我在这里找到了一个解决方案,但我是 Maven 新手,我不知道应该把这段代码放在哪里。有人可以指出我正确的方向吗?
谢谢, 约翰
I'm trying to use the Maven archetype for Spring-GraniteDS-Tide-Hibernate-jpa. I can get the project to generate correctly, however, I need to use Flex Builder 4.5. If I change the settings in the main pom.xml, to use GraniteDS 2.2.1GA, Flex SDK 4.5.0.20967 and Flexmojos 3.9, I am able to do a clean mvn install without errors. I am able to deploy as well. However,when I run the application I get a "blank" page. The app is there, but just blank, if I right click on the app, I get the Flash player context menu.
I found a solution here but I am new to Maven and I have no idea where I should put this code. Could someone please point me in the right direction?
Thanks,
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将
添加到 org.sonatype.flexmojos:flexmojos-maven-plugin 插件。您可以在那里放置所有配置内容。您是否看到了上一篇文章:
You need to add
<configureation>
to the org.sonatype.flexmojos:flexmojos-maven-plugin plugin. There you can put all the configuration stuff.Did you see the last post by: