Re: eclipse WTP using packaged jar, not exploded

2009-09-09 Thread Jim Sellers
So sorry, another idea occurred to me after I had sent this. I changed values in the common jar and they appear to be packaged up by WTP and deployed to the lib directory. This seems to work, just in a different way than I had assumed it would. Please disregard my question. Thanks for your time

eclipse WTP using packaged jar, not exploded

2009-09-09 Thread Jim Sellers
Hi all. I've got a project with the following structure: parent +- ear +- war \- common jar This common jar is a dependency of the war. When using eclipse wtp and the eclipse plugin, it deploys a packaged jar as specified in the war's .settings/org.eclipse.wst.common.component file. Is there a