Maven (maven.apache.org) can create dependency graphs which also can tell you which libraries are not needed. If you don't use maven I don't see a faster solution then just remove them one by one. Maybe your IDE has support for something which counts references. Sounds like a nice feature which isn't very complicated.
Sietse ________________________________ From: Nef Asus [mailto:[EMAIL PROTECTED] Sent: 13 November 2007 16:12 To: axis-user Subject: Minimal set of libraries needed for embedded Axis2 Hello everybody, I've developed a web service with Axis2 that is being distributed as a war file. So far I've included the whole lib directory in my Axis2 directory. It's been working ok but I want to reduce the size of my war so I'd like to know what jars are not really needed. I'm pretty sure I can ignore axis2-jibx because I'm using XmlBeans but I don't know what each jar is meant for. Can anybody help me with this? Thank you in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
