简体   繁体   English

如何“链接” Apache Axis2 1.7.0到Eclipse Kepler

[英]How to 'link' Apache Axis2 1.7.0 to Eclipse Kepler

I'm running Java EE Eclipse Kepler on win8. 我在win8上运行Java EE Eclipse Kepler。 Given that there isn't any (binary) release for apache axis2 1.7.0, I'm unsure how to link it to eclipse. 鉴于apache axis2 1.7.0没有任何(二进制)发行版,我不确定如何将其链接到eclipse。

for the latest released version, i can simple go Window->Preferences->Web Services-> Axis2Preferences and select the runtime location of axis2. 对于最新发布的版本,我可以简单地转到Window-> Preferences-> Web Services-> Axis2Preferences并选择axis2的运行时位置。

But I need the 1.7.0 version (the 1.7.0 versions supports creating web services that return Map and List objects, and that's a necessity) 但是我需要1.7.0版本(1.7.0版本支持创建返回Map和List对象的Web服务,这是必需的)

The axis2 1.7.0 (current trunk) can be found at http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/ 可以在http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/中找到axis2 1.7.0(当前主干)

How do I install it/compile this source and add/link it to my eclipse ? 如何安装/编译该源代码并将其添加/链接到我的Eclipse?

Thanks ! 谢谢 !

edit: If you could compile a 1.7.0 version of axis2 and upload it, I would be very appreciative ! 编辑:如果您可以编译axis2的1.7.0版本并上传它,我将非常感激!

you would build it using Maven. 您将使用Maven构建它。 This is written in the http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/README.txt 这写在http://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/README.txt中

Then integration into Eclipse would be same as with the 1.6.2 Binary Release. 然后集成到Eclipse中将与1.6.2 Binary Release中的相​​同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM