One can easily download the plugin If one needs to build the plug-in from source, Maven2 and Ant builds arevailabe. Please refer the readme.txt located at module/tools on Axis2 source. Once you've obtained the plug-in just unzip the content of the plug-in archive to the Eclipse plug-in directory (if it is the zipped-binary version) or copy the necessary folders to the Eclipse plug-in directory and restart Eclipse.
说的很明白了啊,我刚才试了一下,好使啊。目录结构如下:
eclipse
   --features
   --eclipse.exe
   --plugins
       --Axis2_Codegen_Wizard_1.3.0
         --help
         --icons
         --lib
         --META-INF
         --org
         --Axis2CodegenWizard.jar
         --。。
就是这样的目录结构,应该很清楚了吧

解决方案 »

  1.   

    恩,这样直接copy进去确实好使,但是link方式怎么安装呢?
    能麻烦试试link方式怎么安装吗?非常感谢
      

  2.   

    晕,你是真懒啊!!!你想想,直接拷贝到eclipse 的plugins目录下好使, 那么通过link方式不也一样吗?你把压缩包解压缩到某个目录下(我是解压缩到%ECLIPSEHOME%\axis2\eclipse\plugins下),然后再links目录下建立axis2.link文件,文件内容是:
    path=axis2当然我上面是采用的相对路径方式。也可以是用绝对路径方式(path=d:\eclipse-plugins\axis2)需要说明的是:上面的红色路径部分是你解压时指定的,解压完毕之后,在指定的目录下建立elcipse\plugins这样的目录结构,然后将解压的Axis2_Codegen_Wizard_1.3.0 文件夹拷贝到这个目录下,然后配置link文件。!!!!!这下够清楚了吧!
      

  3.   

    不是我懒,我觉得是我笨
    我是在eclipse下建立目录newPlugins,然后再里面建立目录axis2-eclipse-codegen-wizard,然后建立eclipse\plugins目录,然后把那些解压文件放到plugins目录里,links目录里建立link文件,指定path=D:\\eclipse3.3\\newPlugin\\axis2-eclipse-codegen-wizard,结果就是不好使。
    把解压后的axis2-eclipse-codegen-wizard文件夹直接copy到上面说的plugins目录里也不好使。
    我是用-clean启动的。
      

  4.   

    给你我的文件目录的截图:link文件的内容就是:
    path=d:/eclipse/axis2
      

  5.   

    我的目录结构和你的几乎是一样的,只不过你这里d:\eclipse\axis2目录,对应在我这里是d:\eclipse3.3\newPlugin\\axis2-eclipse-codegen-wizard,然后的目录结构都一样了。我之所以加了newPlugin目录,是为了插件管理方便,所有的插件都放在这个目录里。既然你那好用,那应该我这里也好用,可能还是我不小心,哪里弄的不对。
    非常感谢你。
      

  6.   

    拷贝进去也不好用 eclipse3.2.2
      

  7.   

    d:\\eclipse3.3\\newPlugin\\axis2-eclipse-codegen-wizard
    注意是\\两个斜线
    这样就好了。
      

  8.   

    你解压出来的是“axis2-eclipse-codegen-wizard”这种不带后缀的文件吧?重命名一下为rar文件,再解压到plugin 文件夹即可。