RE: Dependent jars not included in package

2009-01-29 Thread jude.prakash
I'm trying to include jars inside jars.. From: Morgovsky, Alexander (US - Glen Mills) [mailto:amorgov...@deloitte.com] Sent: Sunday, January 25, 2009 3:53 AM To: Jude Prakash (WT01 - Communication and Media) Cc: users@maven.apache.org Subject: Dependent jars not

RE: Dependent jars not included in package

2009-01-24 Thread Morgovsky, Alexander (US - Glen Mills)
I see another user has a similar signature to mine. When I posted messages to this board actively about a year ago, some people had a field day with me and made fun of my signature saying my messages should be confidential. Well, it's not just me anymore, so where are the all comedians out

Re: Dependent jars not included in package

2009-01-24 Thread Wayne Fay
Alex, were you picked on as a child in elementary/primary school? ;-) Regarding your first query: The standard Java classloader does not have any ability to load class that are in Jars contained inside other Jars. So there is little point in building such a package unless you are using an

Re: Dependent jars not included in package

2009-01-24 Thread Morgovsky, Alexander (US - Glen Mills)
Neh, I'm just glad people are getting down to business instead of messing around like before. Regarding the jar packaging, if you are making a war or ear, you can use the maven dependency plugin. This message (including any attachments) contains confidential information intended for a

Re: Dependent jars not included in package

2009-01-22 Thread Yves Dessertine
Would something like this work for you ? for plugin jar:jar configuration includes include[PATH_TO_JARS]/include /includes /configuration 2009/1/22 jude.prak...@wipro.com Hi All, I have a java project which has dependencies on few jars. I have