Updated build scripts

2005-01-10 Thread David Blevins
Updated build scripts are available here if anyone wants to setup an automated build/test/email http://www.codehaus.org/~dblevins/build -David

Re: Importing the root project into eclipse

2005-01-10 Thread Hiram Chirino
I thinks that is because eclipse does not support nesting projects. Regards, Hiram mouli wrote: I don't think there is a root project. m:eclipse creates separate projects for each modules etc.. and we need to import those into eclipse. Regards, Mouli --- Nadeem Bitar <[EMAIL PROTECTED]> wrote:

Re: svn commit: r124822 - Includes capability to save enhanced classes in DeploymentContext

2005-01-10 Thread David Jencks
I accidentally committed these changes to allow you to save an enhanced class in the deployment context with the GERONIMO-450 changes. You can see how to set up an Enhancer and save the class in the DeploymentContextTest. thanks david jencks On Jan 10, 2005, at 11:01 AM, [EMAIL PROTECTED] w

Request for backward-incompatible gbean plan change (related to GERONIMO-450)

2005-01-10 Thread David Jencks
I recently committed a partial implementation of GERONIMO-450, simplifying the specification of a gbean name in a plan, and making gbean names similar to jsr-77 names. Currently the syntax is like this: or I would like to change this to the more straightforward: or Many thanks, david jencks

[jira] Commented: (GERONIMO-450) GBeans should use jsr-77 naming conventions and these names should have mostly default components

2005-01-10 Thread David Jencks (JIRA)
[ http://issues.apache.org/jira/browse/GERONIMO-450?page=comments#action_57482 ] David Jencks commented on GERONIMO-450: --- I've implemented some parts of this. gbean xml config can specify namePart and type for name and j2eeType portions of the g

Re: Build Failure - org/apache/geronimo/deployment/service/GBeanAdapter

2005-01-10 Thread Dain Sundstrom
On Jan 10, 2005, at 5:11 AM, anita kulshreshtha wrote: Let me rephrase this question. Is getDeclaredMethod supposed to behave like this? Why is it trying to find GBeanAdaptor class. Shouldn't it give NoSuchMethodException? In that case the build will fail gracefully indicating that it is time to

Re: Importing the root project into eclipse

2005-01-10 Thread mouli
I don't think there is a root project. m:eclipse creates separate projects for each modules etc.. and we need to import those into eclipse. Regards, Mouli --- Nadeem Bitar <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to setup geronimo inside eclipse > and I am unable to > figure out

Re: Build Failure - org/apache/geronimo/deployment/service/GBeanAdapter

2005-01-10 Thread anita kulshreshtha
--- David Blevins <[EMAIL PROTECTED]> wrote: > On Jan 9, 2005, at 1:37 PM, David Jencks wrote: > > > > > On Jan 9, 2005, at 12:58 PM, anita kulshreshtha > wrote: > > > >> Hi, > >>After some investigation, I was able to > >> generate some useful messages. A have attached > patches > >> to

Re: Build Failure - org/apache/geronimo/deployment/service/GBeanAdapter

2005-01-10 Thread David Blevins
On Jan 9, 2005, at 1:37 PM, David Jencks wrote: On Jan 9, 2005, at 12:58 PM, anita kulshreshtha wrote: Hi, After some investigation, I was able to generate some useful messages. A have attached patches to reproduce these messages. Here is the problem - 1. During bootstraping, OpenEJBModuleBu