Re: Moving modules around in trunk

2007-02-02 Thread ant elder
OK I'm going to start doing all these things, I'm away for a week after today so it wont all happen immediately...feel free to help while I'm out :) Another thing I wondered about is if some of the things like JPA and JXTA should also be moved out into the extensions folder? ...ant On

Re: Moving modules around in trunk

2007-02-02 Thread Jim Marino
On Feb 2, 2007, at 12:49 AM, ant elder wrote: OK I'm going to start doing all these things, I'm away for a week after today so it wont all happen immediately...feel free to help while I'm out :) Another thing I wondered about is if some of the things like JPA and JXTA should also be

RE: Moving modules around in trunk

2007-02-02 Thread Meeraj Kunnumpurath
. Ta Meeraj -Original Message- From: Jim Marino [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 9:06 AM To: tuscany-dev@ws.apache.org Subject: Re: Moving modules around in trunk On Feb 2, 2007, at 12:49 AM, ant elder wrote: OK I'm going to start doing all these things, I'm

Re: Moving modules around in trunk

2007-02-02 Thread ant elder
To: tuscany-dev@ws.apache.org Subject: Re: Moving modules around in trunk On Feb 2, 2007, at 12:49 AM, ant elder wrote: OK I'm going to start doing all these things, I'm away for a week after today so it wont all happen immediately...feel free to help while I'm out :) Another thing I wondered about

RE: Moving modules around in trunk

2007-02-02 Thread Meeraj Kunnumpurath
, 2007 11:41 AM To: tuscany-dev@ws.apache.org Subject: Re: Moving modules around in trunk I haven't been paying really close attention to whats been going on with the discovery stuff so could you explain that a bit more? I'm not suggesting keeping it in services is wrong I'd just like to understand why

Re: Moving modules around in trunk

2007-02-02 Thread Dan Murphy
-Original Message- From: ant elder [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 11:41 AM To: tuscany-dev@ws.apache.org Subject: Re: Moving modules around in trunk I haven't been paying really close attention to whats been going on with the discovery stuff so could you explain

Re: Moving modules around in trunk

2007-02-01 Thread ant elder
I think we could still do more. For example how about any of: - Move cts into testing - Delete distribution (distribution/sca/standalone and webapp are obsolete now right?) - Merge sampleapps into samples - Move the sca specific samples from samples to sca/samples - inner.composite,

Re: Moving modules around in trunk

2007-02-01 Thread Venkata Krishnan
Hi Ant, First thanks for doing this. Wherther or not for the other cases, I very strongly feel we must merge the samples and sampleapps as its quite confusing to new comers. - Venkat On 2/1/07, ant elder [EMAIL PROTECTED] wrote: I think we could still do more. For example how about any of:

Re: Moving modules around in trunk

2007-02-01 Thread Jeremy Boynes
Sounds good. On the testing front, I think the itest plugin should move under runtime as it's really another runtime that happens to run in a Maven environment. I'm happy to take care of that. CurrentCompositeContext is going to be removed from the API spec so we'll need an alternative.

Re: Moving modules around in trunk

2007-02-01 Thread Jim Marino
On Feb 1, 2007, at 1:26 AM, ant elder wrote: I think we could still do more. For example how about any of: - Move cts into testing - Delete distribution (distribution/sca/standalone and webapp are obsolete now right?) - Merge sampleapps into samples - Move the sca specific samples from

Re: Moving modules around in trunk

2007-01-31 Thread ant elder
Are you still planning on do anything like this? I would help but its not clear to me what you want to move where? ...ant On 1/27/07, Jeremy Boynes [EMAIL PROTECTED] wrote: Rick pinged me tonight about problems building from the sca directory. It turns out modules that build on their own

Re: Moving modules around in trunk

2007-01-31 Thread Jeremy Boynes
I was watching what you were doing with axsi2 etc. I think you've done everything that I planned. Thanks for picking it up. -- Jeremy On Jan 31, 2007, at 7:08 AM, ant elder wrote: Are you still planning on do anything like this? I would help but its not clear to me what you want to move

Re: Moving modules around in trunk

2007-01-27 Thread ant elder
Does this change the moving Axis2 things around that was talked about here: http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200701.mbox/[EMAIL PROTECTED] If i went ahead and committed that change now would it get in the way of what you're doing here? ...ant On 1/27/07, Jeremy Boynes

Re: Moving modules around in trunk

2007-01-27 Thread Jeremy Boynes
On Jan 27, 2007, at 10:42 AM, ant elder wrote: Does this change the moving Axis2 things around that was talked about here: http://mail-archives.apache.org/mod_mbox/ws-tuscany-dev/200701.mbox/ [EMAIL PROTECTED] If i went ahead and committed that change now would it get in the way of what

Moving modules around in trunk

2007-01-26 Thread Jeremy Boynes
Rick pinged me tonight about problems building from the sca directory. It turns out modules that build on their own can fail if run as part of a reactor run as mvn gets confused over whether it should be using the pre-spec tree or trunk. Unless someone beats me to it, I intend to fix that