I would highly recommend not using the axis2 eclipse plugin. We were using that for a while and found it buggy when you not include your dependent artifacts in the aar files.
We switched to building aars using the maven aar plugin. It's much better. I would recommend looking at using MAVEN for your builds. Chris From: java-user-return-83782-meeusen.christopher=mayo....@axis.apache.org [mailto:[email protected]. org] On Behalf Of Gerard Draper Sent: Tuesday, November 23, 2010 11:06 AM To: [email protected] Subject: Re: [Axis2] eclipse plugin Hi Andreas, Thanks, but unfortunately I haven't been able to install the plugin yet. I've installed the google plugin (the one in the example) using the "dropin" folder, but it didn't work with the Axis2 plugins (I've tried different layouts http://goo.gl/ORypw) . It's like if eclipse ignores it. I don't think it's "eclipse's fault", because I've been able to install the axis2 1.4.0 version, just copying it into the plugin folder. Has anyone been able to install the eclipse axis2 plugin 1.5.3 ? Gerard On Tue, Nov 23, 2010 at 3:43 PM, Andreas Veithen <[email protected]> wrote: Gerard, Recent Eclipse versions have an alternative approach for installing plugins from ZIP files. This involves extracting the file into the "dropins" directory. Maybe this works better. Here is an example (for another plugin) of how to do this: http://code.google.com/eclipse/docs/install-from-zip.html Can you give this a try and report back if that solves the problem (and if it works, explain what you did exactly to get the plugins installed on Helios)? Andreas On Tue, Nov 23, 2010 at 15:34, Gerard Draper <[email protected]> wrote: > I've download Axis2 codegen and service eclipse plug-in 1.5.3 and followed > the install instructions: unzip and copy the folder to the plugin directory > in eclipse (I've tried copying the .jar, the folder,...), then restart the > eclipse (I'vre tried Galileo and Helios). But I can't see the Axis2 wizard > in the "File->New->Other" options. Any idea about what I'm doing wrong? > thankx! > > -- > Gerard Draper Gil > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] -- Gerard Draper Gil
