Hello,
I have the following layout:
src/web
src/service
src/webapp
lib/web
lib/service
Basically, a top level directory holds the layer/component.
webapp of course holds the WEB-INF directory and JSPs.
I’ve added all the JARs inside each layer to the project so everyone sees them just fine when compiling.
I can’t find the right knob (if one exists) to have MEIDE deploy the JARs in the project into the *deployed* WEB-INF directory.
Any ideas? Ant works just fine but that’s because I can tell it to do anything… But this is a very regular structure and makes sense.
Sorry, but I went through the docs and may have missed it but need to see if this is fixable.
greg