Tuscany war plugin

2006-08-28 Thread Jeremy Boynes
Jim had said that as a prereq to a release then we should have a maven plugin that will set up the webapp runtime in a war. I think that having such a beast would make building the samples easier and so would suggest we get to work on it - is anyone interested in helping? -- Jeremy --

Re: Tuscany war plugin

2006-08-28 Thread Jim Marino
Hopefully it won't be a beast ;-) On Aug 28, 2006, at 1:40 PM, Jeremy Boynes wrote: Jim had said that as a prereq to a release then we should have a maven plugin that will set up the webapp runtime in a war. I think that having such a beast would make building the samples easier and so wou

RE: Tuscany war plugin

2006-08-29 Thread Meeraj Kunnumpurath
I can help out, if no one else has volunteered yet. -Original Message- From: Jim Marino [mailto:[EMAIL PROTECTED] Sent: 28 August 2006 22:23 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin Hopefully it won't be a beast ;-) On Aug 28, 2006, at 1:40 PM, Jeremy Boynes

Re: Tuscany war plugin

2006-08-29 Thread Bert Lamb
Is there more information on what specifically this plugin would need to do? -Bert On 8/28/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: Jim had said that as a prereq to a release then we should have a maven plugin that will set up the webapp runtime in a war. I think that having such a beast wo

Re: Tuscany war plugin

2006-08-29 Thread Jeremy Boynes
Basically set up jars for the runtime rather than using war dependencies to put them in WEB-INF/lib. This would include: * Copy the webapp host jars to WEB-INF/lib * Copy the core runtime to e.g. WEB-INF/tuscany/boot * Take a set of extensions (as artifact references) and add them to e.g. WEB-

Re: Tuscany war plugin

2006-08-29 Thread Chris Wall
Darn good idea. Meeraj et al., let me know if you need help. I can help out w/ development or simply being a guniea pig. -Chris

RE: Tuscany war plugin

2006-08-31 Thread Meeraj Kunnumpurath
@ws.apache.org Subject: Re: Tuscany war plugin Basically set up jars for the runtime rather than using war dependencies to put them in WEB-INF/lib. This would include: * Copy the webapp host jars to WEB-INF/lib * Copy the core runtime to e.g. WEB-INF/tuscany/boot * Take a set of extensions (as artifact

Re: Tuscany war plugin

2006-08-31 Thread Jeremy Boynes
these should have defaults that can be overridden in the section of the pom, something like: org.apache.tuscany.plugin tuscany-war-plugin org.apache.tuscany core

RE: Tuscany war plugin

2006-09-04 Thread Meeraj Kunnumpurath
element All of these should have defaults that can be overridden in the section of the pom, something like: org.apache.tuscany.plugin tuscany-war-plugin org.apache.tuscany

Re: Tuscany war plugin

2006-09-04 Thread Jeremy Boynes
ing. Ta Meeraj -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: 31 August 2006 15:12 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin Great - thanks. I think there are three categories: WEB-INF/lib: webapp and its dependencies (host-api) - I think these can

Re: Tuscany war plugin

2006-09-04 Thread Jeremy Boynes
hing needs changing. Ta Meeraj -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: 31 August 2006 15:12 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin Great - thanks. I think there are three categories: WEB-INF/lib: webapp and its dependencies (host-api)

RE: Tuscany war plugin

2006-09-04 Thread Meeraj Kunnumpurath
to use Tuscany with the Java container and SCA bindings. Thanks for your comments :-) Ta Meeraj -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: 04 September 2006 17:46 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin I added a sample that uses this

RE: Tuscany war plugin

2006-09-05 Thread Meeraj Kunnumpurath
org Subject: RE: Tuscany war plugin I will add the code to pull in the bootLibs dependencies transitively. I do apologize my ignorance, could you pls explain what you mean by webapp-host as the default for bootLibs. Also, do you want me to leave the extensions as optional? I guess, even without any

Re: Tuscany war plugin

2006-09-05 Thread Chris Wall
I haven't gotten too deep into the plugin yet, but I have a request. Can we create the target webapp directory (target/[webapp]) with the tuscany boot structure and contents first, and then jar up this directory to create the archived version? This way both the directory and archived WAR match u

Re: Tuscany war plugin

2006-09-05 Thread Jeremy Boynes
+1 - this bit me as well trying to debug stuff. On Sep 5, 2006, at 2:42 PM, Chris Wall wrote: I haven't gotten too deep into the plugin yet, but I have a request. Can we create the target webapp directory (target/[webapp]) with the tuscany boot structure and contents first, and then jar up

Re: Tuscany war plugin

2006-09-05 Thread Chris Wall
A few questions not necessarily related to the plugin, but to Tuscany webapps in general: 1.) The plugin doesn't define an application scdl location. I think the default is WEB-INF/default.scdl and applicationScdlPath allows for flexibility. But, what is recommended in the context of Tuscany st

Re: Tuscany war plugin

2006-09-05 Thread Jeremy Boynes
On Sep 5, 2006, at 3:20 PM, Chris Wall wrote: A few questions not necessarily related to the plugin, but to Tuscany webapps in general: 1.) The plugin doesn't define an application scdl location. I think the default is WEB-INF/default.scdl and applicationScdlPath allows for flexibility.

Re: Tuscany war plugin

2006-09-05 Thread Chris Wall
On 9/5/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: On Sep 5, 2006, at 3:20 PM, Chris Wall wrote: > A few questions not necessarily related to the plugin, but to > Tuscany webapps in general: > > 1.) The plugin doesn't define an application scdl location. I > think the default is WEB-INF/defau

Re: Tuscany war plugin

2006-09-05 Thread Chris Wall
Some more questions :-) 1.) I suppose I don't understand extensions. If an application uses implementation.spring and binding.ws, should the Spring container and Celtix binding jars be bootLibs or extensions? Both extend the core, so my initial guess was that they both were extensions. Con

Re: Tuscany war plugin

2006-09-05 Thread Jeremy Boynes
On Sep 5, 2006, at 5:26 PM, Chris Wall wrote: snip... 2.) Along the lines of #1, where should extension scdls be placed? > And how should the main webapp scdl reference these extension > scdls. I've been hacking webapp.system.scdl with > references. Obviously this isn't friendly and invasive

Re: Tuscany war plugin

2006-09-05 Thread Jeremy Boynes
On Sep 5, 2006, at 6:03 PM, Chris Wall wrote: Some more questions :-) 1.) I suppose I don't understand extensions. If an application uses implementation.spring and binding.ws, should the Spring container and Celtix binding jars be bootLibs or extensions? Both extend the core, so my in

Re: Tuscany war plugin

2006-09-05 Thread Meeraj Kunnumpurath
Maven dependency plugin) Ta Meeraj From: Jeremy Boynes <[EMAIL PROTECTED]> Reply-To: tuscany-dev@ws.apache.org To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin Date: Tue, 5 Sep 2006 19:41:13 -0700 On Sep 5, 2006, at 6:03 PM, Chris Wall wrote: Some more questions :-) 1.) I supp

Re: Tuscany war plugin

2006-09-05 Thread Jeremy Boynes
On Sep 5, 2006, at 9:42 PM, Meeraj Kunnumpurath wrote: 2. Support transitive dependencies for boot libs (do we do the same for extensions?) If we have transitive support in the ArtifactRepositiory then we don't need to support it here as it will be handled at runtime by the repo impl. Ho

RE: Tuscany war plugin

2006-09-06 Thread Meeraj Kunnumpurath
ated. Ta Meeraj -Original Message- From: Meeraj Kunnumpurath [mailto:[EMAIL PROTECTED] Sent: 06 September 2006 05:43 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin Jeremy/Chris, Following the thread between you two, these are the changes I plan to make, 1. Support expl

Re: Tuscany war plugin

2006-09-06 Thread Jeremy Boynes
PROTECTED] Sent: 06 September 2006 05:43 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin Jeremy/Chris, Following the thread between you two, these are the changes I plan to make, 1. Support exploded deployment 2. Support transitive dependencies for boot libs (do we do the s

RE: Tuscany war plugin

2006-09-06 Thread Meeraj Kunnumpurath
Ok, no worries :-) I will prod through the Maven source. I think Chris's post has got all I need. Ta Meeraj -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: 06 September 2006 19:28 To: tuscany-dev@ws.apache.org Subject: Re: Tuscany war plugin On Sep 6, 200

False Alarm - was: Build failure on missing tuscany-war-plugin

2006-12-21 Thread kelvin goodson
Blowing away my maven repo and starting from afresh cured this. On 21/12/06, kelvin goodson <[EMAIL PROTECTED]> wrote: I'm getting lots of build failures on doing a mvn clean at the java root level because of a missing plugin groupId=org.apache.tuscany.sca.runtime.webappartifactId=

[jira] Created: (TUSCANY-738) tuscany war plugin and default runtime location of extensions seem to be out of sync

2006-09-20 Thread Rick Rineholt (JIRA)
tuscany war plugin and default runtime location of extensions seem to be out of sync Key: TUSCANY-738 URL: http://issues.apache.org/jira/browse/TUSCANY-738 Project

[jira] Commented: (TUSCANY-738) tuscany war plugin and default runtime location of extensions seem to be out of sync

2006-09-20 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-738?page=comments#action_12436282 ] Rick Rineholt commented on TUSCANY-738: --- By default the tuscany war plugin is put extensions in WEB-INF/tuscany/extensions while by default the runtime is

[jira] Assigned: (TUSCANY-738) tuscany war plugin and default runtime location of extensions seem to be out of sync

2006-09-20 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-738?page=all ] Jeremy Boynes reassigned TUSCANY-738: - Assignee: Jeremy Boynes > tuscany war plugin and default runtime location of extensions seem to be out > o

[jira] Commented: (TUSCANY-738) tuscany war plugin and default runtime location of extensions seem to be out of sync

2006-09-20 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-738?page=comments#action_12436290 ] Jeremy Boynes commented on TUSCANY-738: --- The plugin is right - I'm working on cleaning up the launch code and will include this in that. > tus

[jira] Closed: (TUSCANY-738) tuscany war plugin and default runtime location of extensions seem to be out of sync

2006-10-10 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-738?page=all ] Rick Rineholt closed TUSCANY-738. - Resolution: Fixed this has been addressed. > tuscany war plugin and default runtime location of extensions seem to be out > o