That's strange, Ant. I am going to have a look now (just got back from lunch :-)). I thought Jeremy had it working.
-----Original Message----- From: ant elder [mailto:[EMAIL PROTECTED] Sent: 15 September 2006 13:43 To: [email protected] Subject: Re: webapp war plugin and extensions I thought this was likely something i had wrong but i've just noticed that its also the same with the war built for samples\sca\webapp - all the jars in the WEB-INF\tuscany\boot directory have a size of 0. ...ant On 9/15/06, Meeraj Kunnumpurath <[EMAIL PROTECTED]> wrote: > > That's interesting. > > I will take a look. > > -----Original Message----- > From: ant elder [mailto:[EMAIL PROTECTED] > Sent: 15 September 2006 12:22 > To: [email protected] > Subject: Re: webapp war plugin and extensions > > Thanks, that does it. > > One problem I'm seeing is that all the jar's the plugin is adding to > the war end up being empty, i.e have a size of 0. Its like something > isn't being closed properly although looking at the code everythings > seems to be. This is for jars in both the boot and extensions directory. > > ...ant > > On 9/15/06, Meeraj Kunnumpurath <[EMAIL PROTECTED]> wrote: > > > > Ant, > > > > In the plugin configuration you can specify the dependency using the > > extensions element as follows > > > > <configuration> > > <extensions> > > <dependency> > > <artifactId>..</artifactId> > > <groupId>..</groupId> > > <version>..</version> > > </dependency> > > </extensions> > > </configuration> > > > > This will load all the dependencies for the specified artifact > > transitively into the WEB-INF/tuscany/extensions directory of the > > war file. However, I am not sure how the launcher loads this from > > the WAR file at runtime. > > > > hth > > > > Ta > > Meeraj > > > > > > -----Original Message----- > > From: ant elder [mailto:[EMAIL PROTECTED] > > Sent: 15 September 2006 11:41 > > To: [email protected] > > Subject: webapp war plugin and extensions > > > > Whats the status of using extensions with the webapp war plugin, > > does this work yet? I can see there's code there for handling > > extensions but i couldn't see how you tell it what extensions you want? > > > > ...ant > > > > > > This message has been checked for all email viruses by MessageLabs. > > > > > > > > ***************************************************** > > > > You can find us at www.voca.com > > > > ***************************************************** > > This communication is confidential and intended for the exclusive > > use of the addressee only. You should not disclose its contents to > > any other person. > > If you are not the intended recipient please notify the sender named > > above immediately. > > > > Registered in England, No 1023742, > > Registered Office: Voca Limited > > Drake House, Three Rivers Court, > > Homestead Road, Rickmansworth, > > Hertfordshire, WD3 1FX > > > > > > This message has been checked for all email viruses by MessageLabs. > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > This message has been checked for all email viruses by MessageLabs. > > > This message has been checked for all email viruses by MessageLabs. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > This message has been checked for all email viruses by MessageLabs. This message has been checked for all email viruses by MessageLabs. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
