Hi,
I created a project, which originally only had the src directory. I added web capabilities to the project. Later I added a lib and a resources directory. I added the resources directory to my build path so the properties files are copied directly to the WEB-INF/classes directory upon deployment.
My problem: when deploying, the content of the lib directory is not copied to the WEB-INF directory. I’m sure it’s because of a dumb reason but I can’t find how to do it, other than moving the lib directory to the WEB-INF directory. Is this really how things are supposed to be done? I looked around the project properties but there isn’t a way to configure this sort of thing after the fact.
Am I overlooking something obvious?
L