Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-24 Thread Jonathan Gallimore
Hi All, I've attached OPENEJB-674-15.diff and OPENEJB-674-16.zip to Jira issue 674. These are the patch and binary files to add a Maven site to the project. I've added some basic pages showing installation, building and using the plugin. Regards Jon

[Fwd: Re: where to find the latest Eclipse plugin for OpenEJB]

2008-03-24 Thread Daniel S. Haischt
done! Original Message Return-Path: [EMAIL PROTECTED] Received: from ?127.0.0.1? ( [91.89.102.216])by mx.google.com with ESMTPS id b23sm100356ugd.10.2008.03.24.15.35.45 (version=TLSv1/SSLv3 cipher=RC4-MD5);Mon, 24 Mar 2008 15:35:46 -0700 (PDT) Message-ID:

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Ashish Jain
Hi Jacek, I will be happy to that but I need access to add contents to OpenEJB wiki. Please provide me the contributor access. Thanks Ashish On Sat, Mar 22, 2008 at 9:30 PM, Jacek Laskowski [EMAIL PROTECTED] wrote: On Fri, Mar 21, 2008 at 10:17 AM, Ashish Jain [EMAIL PROTECTED] wrote: I am

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Jacek Laskowski
On Sun, Mar 23, 2008 at 10:51 AM, Ashish Jain [EMAIL PROTECTED] wrote: I will be happy to that but I need access to add contents to OpenEJB wiki. Please provide me the contributor access. You say you couldn't sign in and add content to wiki? That's strange. What error message did you get? I

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Jonathan Gallimore
I'm having a similar problem too, the error message is: You do not have permission to view this page. You have to be a member of *all* the following groups to access this page. If this is incorrect please contact your administrator. And the list of groups underneath is empty.. :-) Jon On Sun,

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Ashish Jain
yeah I too get the same error message :). Thanks Ashish On Sun, Mar 23, 2008 at 6:46 PM, Jonathan Gallimore [EMAIL PROTECTED] wrote: I'm having a similar problem too, the error message is: You do not have permission to view this page. You have to be a member of *all* the following groups

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Jonathan Gallimore
I've attached a patch OPENEJB-674-14.diff to JIRA. This changes the version string in the jar filenames the plugin looks for to 3.0-SNAPSHOT, so the plugin should work with OpenEJB built from trunk. Making it work with different version strings (e.g. 3.0-beta-2) has proved to be somewhat

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Karan Malhi
Jonathan, You can probably use this class :- org.apache.openejb.util.OpenEjbVersion On Sun, Mar 23, 2008 at 10:09 AM, Jonathan Gallimore [EMAIL PROTECTED] wrote: I've attached a patch OPENEJB-674-14.diff to JIRA. This changes the version string in the jar filenames the plugin looks for to

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-23 Thread Jacek Laskowski
On Sun, Mar 23, 2008 at 2:16 PM, Jonathan Gallimore [EMAIL PROTECTED] wrote: I'm having a similar problem too, the error message is: You do not have permission to view this page. You have to be a member of *all* the following groups to access this page. If this is incorrect please contact

Re: where to find the latest Eclipse plugin for OpenEJB

2008-03-22 Thread Jacek Laskowski
On Fri, Mar 21, 2008 at 10:17 AM, Ashish Jain [EMAIL PROTECTED] wrote: I am looking to setup development environment for OpenEJB. These are the steps I followed *4) Finally I followed the steps as mentioned in * https://issues.apache.org/jira/browse/OPENEJB-674. It's still work in

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