将一个.mar库添加到intellij项目中

时间:2013-10-21 13:56:47

标签: java intellij-idea rampart

目前我正在尝试在我的项目中包含rampart mar文件,但是当转到File -> Project Structure -> Dependencies -> Add Jars or directories然后导航到rampart模块文件夹时,它不会显示rampart-1.6.2.mar文件。< / p>

enter image description here

我检查过module包含rampart-1.6.2.mar文件,但是intellij没有识别它。

我甚至尝试使用以下选项添加它:

  • File -> Project Structure -> Dependencies -> Library
  • File -> Project Structure -> Dependencies -> Module

我还搜索了.mar文件是否有任何插件, 但没有运气。

如何添加rampart.mar文件,请提供帮助。 我正在使用:

  • Intellij 12.1.4
  • 垒-1.6.2
  • java的1.7

由于

1 个答案:

答案 0 :(得分:0)

我从来没有使用过Apache Rampart,但是根据我刚刚阅读的内容,我不明白为什么你需要一个模块文件作为依赖库。您只需在部署时将模块放在正确的位置即可测试您的Web服务。然后使用IntelliJ WebServices插件测试它,并选择WS Engine“Apache Axis 2”。

通常在编译时需要文件时添加依赖项。它看起来像.mar模块文件是运行时依赖项。

另请注意,IntelliJ项目上下文中的“Module”和Axis2上下文中的“Module”完全不同。