where to find the latest Eclipse plugin for OpenEJB

2008-03-21 Thread Ashish Jain
Hi, I am looking to setup development environment for OpenEJB. These are the steps I followed 1) Checkout the code. 2) Ran the build. 3) Ran the command *C:\OpenEjbmvn -Peclipse eclipse:eclipse *4) Finally I followed the steps as mentioned in * https://issues.apache.org/jira/browse/OPENEJB-674.

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-21 Thread Karan Malhi
Ashish, There are two things here. 1. You want to work with the OpenEjb source in eclipse:- Just follow the steps listed here (http://openejb.apache.org/source-code.html) to build and assemble. Then follow the steps here ( http://maven.apache.org/guides/mini/guide-ide-eclipse.html) to import the

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-21 Thread Karan Malhi
Ashish, Also look at this ( http://www.nabble.com/New-patch-for-OpenEJB-Eclipse-Plugin-td16166987.html). Jonathan has an update site which you could use to download and install the plugin. On Fri, Mar 21, 2008 at 8:06 AM, Karan Malhi [EMAIL PROTECTED] wrote: Ashish, There are two things

Re: New patch for OpenEJB Eclipse Plugin

2008-03-21 Thread Daniel S. Haischt
going to take a look at this one if there are no objections. I'd like to add the update site project to the sandbox as well so everything becomes self contained. Next step would be to get the plugin build by continuum because as it seems OpenEJB-674 contains lots of request about how to build

Re: New patch for OpenEJB Eclipse Plugin

2008-03-21 Thread Jonathan Gallimore
Hi Daniel, Having done an update this afternoon, it looks like Jacek has already applied the latest patch. I have no problem adding the actual update site to the sandbox - it;ll be much easier to install it from there than doing a build. I'm just looking at some issues with the server

Re: New patch for OpenEJB Eclipse Plugin

2008-03-21 Thread Daniel S. Haischt
Jonathan Gallimore wrote: Having done an update this afternoon, it looks like Jacek has already applied the latest patch. I have no problem adding the actual update site to the sandbox - it;ll be much easier to install it from there than doing a build. Okay, I'll be checking out the

Re: New patch for OpenEJB Eclipse Plugin

2008-03-21 Thread Jonathan Gallimore
The JST server plugin has had its strings externalized into plugin.properties, by whoever first wrote it (Karan, I think). I must admit I've been a bad boy, as the strings in the annotations plugin haven't been externalized yet. Jon Daniel S. Haischt wrote: Jonathan Gallimore wrote: Having

Re: New patch for OpenEJB Eclipse Plugin

2008-03-21 Thread Daniel S. Haischt
regarding, the patch you were right: OPENEJB-674 Eclipse plugin for OpenEJB Contributed by: Jonathan Gallimore Patch: patch-19032008.diff that's the SVN log Jonathan Gallimore wrote: The JST server plugin has had its strings externalized into plugin.properties, by whoever first wrote it